commit:     4d3a7d900e6e58f43d6c4f9fe43099f7ce858a5e
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Tue Jul  4 15:58:33 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Tue Jul  4 15:58:33 2017 +0000
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
 }

Reply via email to