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 212C913838B for ; Sat, 13 Sep 2014 10:36:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E41F7E0866; Sat, 13 Sep 2014 10:36:22 +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 378E7E0866 for ; Sat, 13 Sep 2014 10:36:22 +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 10802340260 for ; Sat, 13 Sep 2014 10:36:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B6E0E5595 for ; Sat, 13 Sep 2014 10:36:19 +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: <1410603752.ed1fae24a18eb9d40c3f58ceaad7cae5f14bd7ab.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/System-Sub/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/System-Sub/ChangeLog dev-perl/System-Sub/System-Sub-0.142.280.ebuild dev-perl/System-Sub/metadata.xml X-VCS-Directories: dev-perl/System-Sub/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: ed1fae24a18eb9d40c3f58ceaad7cae5f14bd7ab X-VCS-Branch: master Date: Sat, 13 Sep 2014 10:36:19 +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: 4eced135-0ffa-4c1b-8f2c-04d66611a057 X-Archives-Hash: 103661540f5aadc2890aeee1557ad801 commit: ed1fae24a18eb9d40c3f58ceaad7cae5f14bd7ab Author: mudler dark-lab net> AuthorDate: Mon Sep 8 20:04:12 2014 +0000 Commit: Kent Fredric gmail com> CommitDate: Sat Sep 13 10:22:32 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=ed1fae24 adding System::Sub Package-Manager: portage-2.2.11 --- dev-perl/System-Sub/ChangeLog | 10 +++++ dev-perl/System-Sub/System-Sub-0.142.280.ebuild | 50 +++++++++++++++++++++++++ dev-perl/System-Sub/metadata.xml | 14 +++++++ 3 files changed, 74 insertions(+) diff --git a/dev-perl/System-Sub/ChangeLog b/dev-perl/System-Sub/ChangeLog new file mode 100644 index 0000000..6e9431e --- /dev/null +++ b/dev-perl/System-Sub/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-perl/System-Sub +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + +*System-Sub-0.142.280 (08 Sep 2014) + + 08 Sep 2014; mudler +System-Sub-0.142.280.ebuild, + +metadata.xml: + Adding System::Sub + diff --git a/dev-perl/System-Sub/System-Sub-0.142.280.ebuild b/dev-perl/System-Sub/System-Sub-0.142.280.ebuild new file mode 100644 index 0000000..f4f3c03 --- /dev/null +++ b/dev-perl/System-Sub/System-Sub-0.142.280.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +EAPI=5 +MODULE_AUTHOR=DOLMEN +MODULE_VERSION=0.142280 +inherit perl-module + +DESCRIPTION='Wrap external command with a DWIM sub' +LICENSE=" || ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" +perl_meta_configure() { + # ExtUtils::MakeMaker 6.30 ( 6.300.0 ) + echo \>=virtual/perl-ExtUtils-MakeMaker-6.300.0 +} +perl_meta_runtime() { + # Carp + echo virtual/perl-Carp + # File::Which + echo dev-perl/File-Which + # IPC::Run + echo dev-perl/IPC-Run + # Scalar::Util 1.11 ( 1.110.0 ) + echo \>=virtual/perl-Scalar-List-Utils-1.110.0 + # Sub::Name + echo dev-perl/Sub-Name + # strict + echo dev-lang/perl + # constant + echo virtual/perl-constant +} +perl_meta_test() { + # File::Spec + echo virtual/perl-File-Spec + # IO::Handle + echo virtual/perl-IO + # IPC::Open3 + echo virtual/perl-Test-Simple +} +DEPEND=" + $(perl_meta_configure) + $(perl_meta_runtime) + test? ( $(perl_meta_test) ) +" +RDEPEND=" + $(perl_meta_runtime) +" +SRC_TEST="do" diff --git a/dev-perl/System-Sub/metadata.xml b/dev-perl/System-Sub/metadata.xml new file mode 100644 index 0000000..dbcf49c --- /dev/null +++ b/dev-perl/System-Sub/metadata.xml @@ -0,0 +1,14 @@ + + + + perl + + mudler@dark-lab.net + mudler + + + System-Sub + System::Sub + System::Sub::AutoLoad + +