diff options
Diffstat (limited to 'dev-perl/tie-encryptedhash')
-rw-r--r-- | dev-perl/tie-encryptedhash/tie-encryptedhash-1.21.ebuild | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/dev-perl/tie-encryptedhash/tie-encryptedhash-1.21.ebuild b/dev-perl/tie-encryptedhash/tie-encryptedhash-1.21.ebuild index 064e7fe6948d..aba6a1302e90 100644 --- a/dev-perl/tie-encryptedhash/tie-encryptedhash-1.21.ebuild +++ b/dev-perl/tie-encryptedhash/tie-encryptedhash-1.21.ebuild @@ -1,19 +1,19 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 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.2 2003/10/28 01:26:32 brad_mssw Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/tie-encryptedhash/tie-encryptedhash-1.21.ebuild,v 1.3 2004/02/21 10:31:55 vapier 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" +SRC_URI="http://search.cpan.org/CPAN/authors/id/V/VI/VIPUL/${MY_P}.tar.gz" -SLOT="0" LICENSE="Artistic | GPL-2" -KEYWORDS="x86 ~alpha ~ppc ~sparc ~amd64" +SLOT="0" +KEYWORDS="x86 ~ppc ~sparc ~alpha hppa ~amd64" DEPEND="dev-perl/Crypt-Blowfish - dev-perl/Crypt-DES - dev-perl/crypt-cbc" + dev-perl/Crypt-DES + dev-perl/crypt-cbc" |