forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dev-perl/HTTP-Message: Bump to version 6.130.0
Upstream: - Require objects passed to HTTP::Request provide a canonical() method - Ensure not to die by checking status messages wrongly - Don't set content to undef - Simplify method creation - Remove indirect object notation - Add support for HTTP PATCH Package-Manager: Portage-2.3.8, Repoman-2.3.3
- Loading branch information
1 parent
61dc2be
commit 79add23
Showing
2 changed files
with
40 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
# Copyright 1999-2017 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=6 | ||
|
||
DIST_AUTHOR=OALDERS | ||
DIST_VERSION=6.13 | ||
inherit perl-module | ||
|
||
DESCRIPTION="Base class for Request/Response" | ||
|
||
SLOT="0" | ||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" | ||
IUSE="test" | ||
|
||
# MIME::QuotedPrint -> MIME-Base64 | ||
RDEPEND=" | ||
!<dev-perl/libwww-perl-6 | ||
virtual/perl-Compress-Raw-Zlib | ||
>=dev-perl/URI-1.100.0 | ||
>=virtual/perl-Encode-2.210.0 | ||
>=dev-perl/HTTP-Date-6.0.0 | ||
dev-perl/IO-HTML | ||
>=dev-perl/Encode-Locale-1.0.0 | ||
>=dev-perl/LWP-MediaTypes-6.0.0 | ||
>=virtual/perl-IO-Compress-2.021 | ||
>=virtual/perl-MIME-Base64-2.100.0 | ||
>=virtual/perl-Exporter-5.570.0 | ||
virtual/perl-Storable | ||
" | ||
DEPEND="${RDEPEND} | ||
virtual/perl-ExtUtils-MakeMaker | ||
test? ( | ||
virtual/perl-File-Spec | ||
>=virtual/perl-Test-Simple-0.880.0 | ||
virtual/perl-Time-Local | ||
dev-perl/Try-Tiny | ||
) | ||
" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
DIST HTTP-Message-6.11.tar.gz 59981 SHA256 e7b368077ae6a188d99920411d8f52a8e5acfb39574d4f5c24f46fd22533d81b SHA512 6fc923b7dbdcce7269a03700a8776fe85522287f409fffac40936a77d951a70d957642eda8d2a0367af60d176c89654b3bb6249c23f458c0cd9d44031e6b6dc2 WHIRLPOOL ac85ed398dc28ea498ef63fdd19b2016bf48b33f14fd9ae73e9776bc9c77f71fe1022dbf5d58573dcd488762acb80d01a76ea2a3b7471a23fb30d865ec0270f0 | ||
DIST HTTP-Message-6.13.tar.gz 74413 SHA256 f25f38428de851e5661e72f124476494852eb30812358b07f1c3a289f6f5eded SHA512 61e911b0bfec2322fa7a31748c17b38e07ecad006ebe249cc063fc68a5f1779765487b5942569575c558a76f8679e8e7f10992b8894cb6905aa66d9185b084d3 WHIRLPOOL 57960b56d8e91d84667df555a2ac4333395e1f14abca4c38c750185010b3d9706032829b38905f255c924d8417ed0c455b9cc17934803031dc2ea523e47fe26f |