diff options
author | Torsten Veller <tove@gentoo.org> | 2009-03-13 21:00:30 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-03-13 21:00:30 +0000 |
commit | 69121fc7a97ea6e5a7fee3a3ee4635e5747b87c1 (patch) | |
tree | 7b33c4a2b2507567666ccac8bb65961a619c8ea4 /perl-core/Getopt-Long | |
parent | Cleanup (diff) | |
download | gentoo-2-69121fc7a97ea6e5a7fee3a3ee4635e5747b87c1.tar.gz gentoo-2-69121fc7a97ea6e5a7fee3a3ee4635e5747b87c1.tar.bz2 gentoo-2-69121fc7a97ea6e5a7fee3a3ee4635e5747b87c1.zip |
Cleanup
(Portage version: 2.2_rc24/cvs/Linux i686)
Diffstat (limited to 'perl-core/Getopt-Long')
-rw-r--r-- | perl-core/Getopt-Long/ChangeLog | 8 | ||||
-rw-r--r-- | perl-core/Getopt-Long/Getopt-Long-2.34.ebuild | 17 | ||||
-rw-r--r-- | perl-core/Getopt-Long/Getopt-Long-2.35.ebuild | 17 |
3 files changed, 6 insertions, 36 deletions
diff --git a/perl-core/Getopt-Long/ChangeLog b/perl-core/Getopt-Long/ChangeLog index 5f1fb10b15d8..041078e6ed3d 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-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Getopt-Long/ChangeLog,v 1.25 2008/09/10 11:56:14 tove Exp $ +# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Getopt-Long/ChangeLog,v 1.26 2009/03/13 21:00:30 tove Exp $ + + 13 Mar 2009; Torsten Veller <tove@gentoo.org> -Getopt-Long-2.34.ebuild, + -Getopt-Long-2.35.ebuild: + Cleanup *Getopt-Long-2.37 (10 Sep 2008) diff --git a/perl-core/Getopt-Long/Getopt-Long-2.34.ebuild b/perl-core/Getopt-Long/Getopt-Long-2.34.ebuild deleted file mode 100644 index ee91b093e98f..000000000000 --- a/perl-core/Getopt-Long/Getopt-Long-2.34.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# 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.5 2006/08/04 13:26:19 mcummings Exp $ - -inherit perl-module - -DESCRIPTION="Advanced handling of command line options" -SRC_URI="mirror://cpan/authors/id/J/JV/JV/${P}.tar.gz" -HOMEPAGE="http://www.cpan.org/modules/by-authors/id/J/JV/JV/${P}.readme" - -SLOT="0" -LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="x86 amd64 alpha ppc sparc hppa mips ia64 ppc64" -IUSE="" - -DEPEND="virtual/perl-PodParser - dev-lang/perl" diff --git a/perl-core/Getopt-Long/Getopt-Long-2.35.ebuild b/perl-core/Getopt-Long/Getopt-Long-2.35.ebuild deleted file mode 100644 index 34614d161ce7..000000000000 --- a/perl-core/Getopt-Long/Getopt-Long-2.35.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2007 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.12 2007/04/15 21:05:38 corsair Exp $ - -inherit perl-module - -DESCRIPTION="Advanced handling of command line options" -SRC_URI="mirror://cpan/authors/id/J/JV/JV/${P}.tar.gz" -HOMEPAGE="http://www.cpan.org/modules/by-authors/id/J/JV/JV/${P}.readme" - -SLOT="0" -LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="alpha amd64 hppa ia64 mips ppc ppc64 sparc x86" -IUSE="" - -DEPEND="virtual/perl-PodParser - dev-lang/perl" |