commit:     8e2688cb19fc43ca69fa1bdf39e41023af383206
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Jul  2 21:27:52 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Jul  2 21:27:52 2017 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=8e2688cb

dev-lisp/s-base64: Updates to common-lisp-3

 dev-lisp/s-base64/s-base64-20060521.ebuild | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/dev-lisp/s-base64/s-base64-20060521.ebuild 
b/dev-lisp/s-base64/s-base64-20060521.ebuild
index 5737dece..aac5c70f 100644
--- a/dev-lisp/s-base64/s-base64-20060521.ebuild
+++ b/dev-lisp/s-base64/s-base64-20060521.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 implementation of Bse64 Encoding/Decoding."
 HOMEPAGE="http://homepage.mac.com/svc/s-base64/";
@@ -17,12 +18,12 @@ RDEPEND="!dev-lisp/cl-${PN}"
 
 src_unpack() {
        unpack ${A}
-       rm "${S}"/Makefile
+       rm "${S}"/Makefile || die
 }
 
 src_install() {
-       common-lisp-install src test ${PN}.asd
-       common-lisp-symlink-asdf
+       common-lisp-install-sources src test
+       common-lisp-install-asdf
        dohtml doc/*.html
        dodoc README.txt
 }

Reply via email to