commit:     fbe13204c08eda7e37d9e793f8fab4360ce5c8ee
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 28 23:09:01 2016 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Mon Nov 28 23:09:01 2016 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=fbe13204

dev-lisp/blowfish: Updates eclass and SRC_URI

 dev-lisp/blowfish/blowfish-0.6.ebuild | 14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

diff --git a/dev-lisp/blowfish/blowfish-0.6.ebuild 
b/dev-lisp/blowfish/blowfish-0.6.ebuild
index c4e9c1a..dec2bca 100644
--- a/dev-lisp/blowfish/blowfish-0.6.ebuild
+++ b/dev-lisp/blowfish/blowfish-0.6.ebuild
@@ -2,12 +2,11 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-inherit common-lisp-2 eutils
+inherit common-lisp-3
 
 DESCRIPTION="Common Lisp implementation of the Blowfish encryption algorithm."
-HOMEPAGE="http://packages.debian.org/unstable/devel/cl-blowfish
-               http://members.optusnet.com.au/apicard/";
-SRC_URI="mirror://debian/pool/main/c/cl-${PN}/cl-${PN}_${PV}.orig.tar.gz"
+HOMEPAGE="http://members.optusnet.com.au/apicard/";
+SRC_URI="mirror://gentoo/${P}.tar.gz"
 
 LICENSE="LLGPL-2.1"
 SLOT="0"
@@ -16,4 +15,9 @@ IUSE=""
 
 RDEPEND="!dev-lisp/cl-${PN}"
 
-S="${WORKDIR}"/cl-${P}
+S="${WORKDIR}"/${PN}
+
+src_install() {
+       common-lisp-install-asdf
+       common-lisp-install-sources *.lisp
+}

Reply via email to