diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-01-19 17:02:37 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-01-19 17:02:37 +0000 |
commit | e6a48cbd4938ab1ff16d28592d1bdb3e07eba133 (patch) | |
tree | 8aafa9599b54b63d1d0265bebd3a86f5894f5ff0 /dev-perl/tie-encryptedhash/tie-encryptedhash-1.21.ebuild | |
parent | Ebuild maintenance (diff) | |
download | gentoo-2-e6a48cbd4938ab1ff16d28592d1bdb3e07eba133.tar.gz gentoo-2-e6a48cbd4938ab1ff16d28592d1bdb3e07eba133.tar.bz2 gentoo-2-e6a48cbd4938ab1ff16d28592d1bdb3e07eba133.zip |
Version bump, thanks seemant
(Portage version: 2.1.2_rc4-r8)
Diffstat (limited to 'dev-perl/tie-encryptedhash/tie-encryptedhash-1.21.ebuild')
-rw-r--r-- | dev-perl/tie-encryptedhash/tie-encryptedhash-1.21.ebuild | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/dev-perl/tie-encryptedhash/tie-encryptedhash-1.21.ebuild b/dev-perl/tie-encryptedhash/tie-encryptedhash-1.21.ebuild index ec7a2c52dcad..244a8a6dbc41 100644 --- a/dev-perl/tie-encryptedhash/tie-encryptedhash-1.21.ebuild +++ b/dev-perl/tie-encryptedhash/tie-encryptedhash-1.21.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 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.15 2006/08/06 03:14:10 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/tie-encryptedhash/tie-encryptedhash-1.21.ebuild,v 1.16 2007/01/19 17:02:37 mcummings 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/CPAN/authors/id/V/VI/VIPUL/${MY_P}.readme" +HOMEPAGE="http://search.cpan.org/~vipul/" SRC_URI="mirror://cpan/authors/id/V/VI/VIPUL/${MY_P}.tar.gz" LICENSE="|| ( Artistic GPL-2 )" @@ -19,6 +19,3 @@ DEPEND="dev-perl/Crypt-Blowfish dev-perl/Crypt-DES dev-perl/crypt-cbc dev-lang/perl" -RDEPEND="${DEPEND}" - - |