diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2020-01-15 02:04:45 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2020-02-10 22:53:50 +0100 |
commit | 6d48b85305f96fddaa17f53053d3664407c85e02 (patch) | |
tree | 4ab826c0439f18fb46882fda484e72c28b547ce1 /virtual/perl-Pod-Simple | |
parent | virtual/perl-Pod-Parser: Remove old providers (diff) | |
download | gentoo-6d48b85305f96fddaa17f53053d3664407c85e02.tar.gz gentoo-6d48b85305f96fddaa17f53053d3664407c85e02.tar.bz2 gentoo-6d48b85305f96fddaa17f53053d3664407c85e02.zip |
virtual/perl-Pod-Simple: 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-Pod-Simple')
-rw-r--r-- | virtual/perl-Pod-Simple/perl-Pod-Simple-3.320.0-r1.ebuild | 15 | ||||
-rw-r--r-- | virtual/perl-Pod-Simple/perl-Pod-Simple-3.350.0-r3.ebuild (renamed from virtual/perl-Pod-Simple/perl-Pod-Simple-3.350.0-r2.ebuild) | 4 |
2 files changed, 2 insertions, 17 deletions
diff --git a/virtual/perl-Pod-Simple/perl-Pod-Simple-3.320.0-r1.ebuild b/virtual/perl-Pod-Simple/perl-Pod-Simple-3.320.0-r1.ebuild deleted file mode 100644 index 8d3d23fc6cec..000000000000 --- a/virtual/perl-Pod-Simple/perl-Pod-Simple-3.320.0-r1.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2018 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 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~m68k-mint ~sparc64-solaris ~x64-solaris ~x86-solaris" - -RDEPEND=" - || ( =dev-lang/perl-5.24* ~perl-core/${PN#perl-}-${PV} ) - dev-lang/perl:= - !<perl-core/${PN#perl-}-${PV} - !>perl-core/${PN#perl-}-${PV}-r999 -" diff --git a/virtual/perl-Pod-Simple/perl-Pod-Simple-3.350.0-r2.ebuild b/virtual/perl-Pod-Simple/perl-Pod-Simple-3.350.0-r3.ebuild index 41c3673c5cfb..b48949fb2cbd 100644 --- a/virtual/perl-Pod-Simple/perl-Pod-Simple-3.350.0-r2.ebuild +++ b/virtual/perl-Pod-Simple/perl-Pod-Simple-3.350.0-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,7 +8,7 @@ SLOT="0" KEYWORDS="~alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" RDEPEND=" - || ( =dev-lang/perl-5.30* =dev-lang/perl-5.28* =dev-lang/perl-5.26* ~perl-core/${PN#perl-}-${PV} ) + || ( =dev-lang/perl-5.30* ~perl-core/${PN#perl-}-${PV} ) dev-lang/perl:= !<perl-core/${PN#perl-}-${PV} !>perl-core/${PN#perl-}-${PV}-r999 |