summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2007-01-19 15:51:52 +0000
committerMichael Cummings <mcummings@gentoo.org>2007-01-19 15:51:52 +0000
commitf48cd624dd1ee241dcbf56a272a907f49d94ecae (patch)
tree837c9e920d79059bd37261641380b1d0204e6830 /dev-perl/ShadowHash
parentRemove RESTRICT="mirror" (diff)
downloadhistorical-f48cd624dd1ee241dcbf56a272a907f49d94ecae.tar.gz
historical-f48cd624dd1ee241dcbf56a272a907f49d94ecae.tar.bz2
historical-f48cd624dd1ee241dcbf56a272a907f49d94ecae.zip
Version bump, thanks seemant
Package-Manager: portage-2.1.2_rc4-r8
Diffstat (limited to 'dev-perl/ShadowHash')
-rw-r--r--dev-perl/ShadowHash/ChangeLog8
-rw-r--r--dev-perl/ShadowHash/ShadowHash-0.07.ebuild7
2 files changed, 9 insertions, 6 deletions
diff --git a/dev-perl/ShadowHash/ChangeLog b/dev-perl/ShadowHash/ChangeLog
index bf86e31fa27b..cf134d8ce15b 100644
--- a/dev-perl/ShadowHash/ChangeLog
+++ b/dev-perl/ShadowHash/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/ShadowHash
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/ShadowHash/ChangeLog,v 1.8 2006/11/24 18:20:32 mcummings Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/ShadowHash/ChangeLog,v 1.9 2007/01/19 15:44:55 mcummings Exp $
+
+ 19 Jan 2007; Michael Cummings <mcummings@gentoo.org>
+ ShadowHash-0.07.ebuild:
+ Version bump, thanks seemant
24 Nov 2006; Michael Cummings <mcummings@gentoo.org>
ShadowHash-0.07.ebuild:
diff --git a/dev-perl/ShadowHash/ShadowHash-0.07.ebuild b/dev-perl/ShadowHash/ShadowHash-0.07.ebuild
index 89b364a15928..4e668368b764 100644
--- a/dev-perl/ShadowHash/ShadowHash-0.07.ebuild
+++ b/dev-perl/ShadowHash/ShadowHash-0.07.ebuild
@@ -1,12 +1,12 @@
-# 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/ShadowHash/ShadowHash-0.07.ebuild,v 1.8 2006/11/24 18:20:32 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/ShadowHash/ShadowHash-0.07.ebuild,v 1.9 2007/01/19 15:44:55 mcummings Exp $
inherit perl-module
DESCRIPTION="Merge multiple data sources into a hash"
SRC_URI="mirror://cpan/authors/id/R/RR/RRA/${P}.tar.gz"
-HOMEPAGE="http://www.cpan.org/modules/by-authors/id/R/RR/RRA/${P}.readme"
+HOMEPAGE="http://search.cpan.org/~rra/"
IUSE=""
SLOT="0"
@@ -17,4 +17,3 @@ SRC_TEST="do"
DEPEND="dev-lang/perl"
-RDEPEND="${DEPEND}"