diff options
-rw-r--r-- | dev-perl/tie-encryptedhash/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/tie-encryptedhash/tie-encryptedhash-1.21.ebuild | 21 |
2 files changed, 4 insertions, 22 deletions
diff --git a/dev-perl/tie-encryptedhash/ChangeLog b/dev-perl/tie-encryptedhash/ChangeLog index 49da9d91042e..2838bd29de4d 100644 --- a/dev-perl/tie-encryptedhash/ChangeLog +++ b/dev-perl/tie-encryptedhash/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/tie-encryptedhash # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/tie-encryptedhash/ChangeLog,v 1.24 2012/03/31 17:13:29 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/tie-encryptedhash/ChangeLog,v 1.25 2012/04/05 18:19:12 tove Exp $ + + 05 Apr 2012; Torsten Veller <tove@gentoo.org> -tie-encryptedhash-1.21.ebuild: + Cleanup 31 Mar 2012; Raúl Porcel <armin76@gentoo.org> tie-encryptedhash-1.21.ebuild, tie-encryptedhash-1.240.0.ebuild: diff --git a/dev-perl/tie-encryptedhash/tie-encryptedhash-1.21.ebuild b/dev-perl/tie-encryptedhash/tie-encryptedhash-1.21.ebuild deleted file mode 100644 index 7a57852bdfe9..000000000000 --- a/dev-perl/tie-encryptedhash/tie-encryptedhash-1.21.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/tie-encryptedhash/tie-encryptedhash-1.21.ebuild,v 1.17 2012/03/31 17:13:29 armin76 Exp $ - -inherit perl-module - -MY_P=Tie-EncryptedHash-${PV} -S=${WORKDIR}/${MY_P} -DESCRIPTION="Hashes (and objects based on hashes) with encrypting fields." -HOMEPAGE="http://search.cpan.org/~vipul/" -SRC_URI="mirror://cpan/authors/id/V/VI/VIPUL/${MY_P}.tar.gz" - -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="alpha amd64 hppa ~mips ~ppc x86" -IUSE="" - -DEPEND="dev-perl/Crypt-Blowfish - dev-perl/Crypt-DES - dev-perl/crypt-cbc - dev-lang/perl" |