diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2005-04-15 18:59:50 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2005-04-15 18:59:50 +0000 |
commit | 14ae3b46e71abff46e83afafc9a38495a3672436 (patch) | |
tree | 9720b8c94b552fcc0cffe27171ae3d0dfd7c2a71 /dev-lisp/cl-blowfish | |
parent | pkgconfig not in RDEPEND any longer, also did some cleanup. new upstream vers... (diff) | |
download | gentoo-2-14ae3b46e71abff46e83afafc9a38495a3672436.tar.gz gentoo-2-14ae3b46e71abff46e83afafc9a38495a3672436.tar.bz2 gentoo-2-14ae3b46e71abff46e83afafc9a38495a3672436.zip |
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-lisp/cl-blowfish')
-rw-r--r-- | dev-lisp/cl-blowfish/ChangeLog | 7 | ||||
-rw-r--r-- | dev-lisp/cl-blowfish/cl-blowfish-0.3-r1.ebuild | 34 | ||||
-rw-r--r-- | dev-lisp/cl-blowfish/cl-blowfish-0.3.ebuild | 33 | ||||
-rw-r--r-- | dev-lisp/cl-blowfish/cl-blowfish-0.6.ebuild | 6 | ||||
-rw-r--r-- | dev-lisp/cl-blowfish/files/digest-cl-blowfish-0.3 | 1 | ||||
-rw-r--r-- | dev-lisp/cl-blowfish/files/digest-cl-blowfish-0.3-r1 | 2 |
6 files changed, 9 insertions, 74 deletions
diff --git a/dev-lisp/cl-blowfish/ChangeLog b/dev-lisp/cl-blowfish/ChangeLog index 1d0f6a04720c..c7a16acaa290 100644 --- a/dev-lisp/cl-blowfish/ChangeLog +++ b/dev-lisp/cl-blowfish/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-lisp/cl-blowfish # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-blowfish/ChangeLog,v 1.7 2005/03/18 07:41:20 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-blowfish/ChangeLog,v 1.8 2005/04/15 18:56:57 mkennedy Exp $ + + 15 Apr 2005; Matthew Kennedy <mkennedy@gentoo.org> + -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 <mkennedy@gentoo.org> cl-blowfish-0.6.ebuild: Keywording for ~amd64 diff --git a/dev-lisp/cl-blowfish/cl-blowfish-0.3-r1.ebuild b/dev-lisp/cl-blowfish/cl-blowfish-0.3-r1.ebuild deleted file mode 100644 index 4f2103c6d0bd..000000000000 --- a/dev-lisp/cl-blowfish/cl-blowfish-0.3-r1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2004 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.3-r1.ebuild,v 1.4 2004/07/14 15:22:45 agriffis Exp $ - -inherit common-lisp eutils - -DEB_PV=2 - -DESCRIPTION="Common Lisp implementation of the Blowfish encryption algorithm." -HOMEPAGE="http://packages.debian.org/unstable/devel/cl-blowfish.html http://members.optusnet.com.au/apicard/" -SRC_URI="http://ftp.debian.org/debian/pool/main/c/cl-blowfish/cl-blowfish_${PV}.orig.tar.gz - http://ftp.debian.org/debian/pool/main/c/cl-blowfish/cl-blowfish_0.3-2.diff.gz" - -LICENSE="LLGPL-2.1" -SLOT="0" -KEYWORDS="~x86" -IUSE="" - -DEPEND="dev-lisp/common-lisp-controller - virtual/commonlisp" - -CLPACKAGE=blowfish - - -src_unpack() { - unpack ${A} - epatch ${PN}_${PV}-${DEB_PV}.diff -} - -src_install() { - common-lisp-install *.lisp *.asd - common-lisp-system-symlink - do-debian-credits -} diff --git a/dev-lisp/cl-blowfish/cl-blowfish-0.3.ebuild b/dev-lisp/cl-blowfish/cl-blowfish-0.3.ebuild deleted file mode 100644 index 406ca42b5f1e..000000000000 --- a/dev-lisp/cl-blowfish/cl-blowfish-0.3.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2004 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.3.ebuild,v 1.6 2004/07/14 15:22:45 agriffis Exp $ - -inherit common-lisp - -DESCRIPTION="Common Lisp implementation of the Blowfish encryption algorithm." -HOMEPAGE="http://packages.debian.org/unstable/devel/cl-blowfish.html - http://members.optusnet.com.au/apicard/" -SRC_URI="http://ftp.debian.org/debian/pool/main/c/cl-blowfish/cl-blowfish_${PV}.orig.tar.gz" -LICENSE="LLGPL-2.1" -SLOT="0" -KEYWORDS="~x86" -IUSE="" -DEPEND="dev-lisp/common-lisp-controller - virtual/commonlisp" - -CLPACKAGE=blowfish - - -src_install() { - common-lisp-install *.lisp *.asd - common-lisp-system-symlink - do-debian-credits -} - -pkg_preinst() { - rm -rf /usr/lib/common-lisp/*/${CLPACKAGE} || true -} - -pkg_postrm() { - rm -rf /usr/lib/common-lisp/*/${CLPACKAGE} || true -} diff --git a/dev-lisp/cl-blowfish/cl-blowfish-0.6.ebuild b/dev-lisp/cl-blowfish/cl-blowfish-0.6.ebuild index 300ce382f134..cf1740fbb01b 100644 --- a/dev-lisp/cl-blowfish/cl-blowfish-0.6.ebuild +++ b/dev-lisp/cl-blowfish/cl-blowfish-0.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 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.5 2005/03/18 07:41:20 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-blowfish/cl-blowfish-0.6.ebuild,v 1.6 2005/04/15 18:56:57 mkennedy Exp $ inherit common-lisp eutils @@ -13,7 +13,7 @@ SRC_URI="http://ftp.debian.org/debian/pool/main/c/cl-blowfish/cl-blowfish_${PV}. LICENSE="LLGPL-2.1" SLOT="0" -KEYWORDS="~x86 ~ppc ~amd64" +KEYWORDS="x86 ~ppc ~amd64" IUSE="" DEPEND="dev-lisp/common-lisp-controller @@ -24,7 +24,7 @@ CLPACKAGE=blowfish src_unpack() { unpack ${A} - epatch ${PN}_${PV}-${DEB_PV}.diff + epatch ${PN}_${PV}-${DEB_PV}.diff || die } src_install() { diff --git a/dev-lisp/cl-blowfish/files/digest-cl-blowfish-0.3 b/dev-lisp/cl-blowfish/files/digest-cl-blowfish-0.3 deleted file mode 100644 index 6e214e0566fa..000000000000 --- a/dev-lisp/cl-blowfish/files/digest-cl-blowfish-0.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 495cdbeeacea0d6f5a70c4af03a7dfe8 cl-blowfish_0.3.orig.tar.gz 41516 diff --git a/dev-lisp/cl-blowfish/files/digest-cl-blowfish-0.3-r1 b/dev-lisp/cl-blowfish/files/digest-cl-blowfish-0.3-r1 deleted file mode 100644 index 853dc52f4ff1..000000000000 --- a/dev-lisp/cl-blowfish/files/digest-cl-blowfish-0.3-r1 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 495cdbeeacea0d6f5a70c4af03a7dfe8 cl-blowfish_0.3.orig.tar.gz 41516 -MD5 18ced387a466081a557707f5cbb33318 cl-blowfish_0.3-2.diff.gz 3554 |