virtual/perl-HTTP-Tiny: Bump to 0.56.1_rc for perl 5.24.1
authorKent Fredric <kentnl@gentoo.org>
Sun, 14 Aug 2016 03:42:48 +0000 (15:42 +1200)
committerKent Fredric <kentnl@gentoo.org>
Wed, 23 Nov 2016 10:31:17 +0000 (23:31 +1300)
Package-Manager: portage-2.3.0

virtual/perl-HTTP-Tiny/perl-HTTP-Tiny-0.56.1_rc.ebuild [new file with mode: 0644]

diff --git a/virtual/perl-HTTP-Tiny/perl-HTTP-Tiny-0.56.1_rc.ebuild b/virtual/perl-HTTP-Tiny/perl-HTTP-Tiny-0.56.1_rc.ebuild
new file mode 100644 (file)
index 0000000..7b85168
--- /dev/null
@@ -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 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND="
+       || ( =dev-lang/perl-5.24.1* ~perl-core/${PN#perl-}-${PV} )
+       dev-lang/perl:=
+       !<perl-core/${PN#perl-}-${PV}
+       !>perl-core/${PN#perl-}-${PV}-r999
+"