commit:     586b4d73d2c93cfae898eafef8e2937751697a2d
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Fri Jul  7 09:05:34 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Fri Jul  7 09:05:34 2017 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=586b4d73

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

 dev-lisp/kr/kr-2.3.4.ebuild | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/dev-lisp/kr/kr-2.3.4.ebuild b/dev-lisp/kr/kr-2.3.4.ebuild
index 12359dd4..9647ed32 100644
--- a/dev-lisp/kr/kr-2.3.4.ebuild
+++ b/dev-lisp/kr/kr-2.3.4.ebuild
@@ -1,12 +1,13 @@
-# 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
+
+inherit common-lisp-3 eutils
 
 MY_P="${PN}_${PV}"
 
-DESCRIPTION="KR is a highly flexible and dynamic prototype-based object system 
for Common Lisp."
+DESCRIPTION="A highly flexible and dynamic prototype-based object system for 
Common Lisp."
 HOMEPAGE="http://www.cliki.net/KR";
 SRC_URI="mirror://gentoo/${MY_P}.tar.gz"
 
@@ -20,7 +21,7 @@ RDEPEND="!dev-lisp/cl-${PN}"
 S="${WORKDIR}"/${MY_P}
 
 src_install() {
-       common-lisp-install *.{lisp,asd}
-       common-lisp-symlink-asdf
+       common-lisp-install-sources *.lisp
+       common-lisp-install-asdf
        dodoc ${PN}-manual.ps ${PN}.changes
 }

Reply via email to