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

2018-03-18 Thread José María Alonso
commit: 812feeff9b828fbc5fcc0cca6f6bcf2d815611b4
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=812feeff

dev-lisp/rsm-mod: Drops package

 dev-lisp/rsm-mod/rsm-mod-1.4.ebuild | 25 -
 1 file changed, 25 deletions(-)

diff --git a/dev-lisp/rsm-mod/rsm-mod-1.4.ebuild 
b/dev-lisp/rsm-mod/rsm-mod-1.4.ebuild
deleted file mode 100644
index a6d018a4..
--- a/dev-lisp/rsm-mod/rsm-mod-1.4.ebuild
+++ /dev/null
@@ -1,25 +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 Modular Arithmetic Library"
-HOMEPAGE="http://packages.debian.org/unstable/devel/cl-rsm-mod";
-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_install() {
-   common-lisp-install-sources *.lisp
-   common-lisp-install-asdf
-   dohtml ${PN}.html
-}



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

2017-07-05 Thread José María Alonso
commit: 2d7e6caa122e6a65b7d2d947bd49d538a10bae75
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Wed Jul  5 15:33:55 2017 +
Commit: José María Alonso  gentoo  org>
CommitDate: Wed Jul  5 15:33:55 2017 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=2d7e6caa

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

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

diff --git a/dev-lisp/rsm-mod/rsm-mod-1.4.ebuild 
b/dev-lisp/rsm-mod/rsm-mod-1.4.ebuild
index 6b73d298..a6d018a4 100644
--- a/dev-lisp/rsm-mod/rsm-mod-1.4.ebuild
+++ b/dev-lisp/rsm-mod/rsm-mod-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 Modular Arithmetic Library"
 HOMEPAGE="http://packages.debian.org/unstable/devel/cl-rsm-mod";
@@ -18,7 +19,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-mod/

2016-12-02 Thread José María Alonso
commit: 55b2ef51fbca7ce600794b7316d73f9c3cd00a60
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Fri Dec  2 14:10:45 2016 +
Commit: José María Alonso  gentoo  org>
CommitDate: Fri Dec  2 14:10:45 2016 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=55b2ef51

dev-lisp/rsm-mod: Updates header

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

diff --git a/dev-lisp/rsm-mod/rsm-mod-1.4.ebuild 
b/dev-lisp/rsm-mod/rsm-mod-1.4.ebuild
index 1f22e42..6b73d29 100644
--- a/dev-lisp/rsm-mod/rsm-mod-1.4.ebuild
+++ b/dev-lisp/rsm-mod/rsm-mod-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