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/blowfish/
Date: Mon, 28 Nov 2016 23:09:12
Message-Id: 1480374541.fbe13204c08eda7e37d9e793f8fab4360ce5c8ee.nimiux@gentoo
1 commit: fbe13204c08eda7e37d9e793f8fab4360ce5c8ee
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 28 23:09:01 2016 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 28 23:09:01 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=fbe13204
7
8 dev-lisp/blowfish: Updates eclass and SRC_URI
9
10 dev-lisp/blowfish/blowfish-0.6.ebuild | 14 +++++++++-----
11 1 file changed, 9 insertions(+), 5 deletions(-)
12
13 diff --git a/dev-lisp/blowfish/blowfish-0.6.ebuild b/dev-lisp/blowfish/blowfish-0.6.ebuild
14 index c4e9c1a..dec2bca 100644
15 --- a/dev-lisp/blowfish/blowfish-0.6.ebuild
16 +++ b/dev-lisp/blowfish/blowfish-0.6.ebuild
17 @@ -2,12 +2,11 @@
18 # Distributed under the terms of the GNU General Public License v2
19 # $Id$
20
21 -inherit common-lisp-2 eutils
22 +inherit common-lisp-3
23
24 DESCRIPTION="Common Lisp implementation of the Blowfish encryption algorithm."
25 -HOMEPAGE="http://packages.debian.org/unstable/devel/cl-blowfish
26 - http://members.optusnet.com.au/apicard/"
27 -SRC_URI="mirror://debian/pool/main/c/cl-${PN}/cl-${PN}_${PV}.orig.tar.gz"
28 +HOMEPAGE="http://members.optusnet.com.au/apicard/"
29 +SRC_URI="mirror://gentoo/${P}.tar.gz"
30
31 LICENSE="LLGPL-2.1"
32 SLOT="0"
33 @@ -16,4 +15,9 @@ IUSE=""
34
35 RDEPEND="!dev-lisp/cl-${PN}"
36
37 -S="${WORKDIR}"/cl-${P}
38 +S="${WORKDIR}"/${PN}
39 +
40 +src_install() {
41 + common-lisp-install-asdf
42 + common-lisp-install-sources *.lisp
43 +}