From: "Kent Fredric" <kentfredric@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/System-Sub/
Date: Sat, 13 Sep 2014 10:36:19 +0000 (UTC) [thread overview]
Message-ID: <1410603752.ed1fae24a18eb9d40c3f58ceaad7cae5f14bd7ab.kent@gentoo> (raw)
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 <mudler@dark-lab.net> +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>mudler@dark-lab.net</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>
reply other threads:[~2014-09-13 10:36 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1410603752.ed1fae24a18eb9d40c3f58ceaad7cae5f14bd7ab.kent@gentoo \
--to=kentfredric@gmail.com \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox