commit:     34655a11401e865e4ef24d5302527697cff15c80
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 18 22:24:10 2018 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Mar 18 22:24:10 2018 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=34655a11

dev-lisp/rsm-filter: Drops package

 .../1.1_beta4-gentoo-fix-ftype-declarations.patch  | 21 -------------
 dev-lisp/rsm-filter/rsm-filter-1.1_beta4.ebuild    | 35 ----------------------
 2 files changed, 56 deletions(-)

diff --git 
a/dev-lisp/rsm-filter/files/1.1_beta4-gentoo-fix-ftype-declarations.patch 
b/dev-lisp/rsm-filter/files/1.1_beta4-gentoo-fix-ftype-declarations.patch
deleted file mode 100644
index ec1cf970..00000000
--- a/dev-lisp/rsm-filter/files/1.1_beta4-gentoo-fix-ftype-declarations.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-diff -Naur cl-rsm-filter-1.1b2.old/filter.lisp cl-rsm-filter-1.1b2/filter.lisp
---- cl-rsm-filter.orig/filter.lisp     2003-09-24 05:14:55.000000000 +0200
-+++ cl-rsm-filter/filter.lisp  2007-11-24 21:17:45.000000000 +0100
-@@ -29,7 +29,7 @@
-         (rsm.queue:enqueue el que)))))
- 
- 
--(declaim (ftype (function (list predicate) list) prune-tree))
-+(declaim (ftype (function (list function) list) prune-tree))
- 
- (defun prune-tree (tree pruner)
-   "Returns a pruned version of <tree> where pruned elements satisfy the
-@@ -70,7 +70,7 @@
-     (rec tree (rsm.queue:create))))
- 
- 
--(declaim (ftype (function (predicate function) function) tree-hom))
-+(declaim (ftype (function (function function) function) tree-hom))
- 
- (defun tree-hom (pruner transformer)
-   "Returns a function which takes a tree and returns a pruned, transformed 
copy.

diff --git a/dev-lisp/rsm-filter/rsm-filter-1.1_beta4.ebuild 
b/dev-lisp/rsm-filter/rsm-filter-1.1_beta4.ebuild
deleted file mode 100644
index f97827d7..00000000
--- a/dev-lisp/rsm-filter/rsm-filter-1.1_beta4.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit common-lisp-3 eutils
-
-DESCRIPTION="R. Scott McIntire's Common Lisp Filter Library."
-HOMEPAGE="http://packages.debian.org/unstable/devel/cl-rsm-filter";
-SRC_URI="mirror://debian/pool/main/c/cl-${PN}/cl-${PN}_${PV/_beta/b}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND="!dev-lisp/cl-${PN}
-               dev-lisp/rsm-queue"
-
-S="${WORKDIR}"/cl-${PN/_beta/b}
-
-src_unpack() {
-       unpack ${A}
-}
-
-src_prepare() {
-       eapply "${FILESDIR}"/${PV}-gentoo-fix-ftype-declarations.patch
-       eapply_user
-}
-
-src_install() {
-       common-lisp-install-sources *.lisp
-       common-lisp-install-asdf
-       dohtml ${PN}.html
-}

Reply via email to