diff options
author | Kent Fredric <kentfredric@gmail.com> | 2016-05-07 00:04:21 +1200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2016-05-15 01:33:59 +0200 |
commit | 989a89689f4c1292d6d3ba6b071ab166287b7037 (patch) | |
tree | 36d3aa7da4b9fe6158e0afde4b6f1b2d379a0769 /virtual/perl-Net-Ping | |
parent | virtual/perl-Module-Load: Make Perl 5.24 a provider for 0.320.0 (diff) | |
download | gentoo-989a89689f4c1292d6d3ba6b071ab166287b7037.tar.gz gentoo-989a89689f4c1292d6d3ba6b071ab166287b7037.tar.bz2 gentoo-989a89689f4c1292d6d3ba6b071ab166287b7037.zip |
virtual/perl-Net-Ping: Make Perl 5.24 a provider for 2.430.0
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-Net-Ping')
-rw-r--r-- | virtual/perl-Net-Ping/perl-Net-Ping-2.430.0-r2.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/virtual/perl-Net-Ping/perl-Net-Ping-2.430.0-r2.ebuild b/virtual/perl-Net-Ping/perl-Net-Ping-2.430.0-r2.ebuild new file mode 100644 index 000000000000..1ebe3f0fa045 --- /dev/null +++ b/virtual/perl-Net-Ping/perl-Net-Ping-2.430.0-r2.ebuild @@ -0,0 +1,21 @@ +# 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 hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~x86-macos" +IUSE="" + +DEPEND="" +RDEPEND=" + || ( =dev-lang/perl-5.24* =dev-lang/perl-5.22* =dev-lang/perl-5.20* ~perl-core/Net-Ping-${PV} ) + !<perl-core/Net-Ping-${PV} + !>perl-core/Net-Ping-${PV}-r999 +" |