diff options
author | Torsten Veller <tove@gentoo.org> | 2009-05-02 12:12:45 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-05-02 12:12:45 +0000 |
commit | dc9ab68f8ff008308fe6a68c24d862be82490fc8 (patch) | |
tree | 913ccb14902367f6562100860db1715f8f461089 /dev-perl/Crypt-Blowfish | |
parent | sparc/x86 stable wrt #266555 (diff) | |
download | historical-dc9ab68f8ff008308fe6a68c24d862be82490fc8.tar.gz historical-dc9ab68f8ff008308fe6a68c24d862be82490fc8.tar.bz2 historical-dc9ab68f8ff008308fe6a68c24d862be82490fc8.zip |
Cleanup
Package-Manager: portage-2.2_rc31/cvs/Linux i686
Diffstat (limited to 'dev-perl/Crypt-Blowfish')
-rw-r--r-- | dev-perl/Crypt-Blowfish/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Crypt-Blowfish/Crypt-Blowfish-2.09-r3.ebuild | 19 |
2 files changed, 6 insertions, 21 deletions
diff --git a/dev-perl/Crypt-Blowfish/ChangeLog b/dev-perl/Crypt-Blowfish/ChangeLog index 1e01d8fcb00f..eb077d506c33 100644 --- a/dev-perl/Crypt-Blowfish/ChangeLog +++ b/dev-perl/Crypt-Blowfish/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Crypt-Blowfish -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-Blowfish/ChangeLog,v 1.24 2007/01/15 15:29:39 mcummings Exp $ +# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-Blowfish/ChangeLog,v 1.25 2009/05/02 11:43:51 tove Exp $ + + 02 May 2009; Torsten Veller <tove@gentoo.org> + -Crypt-Blowfish-2.09-r3.ebuild: + Cleanup 15 Jan 2007; Michael Cummings <mcummings@gentoo.org> Crypt-Blowfish-2.09-r3.ebuild, Crypt-Blowfish-2.10.ebuild: diff --git a/dev-perl/Crypt-Blowfish/Crypt-Blowfish-2.09-r3.ebuild b/dev-perl/Crypt-Blowfish/Crypt-Blowfish-2.09-r3.ebuild deleted file mode 100644 index bd7d6cab9376..000000000000 --- a/dev-perl/Crypt-Blowfish/Crypt-Blowfish-2.09-r3.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-Blowfish/Crypt-Blowfish-2.09-r3.ebuild,v 1.17 2007/01/15 15:29:39 mcummings Exp $ - -inherit perl-module - -DESCRIPTION="Crypt::Blowfish module for perl" -HOMEPAGE="http://search.cpan.org/~dparis/" -SRC_URI="mirror://cpan/authors/id/D/DP/DPARIS/${P}.tar.gz" - -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ~mips ppc sparc x86" -IUSE="" - -DEPEND="virtual/libc - >=dev-lang/perl-5" - -export OPTIMIZE="${CFLAGS}" |