public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Kent Fredric" <kentfredric@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Git-Sub/
Date: Sat, 13 Sep 2014 10:36:19 +0000 (UTC)	[thread overview]
Message-ID: <1410603752.0204493a2bdca0eb3c56575f5a2dd0d279c51e18.kent@gentoo> (raw)

commit:     0204493a2bdca0eb3c56575f5a2dd0d279c51e18
Author:     mudler <mudler <AT> dark-lab <DOT> net>
AuthorDate: Mon Sep  8 20:02:50 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=0204493a

adding Git::Sub

Package-Manager: portage-2.2.11

---
 dev-perl/Git-Sub/ChangeLog                | 10 +++++++
 dev-perl/Git-Sub/Git-Sub-0.130.270.ebuild | 44 +++++++++++++++++++++++++++++++
 dev-perl/Git-Sub/metadata.xml             | 14 ++++++++++
 3 files changed, 68 insertions(+)

diff --git a/dev-perl/Git-Sub/ChangeLog b/dev-perl/Git-Sub/ChangeLog
new file mode 100644
index 0000000..f251d35
--- /dev/null
+++ b/dev-perl/Git-Sub/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-perl/Git-Sub
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*Git-Sub-0.130.270 (08 Sep 2014)
+
+  08 Sep 2014; mudler <mudler@dark-lab.net> +Git-Sub-0.130.270.ebuild,
+  +metadata.xml:
+  Adding Git::Sub
+

diff --git a/dev-perl/Git-Sub/Git-Sub-0.130.270.ebuild b/dev-perl/Git-Sub/Git-Sub-0.130.270.ebuild
new file mode 100644
index 0000000..88b4b3f
--- /dev/null
+++ b/dev-perl/Git-Sub/Git-Sub-0.130.270.ebuild
@@ -0,0 +1,44 @@
+# 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.130270
+inherit perl-module
+
+DESCRIPTION='git commands imported as System::Sub subs in git:: namespace'
+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
+	# System::Sub
+	echo dev-perl/System-Sub
+	# strict
+	echo dev-lang/perl
+}
+perl_meta_test() {
+	# Cwd
+	echo virtual/perl-File-Spec
+	# File::Temp
+	echo virtual/perl-File-Temp
+	# Test::More
+	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/Git-Sub/metadata.xml b/dev-perl/Git-Sub/metadata.xml
new file mode 100644
index 0000000..3786b8f
--- /dev/null
+++ b/dev-perl/Git-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">Git-Sub</remote-id>
+		<remote-id type="cpan-module">Git::Sub</remote-id>
+		<remote-id type="cpan-module">git</remote-id>
+	</upstream>
+</pkgmetadata>


             reply	other threads:[~2014-09-13 10:36 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-13 10:36 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-09-13 10:36 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Git-Sub/ Kent Fredric

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.0204493a2bdca0eb3c56575f5a2dd0d279c51e18.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