commit:     fcaed781254e18827103288307b68cfb29c77c6c
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Mon Jul  3 21:49:14 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Mon Jul  3 21:49:14 2017 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=fcaed781

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

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

diff --git a/dev-lisp/closure/closure-20080602.ebuild 
b/dev-lisp/closure/closure-20080602.ebuild
index 54c00709..1b850bd2 100644
--- a/dev-lisp/closure/closure-20080602.ebuild
+++ b/dev-lisp/closure/closure-20080602.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="Closure is a web browser implemented in Common Lisp, implemented 
using CLIM."
 HOMEPAGE="http://common-lisp.net/project/closure";
@@ -24,6 +25,6 @@ RDEPEND="dev-lisp/cxml
                media-libs/jpeg"
 
 src_install() {
-       common-lisp-install ${PN}.asd resources src
-       common-lisp-symlink-asdf
+       common-lisp-install-sources resources src
+       common-lisp-install-asdf
 }

Reply via email to