diff options
author | Kent Fredric <kentnl@gentoo.org> | 2017-01-23 02:07:37 +1300 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2017-01-25 04:41:21 +1300 |
commit | d3e0e59bdb51c0b602b7a68f8abbcdb1ac42bcce (patch) | |
tree | 4fce37b24e78769aeeadfaf5fe44e690dac984c4 /virtual/perl-ExtUtils-Command | |
parent | app-portage/genlop: Fix HOMEPAGE (diff) | |
download | gentoo-d3e0e59bdb51c0b602b7a68f8abbcdb1ac42bcce.tar.gz gentoo-d3e0e59bdb51c0b602b7a68f8abbcdb1ac42bcce.tar.bz2 gentoo-d3e0e59bdb51c0b602b7a68f8abbcdb1ac42bcce.zip |
dev-lang/perl,virtual/perl-*: Cleanup all non-latest perl-5.22* and perl-5.24* re bug #589680
Keeping 5.20.0 for now while backwards deps are still unsatisfied,
simply cleaning out all but the latest in each ABI subslot to
minimise the number of people who are going to be forced to do an
ABI rebuild prematurely.
If you still need perl-5.22.0, 5.22.1, 5.22.0, 5.24.0 , please
locally revert this commit.
Note: You may also need a copy of files/ at the time this commit
was performed, as those packages use horrible old eblits, which
we're trying to kill off
Bug: https://bugs.gentoo.org/589680
Bug: https://bugs.gentoo.org/586418
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'virtual/perl-ExtUtils-Command')
-rw-r--r-- | virtual/perl-ExtUtils-Command/perl-ExtUtils-Command-1.200.0-r2.ebuild | 21 | ||||
-rw-r--r-- | virtual/perl-ExtUtils-Command/perl-ExtUtils-Command-7.100.0-r1.ebuild | 25 |
2 files changed, 0 insertions, 46 deletions
diff --git a/virtual/perl-ExtUtils-Command/perl-ExtUtils-Command-1.200.0-r2.ebuild b/virtual/perl-ExtUtils-Command/perl-ExtUtils-Command-1.200.0-r2.ebuild deleted file mode 100644 index 26c3a27827c4..000000000000 --- a/virtual/perl-ExtUtils-Command/perl-ExtUtils-Command-1.200.0-r2.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -DESCRIPTION="Virtual for ${PN#perl-}" -HOMEPAGE="" -SRC_URI="" - -LICENSE="" -SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -RDEPEND=" - || ( =dev-lang/perl-5.22.2* =dev-lang/perl-5.22.1* =dev-lang/perl-5.22.0* ~perl-core/${PN#perl-}-${PV} ) - dev-lang/perl:= - !<perl-core/${PN#perl-}-${PV} - !>perl-core/${PN#perl-}-${PV}-r999 -" diff --git a/virtual/perl-ExtUtils-Command/perl-ExtUtils-Command-7.100.0-r1.ebuild b/virtual/perl-ExtUtils-Command/perl-ExtUtils-Command-7.100.0-r1.ebuild deleted file mode 100644 index a3210cc93c6b..000000000000 --- a/virtual/perl-ExtUtils-Command/perl-ExtUtils-Command-7.100.0-r1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 - -DESCRIPTION="Virtual for ${PN#perl-}" -HOMEPAGE="" -SRC_URI="" - -LICENSE="" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -RDEPEND=" - ~virtual/perl-ExtUtils-MakeMaker-7.100.100_rc - dev-lang/perl:= - !<perl-core/${PN#perl-}-${PV} - !>perl-core/${PN#perl-}-${PV}-r999 -" - -# this is the dev-lang/perl-5.24 version -# upstream merged it into ExtUtils::MakeMaker, so here we have only a compatibility stub -# For additional braindamage, EUMM version does not exactly match in Perl 5.24 so we have to write it explicitly |