diff options
author | 2003-06-24 00:47:12 +0000 | |
---|---|---|
committer | 2003-06-24 00:47:12 +0000 | |
commit | 3cb7b9bdc1b6a49be079544025e4b55b538b5256 (patch) | |
tree | bd7c0de47219d933c553231508a0133268469653 /dev-perl | |
parent | dep for crypt-rsa, a dep for net-ssh (diff) | |
download | historical-3cb7b9bdc1b6a49be079544025e4b55b538b5256.tar.gz historical-3cb7b9bdc1b6a49be079544025e4b55b538b5256.tar.bz2 historical-3cb7b9bdc1b6a49be079544025e4b55b538b5256.zip |
dep for crypt-rsa, a dep for net-ssh
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/tie-encryptedhash/Manifest | 3 | ||||
-rw-r--r-- | dev-perl/tie-encryptedhash/files/digest-tie-encryptedhash-1.21 | 1 | ||||
-rw-r--r-- | dev-perl/tie-encryptedhash/tie-encryptedhash-1.21.ebuild | 19 |
3 files changed, 22 insertions, 1 deletions
diff --git a/dev-perl/tie-encryptedhash/Manifest b/dev-perl/tie-encryptedhash/Manifest index ab9985a3bc84..cc06b3ff1e65 100644 --- a/dev-perl/tie-encryptedhash/Manifest +++ b/dev-perl/tie-encryptedhash/Manifest @@ -1,2 +1,3 @@ -MD5 525e16101f4d62d6548a18eae593d34a tie-encryptedhash-1.21.ebuild 497 +MD5 97affeafee17ca46700c8e58634b2e6f tie-encryptedhash-1.21.ebuild 695 +MD5 e0d06b2a2f2680c60909b0a4a84a2191 ChangeLog 404 MD5 1f5317ef7769e8eefd7e5940908a9b90 files/digest-tie-encryptedhash-1.21 73 diff --git a/dev-perl/tie-encryptedhash/files/digest-tie-encryptedhash-1.21 b/dev-perl/tie-encryptedhash/files/digest-tie-encryptedhash-1.21 new file mode 100644 index 000000000000..03b395262adf --- /dev/null +++ b/dev-perl/tie-encryptedhash/files/digest-tie-encryptedhash-1.21 @@ -0,0 +1 @@ +MD5 5a85bd78c74ef52aeff6c70836f9d3bf Tie-EncryptedHash-1.21.tar.gz 10768 diff --git a/dev-perl/tie-encryptedhash/tie-encryptedhash-1.21.ebuild b/dev-perl/tie-encryptedhash/tie-encryptedhash-1.21.ebuild new file mode 100644 index 000000000000..c9c5b746db3d --- /dev/null +++ b/dev-perl/tie-encryptedhash/tie-encryptedhash-1.21.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# 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.1 2003/06/24 00:47:07 mcummings Exp $ + +inherit perl-module + +MY_P=Tie-EncryptedHash-${PV} +S=${WORKDIR}/${MY_P} +DESCRIPTION="Hashes (and objects based on hashes) with encrypting fields." +SRC_URI="http://search.cpan.org/CPAN/authors/id/V/VI/VIPUL/${MY_P}.tar.gz" +HOMEPAGE="http://search.cpan.org/CPAN/authors/id/V/VI/VIPUL/${MY_P}.readme" + +SLOT="0" +LICENSE="Artistic | GPL-2" +KEYWORDS="x86 ~alpha ~ppc ~sparc" + +DEPEND="dev-perl/Crypt-Blowfish + dev-perl/Crypt-DES + dev-perl/crypt-cbc" |