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

2018-03-18 Thread José María Alonso
commit: 3c01df81be96b9745f1fdc5aaf906fcab7f0b524
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=3c01df81

dev-lisp/rsm-mpoly: Drops package

 dev-lisp/rsm-mpoly/rsm-mpoly-1.3.ebuild | 26 --
 1 file changed, 26 deletions(-)

diff --git a/dev-lisp/rsm-mpoly/rsm-mpoly-1.3.ebuild 
b/dev-lisp/rsm-mpoly/rsm-mpoly-1.3.ebuild
deleted file mode 100644
index 6cd4cedd..
--- a/dev-lisp/rsm-mpoly/rsm-mpoly-1.3.ebuild
+++ /dev/null
@@ -1,26 +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 Multivariate Polynomial Library."
-HOMEPAGE="http://packages.debian.org/unstable/devel/cl-rsm-mpoly;
-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}
-   dev-lisp/rsm-filter"
-
-S="${WORKDIR}"/cl-${PN}
-
-src_install() {
-   common-lisp-install-sources *.lisp
-   common-lisp-install-asdf
-   dohtml ${PN}.html
-}



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

2017-07-04 Thread José María Alonso
commit: 0e237231d2e81f843c3cd7bb27877fd338af477c
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Tue Jul  4 15:57:22 2017 +
Commit: José María Alonso  gentoo  org>
CommitDate: Tue Jul  4 15:57:22 2017 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=0e237231

dev-lisp/rsm-mpoly: Updates header and EAPI

 dev-lisp/rsm-mpoly/rsm-mpoly-1.3.ebuild | 11 ++-
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/dev-lisp/rsm-mpoly/rsm-mpoly-1.3.ebuild 
b/dev-lisp/rsm-mpoly/rsm-mpoly-1.3.ebuild
index 14ca9c66..6cd4cedd 100644
--- a/dev-lisp/rsm-mpoly/rsm-mpoly-1.3.ebuild
+++ b/dev-lisp/rsm-mpoly/rsm-mpoly-1.3.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 Multivariate Polynomial Library."
 HOMEPAGE="http://packages.debian.org/unstable/devel/cl-rsm-mpoly;
@@ -19,7 +20,7 @@ RDEPEND="!dev-lisp/cl-${PN}
 S="${WORKDIR}"/cl-${PN}
 
 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-mpoly/

2016-11-30 Thread José María Alonso
commit: cb486b41b6e7360c5e71a8836b3614d35dc0f43f
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Wed Nov 30 09:55:39 2016 +
Commit: José María Alonso  gentoo  org>
CommitDate: Wed Nov 30 09:55:39 2016 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=cb486b41

dev-lisp/rsm-mpoly: Update header

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

diff --git a/dev-lisp/rsm-mpoly/rsm-mpoly-1.3.ebuild 
b/dev-lisp/rsm-mpoly/rsm-mpoly-1.3.ebuild
index 025e834..14ca9c6 100644
--- a/dev-lisp/rsm-mpoly/rsm-mpoly-1.3.ebuild
+++ b/dev-lisp/rsm-mpoly/rsm-mpoly-1.3.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