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 1D1D8138A2F for ; Sat, 4 Oct 2014 23:43:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 90EA0E0A44; Sat, 4 Oct 2014 23:43:07 +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 043A0E0A4F for ; Sat, 4 Oct 2014 23:43:06 +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 EE7FD34032E for ; Sat, 4 Oct 2014 23:43:05 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1EE367003 for ; Sat, 4 Oct 2014 23:43:04 +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: <1412462290.53b877f88c1c497a6951f7edc3fcee9e54fb7a6b.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: perl-core/Carp/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: perl-core/Carp/Carp-1.330.100.ebuild perl-core/Carp/metadata.xml X-VCS-Directories: perl-core/Carp/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 53b877f88c1c497a6951f7edc3fcee9e54fb7a6b X-VCS-Branch: master Date: Sat, 4 Oct 2014 23:43:04 +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: 5f967d1e-380a-4f41-b3d0-87629dffaf24 X-Archives-Hash: b0def6204996536cfd27ccbb9eadf6ba commit: 53b877f88c1c497a6951f7edc3fcee9e54fb7a6b Author: Kent Fredric gmail com> AuthorDate: Sat Oct 4 22:38:10 2014 +0000 Commit: Kent Fredric gmail com> CommitDate: Sat Oct 4 22:38:10 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=53b877f8 [added] perl-core/Carp v1.330.100 Package-Manager: portage-2.2.10 --- perl-core/Carp/Carp-1.330.100.ebuild | 28 ++++++++++++++++++++++++++++ perl-core/Carp/metadata.xml | 13 +++++++++++++ 2 files changed, 41 insertions(+) diff --git a/perl-core/Carp/Carp-1.330.100.ebuild b/perl-core/Carp/Carp-1.330.100.ebuild new file mode 100644 index 0000000..4032b3a --- /dev/null +++ b/perl-core/Carp/Carp-1.330.100.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +MODULE_AUTHOR=ZEFRAM +MODULE_VERSION=1.3301 +inherit perl-module + +DESCRIPTION='alternative warn and die for modules' + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +# Config -> perl +# IPC::Open3 1.0103 -> perl +# overload -> perl +RDEPEND=" + virtual/perl-Exporter + virtual/perl-ExtUtils-MakeMaker + virtual/perl-Test-Simple + virtual/perl-parent +" +DEPEND="${RDEPEND}" + +SRC_TEST="do parallel" diff --git a/perl-core/Carp/metadata.xml b/perl-core/Carp/metadata.xml new file mode 100644 index 0000000..3235625 --- /dev/null +++ b/perl-core/Carp/metadata.xml @@ -0,0 +1,13 @@ + + + + perl + + kentfredric@gmail.com + Kent Fredric + + + Carp + Carp + +