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

2018-03-18 Thread José María Alonso
commit: 212ba8c6bdd82428f8f42c4528c472f462c2af2b
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=212ba8c6

dev-lisp/rsm-random: Drops package

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

diff --git a/dev-lisp/rsm-random/rsm-random-1.4.ebuild 
b/dev-lisp/rsm-random/rsm-random-1.4.ebuild
deleted file mode 100644
index b3bc6fd9..
--- a/dev-lisp/rsm-random/rsm-random-1.4.ebuild
+++ /dev/null
@@ -1,32 +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 Random Number Library."
-HOMEPAGE="http://packages.debian.org/unstable/devel/cl-rsm-random;
-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/uffi"
-
-S="${WORKDIR}"/cl-${P}
-
-src_compile() {
-   make linux || die "Cannot compile FFI glue"
-}
-
-src_install() {
-   exeinto /usr/$(get_libdir)/${PN}
-   doexe random.so
-   common-lisp-install-sources *.lisp
-   common-lisp-install-asdf
-   dohtml ${PN}.html ob01.jpg
-}



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

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

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

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

diff --git a/dev-lisp/rsm-random/rsm-random-1.4.ebuild 
b/dev-lisp/rsm-random/rsm-random-1.4.ebuild
index 86796b13..b3bc6fd9 100644
--- a/dev-lisp/rsm-random/rsm-random-1.4.ebuild
+++ b/dev-lisp/rsm-random/rsm-random-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 Random Number Library."
 HOMEPAGE="http://packages.debian.org/unstable/devel/cl-rsm-random;
@@ -25,7 +26,7 @@ src_compile() {
 src_install() {
exeinto /usr/$(get_libdir)/${PN}
doexe random.so
-   common-lisp-install *.{lisp,asd}
-   common-lisp-symlink-asdf
+   common-lisp-install-sources *.lisp
+   common-lisp-install-asdf
dohtml ${PN}.html ob01.jpg
 }



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

2016-12-02 Thread José María Alonso
commit: 0c2a9410205597a34749c3ca4a9e94acc57bd691
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Fri Dec  2 21:52:23 2016 +
Commit: José María Alonso  gentoo  org>
CommitDate: Fri Dec  2 21:52:23 2016 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=0c2a9410

dev-lisp/rsm-random: Updates header

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

diff --git a/dev-lisp/rsm-random/rsm-random-1.4.ebuild 
b/dev-lisp/rsm-random/rsm-random-1.4.ebuild
index 74c1afd..86796b1 100644
--- a/dev-lisp/rsm-random/rsm-random-1.4.ebuild
+++ b/dev-lisp/rsm-random/rsm-random-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