From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5FB07138359 for ; Tue, 25 Aug 2020 22:49:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A612AE096E; Tue, 25 Aug 2020 22:49:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 88A6AE096E for ; Tue, 25 Aug 2020 22:49:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 48ABA340F32 for ; Tue, 25 Aug 2020 22:49:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7656833E for ; Tue, 25 Aug 2020 22:49:13 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1598395707.299e67227df52cff4c7bdeaab3525405b1fda554.kentnl@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/HTTP-Exception/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/HTTP-Exception/HTTP-Exception-0.40.40-r1.ebuild dev-perl/HTTP-Exception/metadata.xml X-VCS-Directories: dev-perl/HTTP-Exception/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 299e67227df52cff4c7bdeaab3525405b1fda554 X-VCS-Branch: master Date: Tue, 25 Aug 2020 22:49:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: cde0e93f-1a06-4f05-9676-3b0cefa50467 X-Archives-Hash: e49ea3dfd2ee69415c9f6197765e3812 commit: 299e67227df52cff4c7bdeaab3525405b1fda554 Author: Kent Fredric gentoo org> AuthorDate: Tue Aug 25 22:14:28 2020 +0000 Commit: Kent Fredric gentoo 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 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 @@ - - - - - perl@gentoo.org - Gentoo Perl Project - - - kentfredric@gmail.com - Kent Fredric - - - HTTP-Exception - HTTP::Exception - HTTP::Exception::1XX - HTTP::Exception::2XX - HTTP::Exception::3XX - HTTP::Exception::4XX - HTTP::Exception::5XX - HTTP::Exception::Base - HTTP::Exception::Loader - -