diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2020-01-15 02:35:03 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2020-02-10 22:53:52 +0100 |
commit | 321754cb395e6d0112017b326e084b915967f7a6 (patch) | |
tree | 904b2ad54390aad855458d837fd3b549dffd8ca8 /virtual | |
parent | virtual/perl-Term-ANSIColor: Remove old (diff) | |
download | gentoo-321754cb395e6d0112017b326e084b915967f7a6.tar.gz gentoo-321754cb395e6d0112017b326e084b915967f7a6.tar.bz2 gentoo-321754cb395e6d0112017b326e084b915967f7a6.zip |
virtual/perl-Term-ReadLine: 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')
-rw-r--r-- | virtual/perl-Term-ReadLine/perl-Term-ReadLine-1.150.0-r3.ebuild | 15 | ||||
-rw-r--r-- | virtual/perl-Term-ReadLine/perl-Term-ReadLine-1.170.0-r3.ebuild (renamed from virtual/perl-Term-ReadLine/perl-Term-ReadLine-1.170.0-r2.ebuild) | 6 |
2 files changed, 3 insertions, 18 deletions
diff --git a/virtual/perl-Term-ReadLine/perl-Term-ReadLine-1.150.0-r3.ebuild b/virtual/perl-Term-ReadLine/perl-Term-ReadLine-1.150.0-r3.ebuild deleted file mode 100644 index 2c252f09383a..000000000000 --- a/virtual/perl-Term-ReadLine/perl-Term-ReadLine-1.150.0-r3.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 ~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.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-Term-ReadLine/perl-Term-ReadLine-1.170.0-r2.ebuild b/virtual/perl-Term-ReadLine/perl-Term-ReadLine-1.170.0-r3.ebuild index 5adae06f7f77..d0c2100e2b8e 100644 --- a/virtual/perl-Term-ReadLine/perl-Term-ReadLine-1.170.0-r2.ebuild +++ b/virtual/perl-Term-ReadLine/perl-Term-ReadLine-1.170.0-r3.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 ~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.2* ~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 |