diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-02-13 15:07:48 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-02-13 15:07:48 +0000 |
commit | 114c94cf410c55c0c67f4333c22491ceb5984f88 (patch) | |
tree | d6a79fb6a239eddd51c92d3fadd3e92f35a1127b /perl-core/Digest-MD5 | |
parent | Virtuals for perl-core (diff) | |
download | historical-114c94cf410c55c0c67f4333c22491ceb5984f88.tar.gz historical-114c94cf410c55c0c67f4333c22491ceb5984f88.tar.bz2 historical-114c94cf410c55c0c67f4333c22491ceb5984f88.zip |
Virtuals for some perl-core deps
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'perl-core/Digest-MD5')
-rw-r--r-- | perl-core/Digest-MD5/ChangeLog | 6 | ||||
-rw-r--r-- | perl-core/Digest-MD5/Digest-MD5-2.33.ebuild | 6 | ||||
-rw-r--r-- | perl-core/Digest-MD5/Digest-MD5-2.36.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/perl-core/Digest-MD5/ChangeLog b/perl-core/Digest-MD5/ChangeLog index 862da737a541..1b738524b2e8 100644 --- a/perl-core/Digest-MD5/ChangeLog +++ b/perl-core/Digest-MD5/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for perl-core/Digest-MD5 # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Digest-MD5/ChangeLog,v 1.3 2006/01/13 14:11:16 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Digest-MD5/ChangeLog,v 1.4 2006/02/13 15:03:46 mcummings Exp $ + + 13 Feb 2006; Michael Cummings <mcummings@gentoo.org> + Digest-MD5-2.33.ebuild, Digest-MD5-2.36.ebuild: + Virtuals for some perl-core deps *Digest-MD5-2.36 (13 Jan 2006) diff --git a/perl-core/Digest-MD5/Digest-MD5-2.33.ebuild b/perl-core/Digest-MD5/Digest-MD5-2.33.ebuild index e4ab0ea116a4..ebbb16fd4c0d 100644 --- a/perl-core/Digest-MD5/Digest-MD5-2.33.ebuild +++ b/perl-core/Digest-MD5/Digest-MD5-2.33.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Digest-MD5/Digest-MD5-2.33.ebuild,v 1.1 2005/05/24 15:29:57 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Digest-MD5/Digest-MD5-2.33.ebuild,v 1.2 2006/02/13 15:03:46 mcummings Exp $ inherit perl-module @@ -13,6 +13,6 @@ SLOT="0" KEYWORDS="x86 ppc sparc mips alpha arm hppa amd64 ia64 s390 ppc64" IUSE="" -DEPEND="perl-core/digest-base" +DEPEND="virtual/perl-digest-base" mydoc="rfc*.txt" diff --git a/perl-core/Digest-MD5/Digest-MD5-2.36.ebuild b/perl-core/Digest-MD5/Digest-MD5-2.36.ebuild index de32781741fe..36a23d876663 100644 --- a/perl-core/Digest-MD5/Digest-MD5-2.36.ebuild +++ b/perl-core/Digest-MD5/Digest-MD5-2.36.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/perl-core/Digest-MD5/Digest-MD5-2.36.ebuild,v 1.1 2006/01/13 14:11:16 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Digest-MD5/Digest-MD5-2.36.ebuild,v 1.2 2006/02/13 15:03:46 mcummings Exp $ inherit perl-module @@ -13,6 +13,6 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" IUSE="" -DEPEND="perl-core/digest-base" +DEPEND="virtual/perl-digest-base" mydoc="rfc*.txt" |