From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 1BCBE138CBB for ; Sat, 2 May 2015 02:21:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A5CCBE0848; Sat, 2 May 2015 02:21:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 46D15E0848 for ; Sat, 2 May 2015 02:21:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4561A340C63 for ; Sat, 2 May 2015 02:21:17 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3F6589BB for ; Sat, 2 May 2015 02:21:10 +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: <1430533178.f5c4f083169235f5bdb19d4f37f475ba08f97bdb.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/TryCatch/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/TryCatch/TryCatch-1.3.2-r1.ebuild dev-perl/TryCatch/TryCatch-1.3.2.ebuild X-VCS-Directories: dev-perl/TryCatch/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: f5c4f083169235f5bdb19d4f37f475ba08f97bdb X-VCS-Branch: master Date: Sat, 2 May 2015 02:21:10 +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-Archives-Salt: 28540a06-de7f-423f-87b0-6d313d0e94e6 X-Archives-Hash: 467339d4e548b9a08cf3363de0fa0f2a commit: f5c4f083169235f5bdb19d4f37f475ba08f97bdb Author: Kent Fredric gmail com> AuthorDate: Sat May 2 02:19:38 2015 +0000 Commit: Kent Fredric gmail com> CommitDate: Sat May 2 02:19:38 2015 +0000 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=f5c4f083 [fixup] TryCatch: Fixup deps Package-Manager: portage-2.2.17 dev-perl/TryCatch/TryCatch-1.3.2-r1.ebuild | 36 ++++++++++++++++ dev-perl/TryCatch/TryCatch-1.3.2.ebuild | 68 ------------------------------ 2 files changed, 36 insertions(+), 68 deletions(-) diff --git a/dev-perl/TryCatch/TryCatch-1.3.2-r1.ebuild b/dev-perl/TryCatch/TryCatch-1.3.2-r1.ebuild new file mode 100644 index 0000000..89e038b --- /dev/null +++ b/dev-perl/TryCatch/TryCatch-1.3.2-r1.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +EAPI=5 +MODULE_AUTHOR=ASH +MODULE_VERSION=1.003002 +inherit perl-module + +DESCRIPTION='first class try catch semantics for Perl, without source filters.' +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND=" + >=dev-perl/B-Hooks-EndOfScope-0.120.0 + >=dev-perl/B-Hooks-OP-Check-0.180.0 + >=dev-perl/B-Hooks-OP-PPAddr-0.30.0 + >=dev-perl/Devel-Declare-0.5.7 + dev-perl/Moose + dev-perl/MooseX-Types + >=dev-perl/Parse-Method-Signatures-1.3.12 + >=dev-perl/Scope-Upper-0.60.0 + >=dev-perl/Sub-Exporter-0.979.0 + >=dev-perl/Variable-Magic-0.280.0 + virtual/perl-XSLoader + >=dev-perl/namespace-clean-0.200.0 +" +DEPEND=" + ${RDEPEND} + >=virtual/perl-ExtUtils-MakeMaker-6.590.0 + >=dev-perl/ExtUtils-Depends-0.302.0 + test? ( + >=virtual/perl-Test-Simple-0.880.0 + dev-perl/Test-Exception + ) +" diff --git a/dev-perl/TryCatch/TryCatch-1.3.2.ebuild b/dev-perl/TryCatch/TryCatch-1.3.2.ebuild deleted file mode 100644 index bb6f79a..0000000 --- a/dev-perl/TryCatch/TryCatch-1.3.2.ebuild +++ /dev/null @@ -1,68 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=5 -MODULE_AUTHOR=ASH -MODULE_VERSION=1.003002 -inherit perl-module - -DESCRIPTION='first class try catch semantics for Perl, without source filters.' -LICENSE=" || ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -perl_meta_configure() { - # B::Hooks::OP::Check 0.18 ( 0.180.0 ) - echo \>=dev-perl/B-Hooks-OP-Check-0.180.0 - # B::Hooks::OP::PPAddr 0.03 ( 0.30.0 ) - echo \>=dev-perl/B-Hooks-OP-PPAddr-0.30.0 - # ExtUtils::Depends 0.302 ( 0.302.0 ) - echo \>=dev-perl/extutils-depends-0.302.0 - # ExtUtils::MakeMaker 6.59 ( 6.590.0 ) - echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0 -} -perl_meta_build() { - # ExtUtils::MakeMaker 6.59 ( 6.590.0 ) - echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0 - # Test::Exception - echo dev-perl/Test-Exception - # Test::More 0.88 ( 0.880.0 ) - echo \>=virtual/perl-Test-Simple-0.88 -} -perl_meta_runtime() { - # B::Hooks::EndOfScope 0.12 ( 0.120.0 ) - echo \>=dev-perl/B-Hooks-EndOfScope-0.120.0 - # B::Hooks::OP::Check 0.18 ( 0.180.0 ) - echo \>=dev-perl/B-Hooks-OP-Check-0.180.0 - # B::Hooks::OP::PPAddr 0.03 ( 0.30.0 ) - echo \>=dev-perl/B-Hooks-OP-PPAddr-0.30.0 - # Devel::Declare 0.005007 ( 0.5.7 ) - echo \>=dev-perl/Devel-Declare-0.5.7 - # Moose - echo dev-perl/Moose - # MooseX::Types - echo dev-perl/MooseX-Types - # Parse::Method::Signatures 1.003012 ( 1.3.12 ) - echo \>=dev-perl/Parse-Method-Signatures-1.3.12 - # Scope::Upper 0.06 ( 0.60.0 ) - echo \>=dev-perl/Scope-Upper-0.60.0 - # Sub::Exporter 0.979 ( 0.979.0 ) - echo \>=dev-perl/Sub-Exporter-0.979.0 - # Variable::Magic 0.28 ( 0.280.0 ) - echo \>=dev-perl/Variable-Magic-0.280.0 - # XSLoader - echo virtual/perl-XSLoader - # namespace::clean 0.20 ( 0.200.0 ) - echo \>=dev-perl/namespace-clean-0.200.0 - # perl v5.8.1 ( 5.8.1 ) - echo \>=dev-lang/perl-5.8.1 -} -DEPEND=" - $(perl_meta_configure) - $(perl_meta_build) - $(perl_meta_runtime) -" -RDEPEND=" - $(perl_meta_runtime) -" -SRC_TEST="do"