diff options
author | Kent Fredric <kentfredric@gmail.com> | 2016-05-06 21:37:16 +1200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2016-05-15 01:33:59 +0200 |
commit | 50aee61665ea9da6ca616bb599f93c269b64de3d (patch) | |
tree | 6c64f321bbb64e22ee4c2d4a5e08da8494d31d2d /virtual/perl-Socket | |
parent | virtual/perl-Pod-Simple: Bump to version 3.320.0 for Perl 5.24 (diff) | |
download | gentoo-50aee61665ea9da6ca616bb599f93c269b64de3d.tar.gz gentoo-50aee61665ea9da6ca616bb599f93c269b64de3d.tar.bz2 gentoo-50aee61665ea9da6ca616bb599f93c269b64de3d.zip |
virtual/perl-Socket: Bump to version 2.20.30_rc for Perl 5.24
Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"
Diffstat (limited to 'virtual/perl-Socket')
-rw-r--r-- | virtual/perl-Socket/perl-Socket-2.20.30_rc.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/virtual/perl-Socket/perl-Socket-2.20.30_rc.ebuild b/virtual/perl-Socket/perl-Socket-2.20.30_rc.ebuild new file mode 100644 index 000000000000..ad5cf1458ea7 --- /dev/null +++ b/virtual/perl-Socket/perl-Socket-2.20.30_rc.ebuild @@ -0,0 +1,20 @@ +# 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 ~amd64-fbsd ~amd64-linux ~arm ~arm64 ~hppa ~hppa-hpux ~ia64 ~ia64-hpux ~ia64-linux ~m68k ~m68k-mint ~mips ~ppc ~ppc64 ~ppc-aix ~ppc-macos ~s390 ~sh ~sparc ~sparc64-solaris ~sparc-solaris ~x64-freebsd ~x64-macos ~x64-solaris ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~x86-linux ~x86-macos ~x86-solaris" +IUSE="" + +RDEPEND=" + || ( =dev-lang/perl-5.24* ~perl-core/${PN#perl-}-${PV} ) + !<perl-core/${PN#perl-}-${PV} + !>perl-core/${PN#perl-}-${PV}-r999 +" |