commit:     ee99ee48c0da553b3743970bab5045014f53a54b
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=ee99ee48

dev-lisp/rsm-fuzzy: Drops package

 .../rsm-fuzzy/files/1.4-gentoo-format-args.patch   | 13 ---------
 dev-lisp/rsm-fuzzy/rsm-fuzzy-1.4.ebuild            | 34 ----------------------
 2 files changed, 47 deletions(-)

diff --git a/dev-lisp/rsm-fuzzy/files/1.4-gentoo-format-args.patch 
b/dev-lisp/rsm-fuzzy/files/1.4-gentoo-format-args.patch
deleted file mode 100644
index 7c88a40d..00000000
--- a/dev-lisp/rsm-fuzzy/files/1.4-gentoo-format-args.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff -u cl-rsm-fuzzy-1.2.orig/check.lisp cl-rsm-fuzzy-1.2/check.lisp
---- cl-rsm-fuzzy.orig/check.lisp       2003-09-11 12:29:29.000000000 -0500
-+++ cl-rsm-fuzzy/check.lisp    2004-08-06 11:27:33.632557472 -0500
-@@ -31,7 +31,7 @@
-           (unless (and (>= y 0.0)
-                        (<= y 1.0))
-             (return (values nil (format nil "~s has a y coordinate that is 
--not in the range [0,1]."))))))
-+not in the range [0,1]." func-spec))))))
-       pairs)))
- 
- (defun check-special-func (func-spec)
-Common subdirectories: cl-rsm-fuzzy-1.2.orig/debian and cl-rsm-fuzzy-1.2/debian

diff --git a/dev-lisp/rsm-fuzzy/rsm-fuzzy-1.4.ebuild 
b/dev-lisp/rsm-fuzzy/rsm-fuzzy-1.4.ebuild
deleted file mode 100644
index 82d517b9..00000000
--- a/dev-lisp/rsm-fuzzy/rsm-fuzzy-1.4.ebuild
+++ /dev/null
@@ -1,34 +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 Fuzzy Logic Library"
-HOMEPAGE="http://packages.debian.org/unstable/devel/cl-rsm-fuzzy";
-SRC_URI="mirror://debian/pool/main/c/cl-${PN}/cl-${PN}_${PV}.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-format-args.patch
-       eapply_user
-}
-
-src_install() {
-       common-lisp-install-sources *.lisp
-       common-lisp-install-asdf
-       dohtml ${PN}.html
-}

Reply via email to