diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-01-19 17:20:19 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-01-19 17:20:19 +0000 |
commit | fef482abc81ae081593fc2de2dcaa5e22782a375 (patch) | |
tree | 5a6ebd7562b98a24dd3edebaed6e2e81e6adf544 /dev-perl/tie-encryptedhash | |
parent | removed the RESTRICT since upstream is down (diff) | |
download | historical-fef482abc81ae081593fc2de2dcaa5e22782a375.tar.gz historical-fef482abc81ae081593fc2de2dcaa5e22782a375.tar.bz2 historical-fef482abc81ae081593fc2de2dcaa5e22782a375.zip |
Version bump, thanks seemant
Package-Manager: portage-2.1.2_rc4-r8
Diffstat (limited to 'dev-perl/tie-encryptedhash')
-rw-r--r-- | dev-perl/tie-encryptedhash/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/tie-encryptedhash/tie-encryptedhash-1.21.ebuild | 9 |
2 files changed, 9 insertions, 8 deletions
diff --git a/dev-perl/tie-encryptedhash/ChangeLog b/dev-perl/tie-encryptedhash/ChangeLog index 1ae53b5ece9e..c1c28df3c2cf 100644 --- a/dev-perl/tie-encryptedhash/ChangeLog +++ b/dev-perl/tie-encryptedhash/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/tie-encryptedhash -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/tie-encryptedhash/ChangeLog,v 1.13 2006/08/06 03:14:10 mcummings Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/tie-encryptedhash/ChangeLog,v 1.14 2007/01/19 17:02:37 mcummings Exp $ + + 19 Jan 2007; Michael Cummings <mcummings@gentoo.org> + tie-encryptedhash-1.21.ebuild: + Version bump, thanks seemant 06 Aug 2006; Michael Cummings <mcummings@gentoo.org> tie-encryptedhash-1.21.ebuild: 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}" - - |