diff options
author | Michael Cummings <mcummings@gentoo.org> | 2005-12-30 10:47:03 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2005-12-30 10:47:03 +0000 |
commit | 78a9adc85ed951232cc6e3398efd09c5eb17f873 (patch) | |
tree | 546690f8c4dcd85d70adcea67e81c831acbe8b72 /perl-core/Getopt-Long | |
parent | PodParser moved to perl-core; marked 0.16 stable for x86 and sparc. (diff) | |
download | gentoo-2-78a9adc85ed951232cc6e3398efd09c5eb17f873.tar.gz gentoo-2-78a9adc85ed951232cc6e3398efd09c5eb17f873.tar.bz2 gentoo-2-78a9adc85ed951232cc6e3398efd09c5eb17f873.zip |
PodParser moved to perl-core
(Portage version: 2.0.53)
Diffstat (limited to 'perl-core/Getopt-Long')
-rw-r--r-- | perl-core/Getopt-Long/ChangeLog | 5 | ||||
-rw-r--r-- | perl-core/Getopt-Long/Getopt-Long-2.34.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/perl-core/Getopt-Long/ChangeLog b/perl-core/Getopt-Long/ChangeLog index 857599859dd5..51fa5e914841 100644 --- a/perl-core/Getopt-Long/ChangeLog +++ b/perl-core/Getopt-Long/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for perl-core/Getopt-Long # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Getopt-Long/ChangeLog,v 1.3 2005/06/04 03:42:14 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Getopt-Long/ChangeLog,v 1.4 2005/12/30 10:47:03 mcummings Exp $ + + 30 Dec 2005; <mcumming@gentoo.org> Getopt-Long-2.34.ebuild: + PodParser moved to perl-core 04 Jun 2005; Michael Cummings <mcummings@gentoo.org> Getopt-Long-2.34.ebuild: diff --git a/perl-core/Getopt-Long/Getopt-Long-2.34.ebuild b/perl-core/Getopt-Long/Getopt-Long-2.34.ebuild index 9d47eb6c34bb..e8727417ca66 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 # 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.2 2005/06/04 03:42:14 mcummings Exp $ +# $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 $ inherit perl-module @@ -13,4 +13,4 @@ LICENSE="|| ( Artistic GPL-2 )" KEYWORDS="x86 amd64 alpha ppc sparc hppa mips ia64 ppc64" IUSE="" -DEPEND="dev-perl/PodParser" +DEPEND="perl-core/PodParser" |