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-Wrapper/
Date: Thu,  9 May 2013 11:44:15 +0000 (UTC)	[thread overview]
Message-ID: <1368094828.c5d01d1a5387a296e5a344a0e6f4a60f7d3a7a0f.kent@gentoo> (raw)

commit:     c5d01d1a5387a296e5a344a0e6f4a60f7d3a7a0f
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu May  9 10:20:28 2013 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu May  9 10:20:28 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=c5d01d1a

[newversion] dev-perl/Git-Wrapper-0.29.0

Package-Manager: portage-2.2.0_alpha173
Manifest-Sign-Key: ECD2C675C102CDA4

---
 dev-perl/Git-Wrapper/ChangeLog                 |    7 ++-
 dev-perl/Git-Wrapper/Git-Wrapper-0.29.0.ebuild |   75 ++++++++++++++++++++++++
 2 files changed, 81 insertions(+), 1 deletions(-)

diff --git a/dev-perl/Git-Wrapper/ChangeLog b/dev-perl/Git-Wrapper/ChangeLog
index b3a863b..054c965 100644
--- a/dev-perl/Git-Wrapper/ChangeLog
+++ b/dev-perl/Git-Wrapper/ChangeLog
@@ -1,7 +1,12 @@
 # ChangeLog for dev-perl/Git-Wrapper
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Git-Wrapper-0.29.0 (09 May 2013)
+
+  09 May 2013; Kent Fredric <kentfredric@gmail.com> +Git-Wrapper-0.29.0.ebuild:
+  Version Bump
+
 *Git-Wrapper-0.28.0 (27 Oct 2012)
 
   27 Oct 2012; Kent Fredric <kentfredric@gmail.com> +Git-Wrapper-0.28.0.ebuild:

diff --git a/dev-perl/Git-Wrapper/Git-Wrapper-0.29.0.ebuild b/dev-perl/Git-Wrapper/Git-Wrapper-0.29.0.ebuild
new file mode 100644
index 0000000..40b59c9
--- /dev/null
+++ b/dev-perl/Git-Wrapper/Git-Wrapper-0.29.0.ebuild
@@ -0,0 +1,75 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=GENEHACK
+MODULE_VERSION=0.029
+inherit perl-module
+
+DESCRIPTION='Wrap git(7) command-line interface'
+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.30
+}
+perl_meta_runtime() {
+	# File::Temp
+	echo virtual/perl-File-Temp
+	# File::pushd
+	echo dev-perl/File-pushd
+	# IPC::Cmd
+	echo virtual/perl-IPC-Cmd
+	# IPC::Open3
+	echo dev-lang/perl
+	# Scalar::Util
+	echo virtual/perl-Scalar-List-Utils
+	# Sort::Versions
+	echo dev-perl/Sort-Versions
+	# Symbol
+	echo dev-lang/perl
+	# overload
+	echo dev-lang/perl
+	# perl 5.006 ( 5.6.0 )
+	echo \>=dev-lang/perl-5.6.0
+	# strict
+	echo dev-lang/perl
+	# warnings
+	echo dev-lang/perl
+}
+perl_meta_test() {
+	# Env::Path
+	echo dev-perl/Env-Path
+	# File::Path
+	echo virtual/perl-File-Path
+	# File::Spec
+	echo virtual/perl-File-Spec
+	# IO::File
+	echo virtual/perl-IO
+	# POSIX
+	echo dev-lang/perl
+	# Test::Deep
+	echo dev-perl/Test-Deep
+	# Test::Exception
+	echo dev-perl/Test-Exception
+	# Test::More
+	echo virtual/perl-Test-Simple
+	# Test::Most
+	echo dev-perl/Test-Most
+}
+extra_deps() {
+	echo dev-vcs/git
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_runtime)
+	test? ( $(perl_meta_test) )
+	$(extra_deps)
+"
+RDEPEND="
+	$(perl_meta_runtime)
+	$(extra_deps)
+"
+SRC_TEST="do parallel"


             reply	other threads:[~2013-05-09 11:44 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-09 11:44 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-04-29 18:02 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Git-Wrapper/ Kent Fredric
2012-10-28  2:41 Kent Fredric
2012-08-08 10:32 Kent Fredric
2012-07-20 15:56 Kent Fredric
2012-04-29 19:26 Kent Fredric
2012-04-28 10:40 Kent Fredric
2012-02-27 13:50 Kent Fredric
2011-09-24 14:04 Kent Fredric
2011-07-16 22:59 Kent Fredric
2011-07-04 10:41 Kent Fredric
2011-07-04 10:41 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=1368094828.c5d01d1a5387a296e5a344a0e6f4a60f7d3a7a0f.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