Portage is a package management system used by Gentoo Linux
# ChangeLog for dev-lisp/cl-blowfish
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-blowfish/ChangeLog,v 1.11 2008/03/27 16:34:30 armin76 Exp $
27 Mar 2008; Raúl Porcel
Fix debian HOMEPAGE
03 Feb 2007; Diego Pettenò
Use mirror://debian/ where applicable, or use mirror://gentoo/ if the file
has been removed from debian's mirrors.
24 May 2005;
Keywording ~sparc
15 Apr 2005; Matthew Kennedy
-cl-blowfish-0.3.ebuild, -cl-blowfish-0.3-r1.ebuild,
cl-blowfish-0.6.ebuild:
Remove old ebuilds; Keywording x86
18 Mar 2005; Matthew Kennedy
Keywording for ~amd64
09 May 2004; David Holm
Added to ~ppc.
*cl-blowfish-0.6 (09 May 2004)
09 May 2004;
New upstream version.
*cl-blowfish-0.3-r1 (12 Feb 2004)
12 Feb 2004;
Cleanup for eclass changes.
15 Oct 2003; Matthew Kennedy
metadata.xml:
preinst, postrm
*cl-blowfish-0.3 (28 Aug 2003)
28 Aug 2003; Matthew Kennedy
Initial import.
DIST cl-blowfish_0.6-1.diff.gz 3607 RMD160 4e405c43ae5f13af033d0c552c937698f8643088 SHA1 ed7f8d4f5f5d4ff4a3fcdafdfd93e4c98aa6b436 SHA256 69f82edaf87fc14ede437f2976cbfeaeeee834aeb8dc9ea837b1913d3fd79170
DIST cl-blowfish_0.6.orig.tar.gz 15489 RMD160 7b7c2325d30cf2166447215562daf3736a621ec6 SHA1 46792b7315447fe5ab7132aae13dbc73e095bd49 SHA256 4a559c885c039acfe8ea9de9a1c6b992a1bf0f59417b98423b6e408b2961f6cb
EBUILD cl-blowfish-0.6.ebuild 886 RMD160 223332f03e327eac0fd9e5332b6b68b9141726a6 SHA1 40d24794e761a10bd249fae1c0222a60e9949b68 SHA256 87e64cc298d0e6e30a133c1e25ed694a17612b968d38a419e72506286a23a431
MISC ChangeLog 1419 RMD160 1d50c6b53570a0e72636ffe295e611fa2ce68337 SHA1 89c0923f0e161bcf326d49c44b0041ac3d2609dd SHA256 e89b850b3119f0052c6be8a77b1a375653a2d8e8701229ee1c7be015e9145eb2
MISC metadata.xml 164 RMD160 5edb79931b874dc3a72128f0742b9d4c4eb3c8c1 SHA1 2f781e1fca36d790a027079805d56cf397e6a6f8 SHA256 f8efc9385015233c71f279f85bd0a327525b7136cf8714cc04449d8bea4ce22f
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-blowfish/cl-blowfish-0.6.ebuild,v 1.10 2008/03/27 16:34:30 armin76 Exp $
inherit common-lisp eutils
DEB_PV=1
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://gentoo/cl-blowfish_${PV}.orig.tar.gz
mirror://gentoo/cl-blowfish_${PV}-${DEB_PV}.diff.gz"
LICENSE="LLGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc x86"
IUSE=""
DEPEND="dev-lisp/common-lisp-controller
virtual/commonlisp"
CLPACKAGE=blowfish
src_unpack() {
unpack ${A}
epatch ${PN}_${PV}-${DEB_PV}.diff || die
}
src_install() {
common-lisp-install *.lisp *.asd
common-lisp-system-symlink
do-debian-credits
}