[gentoo-commits] proj/lisp:master commit in: dev-lisp/rsm-fuzzy/, dev-lisp/rsm-fuzzy/files/

2018-03-18 Thread José María Alonso
commit: ee99ee48c0da553b3743970bab5045014f53a54b
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Sun Mar 18 22:24:10 2018 +
Commit: José María Alonso  gentoo  org>
CommitDate: Sun Mar 18 22:24:10 2018 +
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..
--- 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.0 -0500
-+++ cl-rsm-fuzzy/check.lisp2004-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..
--- 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
-}



[gentoo-commits] proj/lisp:master commit in: dev-lisp/rsm-fuzzy/

2017-07-04 Thread José María Alonso
commit: 4dea1635b09ab7a3a6721790be3a9936e1571b58
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Tue Jul  4 16:04:44 2017 +
Commit: José María Alonso  gentoo  org>
CommitDate: Tue Jul  4 16:04:44 2017 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=4dea1635

dev-lisp/rsm-fuzzy: Updates to common-lisp-3 eclass

 dev-lisp/rsm-fuzzy/rsm-fuzzy-1.4.ebuild | 17 +++--
 1 file changed, 11 insertions(+), 6 deletions(-)

diff --git a/dev-lisp/rsm-fuzzy/rsm-fuzzy-1.4.ebuild 
b/dev-lisp/rsm-fuzzy/rsm-fuzzy-1.4.ebuild
index 69bf33a8..82d517b9 100644
--- a/dev-lisp/rsm-fuzzy/rsm-fuzzy-1.4.ebuild
+++ b/dev-lisp/rsm-fuzzy/rsm-fuzzy-1.4.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
-inherit common-lisp-2
+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;
@@ -19,11 +20,15 @@ S="${WORKDIR}"/cl-${PN}
 
 src_unpack() {
unpack ${A}
-   epatch "${FILESDIR}"/${PV}-gentoo-format-args.patch
+}
+
+src_prepare() {
+   eapply "${FILESDIR}"/${PV}-gentoo-format-args.patch
+   eapply_user
 }
 
 src_install() {
-   common-lisp-install *.{lisp,asd}
-   common-lisp-symlink-asdf
+   common-lisp-install-sources *.lisp
+   common-lisp-install-asdf
dohtml ${PN}.html
 }



[gentoo-commits] proj/lisp:master commit in: dev-lisp/rsm-fuzzy/

2016-12-02 Thread José María Alonso
commit: 518d5dc48f168860aa67a7e879de3ddd86b6bfd6
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Fri Dec  2 14:22:24 2016 +
Commit: José María Alonso  gentoo  org>
CommitDate: Fri Dec  2 14:22:24 2016 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=518d5dc4

dev-lisp/rsm-fuzzy: Updates header

 dev-lisp/rsm-fuzzy/rsm-fuzzy-1.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-lisp/rsm-fuzzy/rsm-fuzzy-1.4.ebuild 
b/dev-lisp/rsm-fuzzy/rsm-fuzzy-1.4.ebuild
index ff3386a..69bf33a 100644
--- a/dev-lisp/rsm-fuzzy/rsm-fuzzy-1.4.ebuild
+++ b/dev-lisp/rsm-fuzzy/rsm-fuzzy-1.4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
 
 inherit common-lisp-2