diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2017-06-04 00:23:32 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2017-06-16 02:32:34 +0200 |
commit | e79e4ed0ce4e2bf40901f710c9dcddc07c65ed08 (patch) | |
tree | d70bd87e4ebc61fe1fdd6b09ddf3829eb0a4cec8 /virtual/perl-Net-Ping | |
parent | virtual/perl-Net-Ping: Remove old provider (diff) | |
download | gentoo-e79e4ed0ce4e2bf40901f710c9dcddc07c65ed08.tar.gz gentoo-e79e4ed0ce4e2bf40901f710c9dcddc07c65ed08.tar.bz2 gentoo-e79e4ed0ce4e2bf40901f710c9dcddc07c65ed08.zip |
virtual/perl-Net-Ping: Add Perl 5.26 version
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'virtual/perl-Net-Ping')
-rw-r--r-- | virtual/perl-Net-Ping/perl-Net-Ping-2.550.0.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/virtual/perl-Net-Ping/perl-Net-Ping-2.550.0.ebuild b/virtual/perl-Net-Ping/perl-Net-Ping-2.550.0.ebuild new file mode 100644 index 000000000000..8e0d69c71f80 --- /dev/null +++ b/virtual/perl-Net-Ping/perl-Net-Ping-2.550.0.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2017 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 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-macos" + +RDEPEND=" + || ( =dev-lang/perl-5.26* ~perl-core/${PN#perl-}-${PV} ) + dev-lang/perl:= + !<perl-core/Net-Ping-${PV} + !>perl-core/Net-Ping-${PV}-r999 +" |