commit:     056c3a139fe168b5461dbbc112dff68c215bd019
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=056c3a13

dev-lisp/rsm-string: Drops package

 .../rsm-string/files/1.6-gentoo-fix-ftype.patch    | 23 --------------
 dev-lisp/rsm-string/rsm-string-1.6.ebuild          | 35 ----------------------
 2 files changed, 58 deletions(-)

diff --git a/dev-lisp/rsm-string/files/1.6-gentoo-fix-ftype.patch 
b/dev-lisp/rsm-string/files/1.6-gentoo-fix-ftype.patch
deleted file mode 100644
index c5b582d4..00000000
--- a/dev-lisp/rsm-string/files/1.6-gentoo-fix-ftype.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-diff -Naur cl-rsm-string.orig/string.lisp cl-rsm-string/string.lisp
---- cl-rsm-string.orig/string.lisp     2006-07-14 23:03:56.000000000 +0200
-+++ cl-rsm-string/string.lisp  2008-12-16 01:48:55.000000000 +0100
-@@ -75,8 +75,8 @@
-                      (concatenate 'string s1 join-string s2)) str-list))))
- 
- 
--(declaim (ftype (function ((list string) (list string) 
--                                         &key (function t)) list)
-+(declaim (ftype (function ((or list string) (or list string)
-+                           &key (function t)) list)
-                 contains))
- 
- (defun contains (str-list elem-list &key (contain-meaning #'some))
-@@ -92,7 +92,7 @@
-       collect str))
- 
- 
--(declaim (ftype (function (list string &key (:unique t)) list)
-+(declaim (ftype (function (list list &key (:unique t)) list)
-                 does-not-contain))
- 
- (defun does-not-contain (str-list str-elems &key (unique nil))

diff --git a/dev-lisp/rsm-string/rsm-string-1.6.ebuild 
b/dev-lisp/rsm-string/rsm-string-1.6.ebuild
deleted file mode 100644
index 8c65b773..00000000
--- a/dev-lisp/rsm-string/rsm-string-1.6.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
-
-DESCRIPTION="R. Scott McIntire's Common Lisp String Library"
-HOMEPAGE="http://packages.debian.org/unstable/devel/cl-rsm-string";
-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}"
-
-S="${WORKDIR}"/cl-${PN}
-
-src_unpack() {
-       unpack ${A}
-}
-
-src_prepare() {
-       eapply "${FILESDIR}"/${PV}-gentoo-fix-ftype.patch
-       eapply_user
-
-}
-
-src_install() {
-       common-lisp-install-sources *.lisp
-       common-lisp-install-asdf
-       dohtml ${PN}.html
-}

Reply via email to