diff options
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/HTTP-Exception/HTTP-Exception-0.40.40-r1.ebuild | 44 | ||||
-rw-r--r-- | dev-perl/HTTP-Exception/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/HTTP-Exception/metadata.xml | 23 |
3 files changed, 0 insertions, 68 deletions
diff --git a/dev-perl/HTTP-Exception/HTTP-Exception-0.40.40-r1.ebuild b/dev-perl/HTTP-Exception/HTTP-Exception-0.40.40-r1.ebuild deleted file mode 100644 index 5abda6a46..000000000 --- a/dev-perl/HTTP-Exception/HTTP-Exception-0.40.40-r1.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -MODULE_AUTHOR=TMUELLER -MODULE_VERSION=0.04004 -inherit perl-module - -DESCRIPTION='throw HTTP-Errors as (Exception::Class-) Exceptions' - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -perl_meta_configure() { - # ExtUtils::MakeMaker 6.30 ( 6.300.0 ) - echo \>=virtual/perl-ExtUtils-MakeMaker-6.30 -} -perl_meta_runtime() { - # Exception::Class 1.29 ( 1.290.0 ) - echo \>=dev-perl/Exception-Class-1.290.0 - # HTTP::Status 5.817 ( 5.817.0 ) - echo \>=dev-perl/HTTP-Message-5.817.0 - # Scalar::Util 1.22 ( 1.220.0 ) - echo \>=virtual/perl-Scalar-List-Utils-1.220.0 - # Test::Exception 0.29 ( 0.290.0 ) - echo \>=dev-perl/Test-Exception-0.290.0 - # Test::More 0.88 ( 0.880.0 ) - echo \>=virtual/perl-Test-Simple-0.88 - # Test::NoWarnings 1.04 ( 1.40.0 ) - echo \>=dev-perl/Test-NoWarnings-1.40.0 - # base - # echo virtual/perl-base - # strict - echo dev-lang/perl - # warnings - echo dev-lang/perl -} -DEPEND=" - $(perl_meta_configure) - $(perl_meta_runtime) -" -RDEPEND=" - $(perl_meta_runtime) -" diff --git a/dev-perl/HTTP-Exception/Manifest b/dev-perl/HTTP-Exception/Manifest deleted file mode 100644 index cb384d819..000000000 --- a/dev-perl/HTTP-Exception/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST HTTP-Exception-0.04004.tar.gz 23059 SHA256 377d2b8227afe1d053480a3198d4964f284a631e8b2adccff0905e7ba43bb619 SHA512 96a2a3c0ceb8ba84b4d6b2cbde4f209b2c0eb1be657d5fbecb37e5068de541d0164af3704bb989679200f1fba778f6d680d7f756207802afb437f75abd272683 WHIRLPOOL 8677f92fe3e19eea06f06f3169a72039465dc08eb44d8dbdd099a2839eff98af6b00c25412b8e1324f0e622743e51d4d18c2db1e006be85ac0d99c894fe90dc3 diff --git a/dev-perl/HTTP-Exception/metadata.xml b/dev-perl/HTTP-Exception/metadata.xml deleted file mode 100644 index 61343498d..000000000 --- a/dev-perl/HTTP-Exception/metadata.xml +++ /dev/null @@ -1,23 +0,0 @@ -<?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> - <maintainer type="person"> - <email>kentfredric@gmail.com</email> - <name>Kent Fredric</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> |