summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-09-04 11:24:07 +0000
committerTorsten Veller <tove@gentoo.org>2011-09-04 11:24:07 +0000
commited1835f95ac005061c92cae46366aa03deeb7aa6 (patch)
treebf4cd51e2a39ff64b8d4e986cbb7f9ecc8220b61 /dev-perl/tie-encryptedhash
parentVersion bump to latest release. (diff)
downloadgentoo-2-ed1835f95ac005061c92cae46366aa03deeb7aa6.tar.gz
gentoo-2-ed1835f95ac005061c92cae46366aa03deeb7aa6.tar.bz2
gentoo-2-ed1835f95ac005061c92cae46366aa03deeb7aa6.zip
Cleanup
(Portage version: 2.2.0_alpha52/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.24.ebuild23
2 files changed, 4 insertions, 24 deletions
diff --git a/dev-perl/tie-encryptedhash/ChangeLog b/dev-perl/tie-encryptedhash/ChangeLog
index 9ccfafd967a5..d8823a04c4c5 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-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/tie-encryptedhash/ChangeLog,v 1.18 2011/08/27 16:26:43 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/tie-encryptedhash/ChangeLog,v 1.19 2011/09/04 11:22:10 tove Exp $
+
+ 04 Sep 2011; Torsten Veller <tove@gentoo.org> -tie-encryptedhash-1.24.ebuild:
+ Cleanup
*tie-encryptedhash-1.240.0 (27 Aug 2011)
diff --git a/dev-perl/tie-encryptedhash/tie-encryptedhash-1.24.ebuild b/dev-perl/tie-encryptedhash/tie-encryptedhash-1.24.ebuild
deleted file mode 100644
index 1e1ff0120073..000000000000
--- a/dev-perl/tie-encryptedhash/tie-encryptedhash-1.24.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2011 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.24.ebuild,v 1.3 2011/04/24 15:51:07 grobian 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/dist/Tie-EncryptedHash/"
-SRC_URI="mirror://cpan/authors/id/V/VI/VIPUL/${MY_P}.tar.gz"
-
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
-IUSE=""
-
-DEPEND="dev-perl/Crypt-Blowfish
- dev-perl/Crypt-DES
- dev-perl/crypt-cbc
- dev-lang/perl"
-
-SRC_TEST=do