diff options
author | Michael Cummings <mcummings@gentoo.org> | 2005-03-28 18:13:27 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2005-03-28 18:13:27 +0000 |
commit | 25e56a06f3726faf6d35a94e76278be98e928936 (patch) | |
tree | 2f826c4648dd5434044904f2caee728bbd979a4d /dev-perl/tie-encryptedhash | |
parent | Version bump (diff) | |
download | gentoo-2-25e56a06f3726faf6d35a94e76278be98e928936.tar.gz gentoo-2-25e56a06f3726faf6d35a94e76278be98e928936.tar.bz2 gentoo-2-25e56a06f3726faf6d35a94e76278be98e928936.zip |
mirror syntax
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-perl/tie-encryptedhash')
-rw-r--r-- | dev-perl/tie-encryptedhash/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/tie-encryptedhash/tie-encryptedhash-1.21.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/tie-encryptedhash/ChangeLog b/dev-perl/tie-encryptedhash/ChangeLog index 492df5e98038..f345171b5330 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-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/tie-encryptedhash/ChangeLog,v 1.7 2005/01/13 14:04:32 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/tie-encryptedhash/ChangeLog,v 1.8 2005/03/28 18:10:18 mcummings Exp $ + + 28 Mar 2005; Michael Cummings <mcummings@gentoo.org> + tie-encryptedhash-1.21.ebuild: + mirror 13 Jan 2005; Gustavo Zacarias <gustavoz@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 9e7b63b480a7..f98c728f1afb 100644 --- a/dev-perl/tie-encryptedhash/tie-encryptedhash-1.21.ebuild +++ b/dev-perl/tie-encryptedhash/tie-encryptedhash-1.21.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 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.9 2005/01/13 14:04:32 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/tie-encryptedhash/tie-encryptedhash-1.21.ebuild,v 1.10 2005/03/28 18:10:18 mcummings Exp $ inherit perl-module @@ -8,7 +8,7 @@ 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" -SRC_URI="http://search.cpan.org/CPAN/authors/id/V/VI/VIPUL/${MY_P}.tar.gz" +SRC_URI="mirror://cpan/authors/id/V/VI/VIPUL/${MY_P}.tar.gz" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" |