commit: ed1fae24a18eb9d40c3f58ceaad7cae5f14bd7ab Author: mudler <mudler <AT> dark-lab <DOT> net> AuthorDate: Mon Sep 8 20:04:12 2014 +0000 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> 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 <[email protected]> +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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>perl</herd> + <maintainer> + <email>[email protected]</email> + <name>mudler</name> + </maintainer> + <upstream> + <remote-id type="cpan">System-Sub</remote-id> + <remote-id type="cpan-module">System::Sub</remote-id> + <remote-id type="cpan-module">System::Sub::AutoLoad</remote-id> + </upstream> +</pkgmetadata>
