summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2012-06-03 18:59:16 +0000
committerTorsten Veller <tove@gentoo.org>2012-06-03 18:59:16 +0000
commit2f21ffa17472a1df814a51493e96d528f76a3383 (patch)
tree652a6df6cbd56135a8e80c213a4c20e718a69ddf /dev-perl/Crypt-Blowfish
parentVersion bump (diff)
downloadhistorical-2f21ffa17472a1df814a51493e96d528f76a3383.tar.gz
historical-2f21ffa17472a1df814a51493e96d528f76a3383.tar.bz2
historical-2f21ffa17472a1df814a51493e96d528f76a3383.zip
Cleanup
Package-Manager: portage-2.2.0_alpha109/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Crypt-Blowfish')
-rw-r--r--dev-perl/Crypt-Blowfish/ChangeLog5
-rw-r--r--dev-perl/Crypt-Blowfish/Crypt-Blowfish-2.10.ebuild20
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}"