Gentoo Archives: gentoo-commits

From: "José María Alonso" <nimiux@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/s-base64/
Date: Sun, 02 Jul 2017 21:28:00
Message-Id: 1499030872.8e2688cb19fc43ca69fa1bdf39e41023af383206.nimiux@gentoo
1 commit: 8e2688cb19fc43ca69fa1bdf39e41023af383206
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 2 21:27:52 2017 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 2 21:27:52 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=8e2688cb
7
8 dev-lisp/s-base64: Updates to common-lisp-3
9
10 dev-lisp/s-base64/s-base64-20060521.ebuild | 13 +++++++------
11 1 file changed, 7 insertions(+), 6 deletions(-)
12
13 diff --git a/dev-lisp/s-base64/s-base64-20060521.ebuild b/dev-lisp/s-base64/s-base64-20060521.ebuild
14 index 5737dece..aac5c70f 100644
15 --- a/dev-lisp/s-base64/s-base64-20060521.ebuild
16 +++ b/dev-lisp/s-base64/s-base64-20060521.ebuild
17 @@ -1,8 +1,9 @@
18 -# Copyright 1999-2016 Gentoo Foundation
19 +# Copyright 1999-2017 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21 -# $Id$
22
23 -inherit common-lisp-2
24 +EAPI=6
25 +
26 +inherit common-lisp-3
27
28 DESCRIPTION="A Common Lisp implementation of Bse64 Encoding/Decoding."
29 HOMEPAGE="http://homepage.mac.com/svc/s-base64/"
30 @@ -17,12 +18,12 @@ RDEPEND="!dev-lisp/cl-${PN}"
31
32 src_unpack() {
33 unpack ${A}
34 - rm "${S}"/Makefile
35 + rm "${S}"/Makefile || die
36 }
37
38 src_install() {
39 - common-lisp-install src test ${PN}.asd
40 - common-lisp-symlink-asdf
41 + common-lisp-install-sources src test
42 + common-lisp-install-asdf
43 dohtml doc/*.html
44 dodoc README.txt
45 }