diff options
author | Kent Fredric <kentnl@gentoo.org> | 2016-08-14 16:17:48 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2016-11-23 23:31:21 +1300 |
commit | 3f2c7cb2f8300720753ad1d76f296d734a7d6bb6 (patch) | |
tree | 99f5b8c3060e88590c79e6bb7364a3b66fdc258a /virtual/perl-Net-Ping | |
parent | virtual/perl-Module-CoreList: Bump to 5.201.610.192.400_rc for perl 5.24.1 (diff) | |
download | gentoo-3f2c7cb2f8300720753ad1d76f296d734a7d6bb6.tar.gz gentoo-3f2c7cb2f8300720753ad1d76f296d734a7d6bb6.tar.bz2 gentoo-3f2c7cb2f8300720753ad1d76f296d734a7d6bb6.zip |
virtual/perl-Net-Ping: Bump to version 2.430.100_rc for perl 5.24.1
Package-Manager: portage-2.3.0
Diffstat (limited to 'virtual/perl-Net-Ping')
-rw-r--r-- | virtual/perl-Net-Ping/perl-Net-Ping-2.430.100_rc.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/virtual/perl-Net-Ping/perl-Net-Ping-2.430.100_rc.ebuild b/virtual/perl-Net-Ping/perl-Net-Ping-2.430.100_rc.ebuild new file mode 100644 index 000000000000..c7e1cd69f404 --- /dev/null +++ b/virtual/perl-Net-Ping/perl-Net-Ping-2.430.100_rc.ebuild @@ -0,0 +1,22 @@ +# 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.1* ~perl-core/${PN#perl-}-${PV} ) + dev-lang/perl:= + !<perl-core/Net-Ping-${PV} + !>perl-core/Net-Ping-${PV}-r999 +" |