commit:     eeb4d685111225f6510dbe9cf90f02113a9ba024
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Wed Jul  5 21:00:35 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Wed Jul  5 21:00:35 2017 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=eeb4d685

dev-lisp/uuid: Updates to common-lisp-3 eclass

 dev-lisp/uuid/uuid-20080727.ebuild | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/dev-lisp/uuid/uuid-20080727.ebuild 
b/dev-lisp/uuid/uuid-20080727.ebuild
index 52b2e056..3c82998d 100644
--- a/dev-lisp/uuid/uuid-20080727.ebuild
+++ b/dev-lisp/uuid/uuid-20080727.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="A Common Lisp library for generation of UUIDs as described by RFC 
4122."
 HOMEPAGE="http://www.dardoria.net/software/uuid.html";
@@ -16,7 +17,7 @@ IUSE=""
 RDEPEND="dev-lisp/ironclad"
 
 src_install() {
-       common-lisp-install *.{lisp,asd}
-       common-lisp-symlink-asdf
+       common-lisp-install-sources *.lisp
+       common-lisp-install-asdf
        dohtml *.{html,png,jpeg}
 }

Reply via email to