diff options
author | Yuval Yaari <yuval@gentoo.org> | 2006-12-10 11:45:52 +0000 |
---|---|---|
committer | Yuval Yaari <yuval@gentoo.org> | 2006-12-10 11:45:52 +0000 |
commit | c42cc020c3fd53b86c50fbca59d63d87ad4c2636 (patch) | |
tree | aeb66651308c376e2b8ebbd0f1ff20327085797e /dev-perl | |
parent | maintainer-needed -> me. (diff) | |
download | gentoo-2-c42cc020c3fd53b86c50fbca59d63d87ad4c2636.tar.gz gentoo-2-c42cc020c3fd53b86c50fbca59d63d87ad4c2636.tar.bz2 gentoo-2-c42cc020c3fd53b86c50fbca59d63d87ad4c2636.zip |
Changing perl-core/digest-base to virtual/perl-digest-base (bug #157688)
(Portage version: 2.1.1-r2)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Digest-SHA1/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Digest-SHA1/Digest-SHA1-2.10.ebuild | 4 | ||||
-rw-r--r-- | dev-perl/Digest-SHA1/Digest-SHA1-2.11.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-perl/Digest-SHA1/ChangeLog b/dev-perl/Digest-SHA1/ChangeLog index c5a663ddb62c..0a2f8ff8b31a 100644 --- a/dev-perl/Digest-SHA1/ChangeLog +++ b/dev-perl/Digest-SHA1/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Digest-SHA1 # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Digest-SHA1/ChangeLog,v 1.41 2006/08/05 03:06:00 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Digest-SHA1/ChangeLog,v 1.42 2006/12/10 11:45:52 yuval Exp $ + + 10 Dec 2006; Yuval Yaari <yuval@gentoo.org> Digest-SHA1-2.10.ebuild, + Digest-SHA1-2.11.ebuild: + Changing perl-core/digest-base to virtual/perl-digest-base (bug #157688) 05 Aug 2006; Michael Cummings <mcummings@gentoo.org> Digest-SHA1-2.07.ebuild, Digest-SHA1-2.10.ebuild, Digest-SHA1-2.11.ebuild: diff --git a/dev-perl/Digest-SHA1/Digest-SHA1-2.10.ebuild b/dev-perl/Digest-SHA1/Digest-SHA1-2.10.ebuild index 5f89bac19bd1..14249cca3f8d 100644 --- a/dev-perl/Digest-SHA1/Digest-SHA1-2.10.ebuild +++ b/dev-perl/Digest-SHA1/Digest-SHA1-2.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Digest-SHA1/Digest-SHA1-2.10.ebuild,v 1.18 2006/08/05 03:06:00 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Digest-SHA1/Digest-SHA1-2.10.ebuild,v 1.19 2006/12/10 11:45:52 yuval Exp $ inherit perl-module @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86" IUSE="" -DEPEND="perl-core/digest-base +DEPEND="virtual/perl-digest-base dev-lang/perl" RDEPEND="${DEPEND}" diff --git a/dev-perl/Digest-SHA1/Digest-SHA1-2.11.ebuild b/dev-perl/Digest-SHA1/Digest-SHA1-2.11.ebuild index 33724a8f7bbe..cc4186ba3a3b 100644 --- a/dev-perl/Digest-SHA1/Digest-SHA1-2.11.ebuild +++ b/dev-perl/Digest-SHA1/Digest-SHA1-2.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Digest-SHA1/Digest-SHA1-2.11.ebuild,v 1.14 2006/08/05 03:06:00 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Digest-SHA1/Digest-SHA1-2.11.ebuild,v 1.15 2006/12/10 11:45:52 yuval Exp $ inherit perl-module @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86" IUSE="" -DEPEND="perl-core/digest-base +DEPEND="virtual/perl-digest-base dev-lang/perl" RDEPEND="${DEPEND}" |