summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2017-01-23 02:07:37 +1300
committerKent Fredric <kentnl@gentoo.org>2017-01-25 04:41:21 +1300
commitd3e0e59bdb51c0b602b7a68f8abbcdb1ac42bcce (patch)
tree4fce37b24e78769aeeadfaf5fe44e690dac984c4 /virtual/perl-HTTP-Tiny
parentapp-portage/genlop: Fix HOMEPAGE (diff)
downloadgentoo-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-HTTP-Tiny')
-rw-r--r--virtual/perl-HTTP-Tiny/perl-HTTP-Tiny-0.54.0-r2.ebuild21
-rw-r--r--virtual/perl-HTTP-Tiny/perl-HTTP-Tiny-0.56.0-r2.ebuild21
2 files changed, 0 insertions, 42 deletions
diff --git a/virtual/perl-HTTP-Tiny/perl-HTTP-Tiny-0.54.0-r2.ebuild b/virtual/perl-HTTP-Tiny/perl-HTTP-Tiny-0.54.0-r2.ebuild
deleted file mode 100644
index fa5bda395880..000000000000
--- a/virtual/perl-HTTP-Tiny/perl-HTTP-Tiny-0.54.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 HTTP-Tiny"
-HOMEPAGE=""
-SRC_URI=""
-
-LICENSE=""
-SLOT="0"
-KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86"
-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-HTTP-Tiny/perl-HTTP-Tiny-0.56.0-r2.ebuild b/virtual/perl-HTTP-Tiny/perl-HTTP-Tiny-0.56.0-r2.ebuild
deleted file mode 100644
index 6afd631e5c9d..000000000000
--- a/virtual/perl-HTTP-Tiny/perl-HTTP-Tiny-0.56.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=6
-
-DESCRIPTION="Virtual for ${PN#perl-}"
-HOMEPAGE=""
-SRC_URI=""
-
-LICENSE=""
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-
-RDEPEND="
- || ( =dev-lang/perl-5.24.0* ~perl-core/${PN#perl-}-${PV} )
- dev-lang/perl:=
- !<perl-core/${PN#perl-}-${PV}
- !>perl-core/${PN#perl-}-${PV}-r999
-"