diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2015-06-06 17:50:00 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2015-06-06 17:50:00 +0000 |
commit | ad9b236ba7ddb089769f3aded91b51dfda40903d (patch) | |
tree | 46b8c9631abbd4ea4d0f64ced3fcc4f7422b55fd /perl-core | |
parent | Add Perl 5.22 version, remove old (diff) | |
download | gentoo-2-ad9b236ba7ddb089769f3aded91b51dfda40903d.tar.gz gentoo-2-ad9b236ba7ddb089769f3aded91b51dfda40903d.tar.bz2 gentoo-2-ad9b236ba7ddb089769f3aded91b51dfda40903d.zip |
Remove old
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 84AD142F)
Diffstat (limited to 'perl-core')
-rw-r--r-- | perl-core/Getopt-Long/ChangeLog | 8 | ||||
-rw-r--r-- | perl-core/Getopt-Long/Getopt-Long-2.390.0.ebuild | 20 |
2 files changed, 6 insertions, 22 deletions
diff --git a/perl-core/Getopt-Long/ChangeLog b/perl-core/Getopt-Long/ChangeLog index b2e5bcd516f4..0e5e4679d227 100644 --- a/perl-core/Getopt-Long/ChangeLog +++ b/perl-core/Getopt-Long/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for perl-core/Getopt-Long -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Getopt-Long/ChangeLog,v 1.50 2014/11/08 15:34:21 dilfridge Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Getopt-Long/ChangeLog,v 1.51 2015/06/06 17:50:00 dilfridge Exp $ + + 06 Jun 2015; Andreas K. Huettel <dilfridge@gentoo.org> + -Getopt-Long-2.390.0.ebuild: + Remove old 08 Nov 2014; Andreas K. Huettel <dilfridge@gentoo.org> -Getopt-Long-2.380.0-r1.ebuild: diff --git a/perl-core/Getopt-Long/Getopt-Long-2.390.0.ebuild b/perl-core/Getopt-Long/Getopt-Long-2.390.0.ebuild deleted file mode 100644 index 4b7dd6955c38..000000000000 --- a/perl-core/Getopt-Long/Getopt-Long-2.390.0.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2014 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.390.0.ebuild,v 1.2 2014/07/21 19:07:21 dilfridge Exp $ - -EAPI=5 - -MODULE_AUTHOR=JV -MODULE_VERSION=2.39 -inherit perl-module - -DESCRIPTION="Advanced handling of command line options" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" -IUSE="" - -RDEPEND="virtual/perl-Pod-Parser" -DEPEND="${RDEPEND}" - -SRC_TEST=do |