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-Archive-Tar | |
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-Archive-Tar')
-rw-r--r-- | virtual/perl-Archive-Tar/perl-Archive-Tar-2.40.0-r4.ebuild | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/virtual/perl-Archive-Tar/perl-Archive-Tar-2.40.0-r4.ebuild b/virtual/perl-Archive-Tar/perl-Archive-Tar-2.40.0-r4.ebuild deleted file mode 100644 index 39bf1cd71d58..000000000000 --- a/virtual/perl-Archive-Tar/perl-Archive-Tar-2.40.0-r4.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=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=" - || ( =dev-lang/perl-5.24.0* =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 -" |