commit: 299e67227df52cff4c7bdeaab3525405b1fda554
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 25 22:14:28 2020 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Tue Aug 25 22:48:27 2020 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=299e6722
dev-perl/HTTP-Exception: Remove, gone to ::gentoo
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
.../HTTP-Exception-0.40.40-r1.ebuild | 44 ----------------------
dev-perl/HTTP-Exception/metadata.xml | 23 -----------
2 files changed, 67 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/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>[email protected]</email>
- <name>Gentoo Perl Project</name>
- </maintainer>
- <maintainer type="person">
- <email>[email protected]</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>