diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2020-01-15 02:59:43 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2020-02-10 22:53:56 +0100 |
commit | c67f7da3514312d8ad3ca50b4288b53ad6bf792b (patch) | |
tree | 48e5d925c3e02d3768575a062028abc4ea33c129 /virtual/perl-threads | |
parent | virtual/perl-podlators: Remove old (diff) | |
download | gentoo-c67f7da3514312d8ad3ca50b4288b53ad6bf792b.tar.gz gentoo-c67f7da3514312d8ad3ca50b4288b53ad6bf792b.tar.bz2 gentoo-c67f7da3514312d8ad3ca50b4288b53ad6bf792b.zip |
virtual/perl-threads: Remove old
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'virtual/perl-threads')
-rw-r--r-- | virtual/perl-threads/perl-threads-2.220.0-r1.ebuild | 15 | ||||
-rw-r--r-- | virtual/perl-threads/perl-threads-2.220.0-r2.ebuild (renamed from virtual/perl-threads/perl-threads-2.150.0.ebuild) | 6 | ||||
-rw-r--r-- | virtual/perl-threads/perl-threads-2.70.0-r1.ebuild | 15 |
3 files changed, 3 insertions, 33 deletions
diff --git a/virtual/perl-threads/perl-threads-2.220.0-r1.ebuild b/virtual/perl-threads/perl-threads-2.220.0-r1.ebuild deleted file mode 100644 index a327d4355ab2..000000000000 --- a/virtual/perl-threads/perl-threads-2.220.0-r1.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="Virtual for ${PN#perl-}" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ia64 m68k ppc ppc64 s390 sh sparc x86 ~x64-cygwin" - -RDEPEND=" - || ( =dev-lang/perl-5.30*[ithreads] =dev-lang/perl-5.28*[ithreads] ~perl-core/${PN#perl-}-${PV} ) - dev-lang/perl:= - !<perl-core/${PN#perl-}-${PV} - !>perl-core/${PN#perl-}-${PV}-r999 -" diff --git a/virtual/perl-threads/perl-threads-2.150.0.ebuild b/virtual/perl-threads/perl-threads-2.220.0-r2.ebuild index b0a55d734db9..556f208bdafc 100644 --- a/virtual/perl-threads/perl-threads-2.150.0.ebuild +++ b/virtual/perl-threads/perl-threads-2.220.0-r2.ebuild @@ -1,14 +1,14 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 DESCRIPTION="Virtual for ${PN#perl-}" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 hppa ia64 m68k ppc ppc64 s390 sh sparc x86 ~x64-cygwin" RDEPEND=" - || ( =dev-lang/perl-5.26*[ithreads] ~perl-core/${PN#perl-}-${PV} ) + || ( =dev-lang/perl-5.30*[ithreads] ~perl-core/${PN#perl-}-${PV} ) dev-lang/perl:= !<perl-core/${PN#perl-}-${PV} !>perl-core/${PN#perl-}-${PV}-r999 diff --git a/virtual/perl-threads/perl-threads-2.70.0-r1.ebuild b/virtual/perl-threads/perl-threads-2.70.0-r1.ebuild deleted file mode 100644 index a4137b2f12fa..000000000000 --- a/virtual/perl-threads/perl-threads-2.70.0-r1.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="Virtual for ${PN#perl-}" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ppc ppc64 sparc x86 ~x64-cygwin" - -RDEPEND=" - || ( =dev-lang/perl-5.24*[ithreads] ~perl-core/${PN#perl-}-${PV} ) - dev-lang/perl:= - !<perl-core/${PN#perl-}-${PV} - !>perl-core/${PN#perl-}-${PV}-r999 -" |