mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-perl/HTTP-Exception: Add w/ version=0.40.70
Required by: - dev-perl/CGI-Application-Dispatch - via dev-perl/CGI-Application-Server - required by dev-perl/Feed-Find (-r patch) Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
This commit is contained in:
34
dev-perl/HTTP-Exception/HTTP-Exception-0.40.70.ebuild
Normal file
34
dev-perl/HTTP-Exception/HTTP-Exception-0.40.70.ebuild
Normal file
@@ -0,0 +1,34 @@
|
||||
# Copyright 2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
DIST_AUTHOR=TMUELLER
|
||||
DIST_VERSION=0.04007
|
||||
inherit perl-module
|
||||
|
||||
DESCRIPTION="throw HTTP-Errors as (Exception::Class-) Exceptions"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
RDEPEND="
|
||||
>=dev-perl/Exception-Class-1.290.0
|
||||
>=dev-perl/HTTP-Message-5.817.0
|
||||
>=virtual/perl-Scalar-List-Utils-1.220.0
|
||||
"
|
||||
BDEPEND="${RDEPEND}
|
||||
virtual/perl-ExtUtils-MakeMaker
|
||||
test? (
|
||||
>=dev-perl/Test-Exception-0.290.0
|
||||
>=dev-perl/Test-NoWarnings-1.40.0
|
||||
>=virtual/perl-Test-Simple-0.880.0
|
||||
)
|
||||
"
|
||||
PERL_RM_FILES=(
|
||||
t/eol.t
|
||||
t/manifest.t
|
||||
t/pod.t
|
||||
t/eol_special.t
|
||||
t/boilerplate.t
|
||||
)
|
||||
1
dev-perl/HTTP-Exception/Manifest
Normal file
1
dev-perl/HTTP-Exception/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST HTTP-Exception-0.04007.tar.gz 26198 BLAKE2B 0245b479596195526b69b93d18ee8ca48e51c520bb0bbe64962b53acada56a932af75d7f9f84f0a4ece985e15665beca70bae1d507ebef85e7a962f443ef614b SHA512 eec109a4e71eb73ff67f1b60364e096cf0493bec6b4a305dc2043e45e28a1cdc4c27c6739f9ec08dfe689c5f5310304b0884bc902d7fe9d886254fa4b5e72452
|
||||
19
dev-perl/HTTP-Exception/metadata.xml
Normal file
19
dev-perl/HTTP-Exception/metadata.xml
Normal file
@@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>perl@gentoo.org</email>
|
||||
<name>Gentoo Perl Project</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="cpan">HTTP-Exception</remote-id>
|
||||
<remote-id type="cpan-module">HTTP::Exception</remote-id>
|
||||
<remote-id type="cpan-module">HTTP::Exception::1XX</remote-id>
|
||||
<remote-id type="cpan-module">HTTP::Exception::2XX</remote-id>
|
||||
<remote-id type="cpan-module">HTTP::Exception::3XX</remote-id>
|
||||
<remote-id type="cpan-module">HTTP::Exception::4XX</remote-id>
|
||||
<remote-id type="cpan-module">HTTP::Exception::5XX</remote-id>
|
||||
<remote-id type="cpan-module">HTTP::Exception::Base</remote-id>
|
||||
<remote-id type="cpan-module">HTTP::Exception::Loader</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user