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: Version bump 6.32
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <[email protected]>
- Loading branch information
Showing
2 changed files
with
43 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,42 @@ | ||
# Copyright 1999-2021 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=8 | ||
|
||
DIST_AUTHOR=OALDERS | ||
DIST_VERSION=6.32 | ||
inherit perl-module | ||
|
||
DESCRIPTION="Base class for Request/Response" | ||
|
||
SLOT="0" | ||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" | ||
IUSE="test" | ||
RESTRICT="!test? ( test )" | ||
|
||
# MIME::QuotedPrint -> MIME-Base64 | ||
RDEPEND=" | ||
!<dev-perl/libwww-perl-6 | ||
virtual/perl-Carp | ||
virtual/perl-Compress-Raw-Zlib | ||
>=virtual/perl-Encode-3.10.0 | ||
>=dev-perl/Encode-Locale-1.0.0 | ||
>=virtual/perl-Exporter-5.570.0 | ||
virtual/perl-File-Spec | ||
>=dev-perl/HTTP-Date-6.0.0 | ||
>=virtual/perl-IO-Compress-2.21.0 | ||
dev-perl/IO-HTML | ||
>=dev-perl/LWP-MediaTypes-6.0.0 | ||
>=virtual/perl-MIME-Base64-2.100.0 | ||
>=dev-perl/URI-1.100.0 | ||
" | ||
BDEPEND="${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 | ||
dev-perl/URI | ||
) | ||
" |
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,2 +1,3 @@ | ||
DIST HTTP-Message-6.13.tar.gz 74413 BLAKE2B 7665dfc4a03f0d2768e9edd3916ea4186866cf23664f05b2898bb9719e989f15a4cd0ed84a1a44762e077ccba536abf09714094127385ba17e0ca35ac07a0d85 SHA512 61e911b0bfec2322fa7a31748c17b38e07ecad006ebe249cc063fc68a5f1779765487b5942569575c558a76f8679e8e7f10992b8894cb6905aa66d9185b084d3 | ||
DIST HTTP-Message-6.29.tar.gz 88311 BLAKE2B 372373f5a4103c788f8f951c602627f9965e410eca22d4d62d35cadb09a9d1136a314b1bc5eb63653c8ee8ee6a28d7568d8ff598deeafa842d83cf4c14f61e6d SHA512 c9363470a3ad2fd1a02be84bf5903b7061f033d71e7b3d0e32c28ee59cc76f52ac3e4b64802ba6e89cef71693debe09a10ea3833098bf701c56d03b99f52d952 | ||
DIST HTTP-Message-6.32.tar.gz 88711 BLAKE2B 765d6ee3053c91448cd3023d87cf3bee23f107ebb10f2ccb77f064b7704c92a81f3268612e23266bb3e28a7e2810238be4da9475e93304a04dab4752ef57e789 SHA512 359a0d51e65d721d8167dea05d7aa9853d07eb4a4093735cf5f45814117070400cce93d60b08dcf92cfe0fbc98e7455e7facaecbfcaff44cc0e619fb621b3288 |