diff options
author | Torsten Veller <tove@gentoo.org> | 2012-06-03 18:51:11 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2012-06-03 18:51:11 +0000 |
commit | df53e4dafc35f47e563e76265aad3a9a171de884 (patch) | |
tree | 52e22309a574804258c41f57a0447d68f64d2a18 /dev-perl | |
parent | Cleanup (diff) | |
download | gentoo-2-df53e4dafc35f47e563e76265aad3a9a171de884.tar.gz gentoo-2-df53e4dafc35f47e563e76265aad3a9a171de884.tar.bz2 gentoo-2-df53e4dafc35f47e563e76265aad3a9a171de884.zip |
Cleanup
(Portage version: 2.2.0_alpha109/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Crypt-Blowfish/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Crypt-Blowfish/Crypt-Blowfish-2.10.ebuild | 20 |
2 files changed, 4 insertions, 21 deletions
diff --git a/dev-perl/Crypt-Blowfish/ChangeLog b/dev-perl/Crypt-Blowfish/ChangeLog index ea5bb53d6a92..4ba5a771a75b 100644 --- a/dev-perl/Crypt-Blowfish/ChangeLog +++ b/dev-perl/Crypt-Blowfish/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Crypt-Blowfish # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-Blowfish/ChangeLog,v 1.38 2012/05/06 16:40:55 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-Blowfish/ChangeLog,v 1.39 2012/06/03 18:51:11 tove Exp $ + + 03 Jun 2012; Torsten Veller <tove@gentoo.org> -Crypt-Blowfish-2.10.ebuild: + Cleanup 06 May 2012; Raúl Porcel <armin76@gentoo.org> Crypt-Blowfish-2.120.0.ebuild: ia64/sparc stable wrt #400063 diff --git a/dev-perl/Crypt-Blowfish/Crypt-Blowfish-2.10.ebuild b/dev-perl/Crypt-Blowfish/Crypt-Blowfish-2.10.ebuild deleted file mode 100644 index 0e44a54db9c0..000000000000 --- a/dev-perl/Crypt-Blowfish/Crypt-Blowfish-2.10.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2010 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.10.ebuild,v 1.12 2010/01/09 18:24:23 grobian 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 ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" -IUSE="" - -SRC_TEST="do" - -DEPEND=">=dev-lang/perl-5" - -export OPTIMIZE="${CFLAGS}" |