commit:     0041c3154966453741ab7ca6f152734f457afec4
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Fri Jul  7 08:29:52 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Fri Jul  7 08:29:52 2017 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=0041c315

dev-lisp/garbage-pools: Updates to common-lisp-3 eclass

 dev-lisp/garbage-pools/garbage-pools-0.1.2.ebuild | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/dev-lisp/garbage-pools/garbage-pools-0.1.2.ebuild 
b/dev-lisp/garbage-pools/garbage-pools-0.1.2.ebuild
index 92b48a18..d6a1c462 100644
--- a/dev-lisp/garbage-pools/garbage-pools-0.1.2.ebuild
+++ b/dev-lisp/garbage-pools/garbage-pools-0.1.2.ebuild
@@ -1,10 +1,11 @@
-# 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 eutils
+EAPI=6
 
-DESCRIPTION="garbage-pools is a Common Lisp re-implementation of the APR Pools 
for resource management."
+inherit common-lisp-3 eutils
+
+DESCRIPTION="A Common Lisp re-implementation of the APR Pools for resource 
management."
 HOMEPAGE="http://code.google.com/p/garbage-pools/ 
http://www.cliki.net/garbage-pools";
 SRC_URI="http://garbage-pools.googlecode.com/files/${P}.tar.bz2";
 
@@ -18,6 +19,6 @@ RDEPEND="dev-lisp/lift"
 CLSYSTEMS="${PN} ${PN}-test"
 
 src_install() {
-       common-lisp-install *.{lisp,asd}
-       common-lisp-symlink-asdf
+       common-lisp-install-sources *.lisp
+       common-lisp-install-asdf
 }

Reply via email to