diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2020-01-15 02:09:07 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2020-02-10 22:53:51 +0100 |
commit | a5aced2526ac2c6f7e5b2e6e12722bbc64145d7b (patch) | |
tree | d7b7b2421935502fe017dc391cebf06433c0faab /virtual | |
parent | virtual/perl-Scalar-List-Utils: Remove old (diff) | |
download | gentoo-a5aced2526ac2c6f7e5b2e6e12722bbc64145d7b.tar.gz gentoo-a5aced2526ac2c6f7e5b2e6e12722bbc64145d7b.tar.bz2 gentoo-a5aced2526ac2c6f7e5b2e6e12722bbc64145d7b.zip |
virtual/perl-Socket: 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-Socket/perl-Socket-2.20.30_rc-r2.ebuild | 15 | ||||
-rw-r--r-- | virtual/perl-Socket/perl-Socket-2.27.0-r2.ebuild (renamed from virtual/perl-Socket/perl-Socket-2.27.0-r1.ebuild) | 4 |
2 files changed, 2 insertions, 17 deletions
diff --git a/virtual/perl-Socket/perl-Socket-2.20.30_rc-r2.ebuild b/virtual/perl-Socket/perl-Socket-2.20.30_rc-r2.ebuild deleted file mode 100644 index 8982911e17cf..000000000000 --- a/virtual/perl-Socket/perl-Socket-2.20.30_rc-r2.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.26* =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-Socket/perl-Socket-2.27.0-r1.ebuild b/virtual/perl-Socket/perl-Socket-2.27.0-r2.ebuild index 0a441c30b5be..3bafef2a34b7 100644 --- a/virtual/perl-Socket/perl-Socket-2.27.0-r1.ebuild +++ b/virtual/perl-Socket/perl-Socket-2.27.0-r2.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 ~riscv 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* ~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 |