summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2012-04-05 18:19:12 +0000
committerTorsten Veller <tove@gentoo.org>2012-04-05 18:19:12 +0000
commit35198e30bc6b7c7bb4f261f2088344cd4f12ed62 (patch)
tree76a4b259371306a0d9db8148303413432e57ed89 /dev-perl/tie-encryptedhash
parentCleanup (diff)
downloadgentoo-2-35198e30bc6b7c7bb4f261f2088344cd4f12ed62.tar.gz
gentoo-2-35198e30bc6b7c7bb4f261f2088344cd4f12ed62.tar.bz2
gentoo-2-35198e30bc6b7c7bb4f261f2088344cd4f12ed62.zip
Cleanup
(Portage version: 2.2.0_alpha99/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/tie-encryptedhash')
-rw-r--r--dev-perl/tie-encryptedhash/ChangeLog5
-rw-r--r--dev-perl/tie-encryptedhash/tie-encryptedhash-1.21.ebuild21
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"