summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2018-03-19 13:58:51 +1300
committerKent Fredric <kentnl@gentoo.org>2018-03-19 19:39:05 +1300
commit5d983668b9be4ae0b034f445de3ca41e696bd224 (patch)
tree3edf263fc55a8728a31eaa315379371d86e7f84b /dev-perl/URI/URI-1.730.0.ebuild
parentdev-perl/UNIVERSAL-isa: Bump to version 1.201.710.120 (diff)
downloadgentoo-5d983668b9be4ae0b034f445de3ca41e696bd224.tar.gz
gentoo-5d983668b9be4ae0b034f445de3ca41e696bd224.tar.bz2
gentoo-5d983668b9be4ae0b034f445de3ca41e696bd224.zip
dev-perl/URI: Bump to version 1.730.0
Upstream: - Packaging and Test changes - Documentation fixes Keywords: - Dropped many due to new Test-Needs dep, some were already busted due to arm-linux not having even perl keyworded. - Dropped: amd64-fbsd, arm-linux, m68k, mips, s390, sh, sparc-solaris, sparc64-solaris, x64-cygwin, x64-solaris Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'dev-perl/URI/URI-1.730.0.ebuild')
-rw-r--r--dev-perl/URI/URI-1.730.0.ebuild35
1 files changed, 35 insertions, 0 deletions
diff --git a/dev-perl/URI/URI-1.730.0.ebuild b/dev-perl/URI/URI-1.730.0.ebuild
new file mode 100644
index 000000000000..1b87152c604a
--- /dev/null
+++ b/dev-perl/URI/URI-1.730.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=ETHER
+DIST_VERSION=1.73
+inherit perl-module
+
+DESCRIPTION="Uniform Resource Identifiers (absolute and relative)"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+IUSE="test"
+
+RDEPEND="
+ virtual/perl-Carp
+ virtual/perl-Data-Dumper
+ virtual/perl-Encode
+ >=virtual/perl-Exporter-5.570.0
+ virtual/perl-File-Spec
+ >=virtual/perl-MIME-Base64-2
+ virtual/perl-Scalar-List-Utils
+ virtual/perl-libnet
+ virtual/perl-parent
+"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ virtual/perl-File-Temp
+ virtual/perl-Test
+ dev-perl/Test-Needs
+ >=virtual/perl-Test-Simple-0.960.0
+ )
+"