diff options
author | 2006-02-13 15:05:14 +0000 | |
---|---|---|
committer | 2006-02-13 15:05:14 +0000 | |
commit | b835626c7eacb1be47ddbcd5840ee799b28daff8 (patch) | |
tree | 658ef09c58f4393ca3f95437a1b39d667c5b01f6 /perl-core/Getopt-Long | |
parent | Virtuals for perl-core (diff) | |
download | historical-b835626c7eacb1be47ddbcd5840ee799b28daff8.tar.gz historical-b835626c7eacb1be47ddbcd5840ee799b28daff8.tar.bz2 historical-b835626c7eacb1be47ddbcd5840ee799b28daff8.zip |
Virtuals for perl-core
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'perl-core/Getopt-Long')
-rw-r--r-- | perl-core/Getopt-Long/ChangeLog | 6 | ||||
-rw-r--r-- | perl-core/Getopt-Long/Getopt-Long-2.34.ebuild | 6 | ||||
-rw-r--r-- | perl-core/Getopt-Long/Getopt-Long-2.35.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/perl-core/Getopt-Long/ChangeLog b/perl-core/Getopt-Long/ChangeLog index 6a45d6a0052a..1700fe556c04 100644 --- a/perl-core/Getopt-Long/ChangeLog +++ b/perl-core/Getopt-Long/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for perl-core/Getopt-Long # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Getopt-Long/ChangeLog,v 1.5 2006/01/13 14:19:54 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Getopt-Long/ChangeLog,v 1.6 2006/02/13 15:04:23 mcummings Exp $ + + 13 Feb 2006; Michael Cummings <mcummings@gentoo.org> + Getopt-Long-2.34.ebuild, Getopt-Long-2.35.ebuild: + Virtuals for perl-core *Getopt-Long-2.35 (13 Jan 2006) diff --git a/perl-core/Getopt-Long/Getopt-Long-2.34.ebuild b/perl-core/Getopt-Long/Getopt-Long-2.34.ebuild index e8727417ca66..59bafeab7a61 100644 --- a/perl-core/Getopt-Long/Getopt-Long-2.34.ebuild +++ b/perl-core/Getopt-Long/Getopt-Long-2.34.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/Getopt-Long/Getopt-Long-2.34.ebuild,v 1.3 2005/12/30 10:47:03 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Getopt-Long/Getopt-Long-2.34.ebuild,v 1.4 2006/02/13 15:04:23 mcummings Exp $ inherit perl-module @@ -13,4 +13,4 @@ LICENSE="|| ( Artistic GPL-2 )" KEYWORDS="x86 amd64 alpha ppc sparc hppa mips ia64 ppc64" IUSE="" -DEPEND="perl-core/PodParser" +DEPEND="virtual/perl-PodParser" diff --git a/perl-core/Getopt-Long/Getopt-Long-2.35.ebuild b/perl-core/Getopt-Long/Getopt-Long-2.35.ebuild index 387999ac9c8c..56bfe69496ca 100644 --- a/perl-core/Getopt-Long/Getopt-Long-2.35.ebuild +++ b/perl-core/Getopt-Long/Getopt-Long-2.35.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/Getopt-Long/Getopt-Long-2.35.ebuild,v 1.1 2006/01/13 14:19:54 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Getopt-Long/Getopt-Long-2.35.ebuild,v 1.2 2006/02/13 15:04:23 mcummings Exp $ inherit perl-module @@ -13,4 +13,4 @@ LICENSE="|| ( Artistic GPL-2 )" KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" IUSE="" -DEPEND="perl-core/PodParser" +DEPEND="virtual/perl-PodParser" |