diff options
author | 2017-12-05 22:44:38 +1300 | |
---|---|---|
committer | 2017-12-06 04:04:33 +1300 | |
commit | 2d27252c69c66e92523fd2dfafe39ed8662e23b5 (patch) | |
tree | 971763fd3e855e7d93a3d6ea3cba2bf58fe89afe /dev-perl/Net-HTTP/Net-HTTP-6.170.0.ebuild | |
parent | dev-perl/Net-Domain-TLD: Bump to version 1.750.0 (diff) | |
download | gentoo-2d27252c69c66e92523fd2dfafe39ed8662e23b5.tar.gz gentoo-2d27252c69c66e92523fd2dfafe39ed8662e23b5.tar.bz2 gentoo-2d27252c69c66e92523fd2dfafe39ed8662e23b5.zip |
dev-perl/Net-HTTP: Bump to version 6.170.0
Upstream:
- Fix live test not working once CPAN migrates to SSL
Package-Manager: Portage-2.3.14, Repoman-2.3.6
Diffstat (limited to 'dev-perl/Net-HTTP/Net-HTTP-6.170.0.ebuild')
-rw-r--r-- | dev-perl/Net-HTTP/Net-HTTP-6.170.0.ebuild | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/dev-perl/Net-HTTP/Net-HTTP-6.170.0.ebuild b/dev-perl/Net-HTTP/Net-HTTP-6.170.0.ebuild new file mode 100644 index 000000000000..803d516ece71 --- /dev/null +++ b/dev-perl/Net-HTTP/Net-HTTP-6.170.0.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DIST_AUTHOR=OALDERS +DIST_VERSION=6.17 +inherit perl-module + +DESCRIPTION="Low-level HTTP connection (client)" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="minimal test" + +RDEPEND=" + !minimal? ( + virtual/perl-IO-Socket-IP + dev-perl/IO-Socket-INET6 + >=dev-perl/IO-Socket-SSL-2.12.0 + ) + virtual/perl-Carp + !<dev-perl/libwww-perl-6 + virtual/perl-Compress-Raw-Zlib + virtual/perl-IO + virtual/perl-IO-Compress + dev-perl/URI +" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + virtual/perl-Data-Dumper + virtual/perl-File-Spec + virtual/perl-Socket + virtual/perl-Test-Simple + ) +" |