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/Dist-Zilla-App-Command-dumpphases/
Date: Fri,  8 Feb 2013 10:36:31 +0000 (UTC)	[thread overview]
Message-ID: <1360311911.f52698a851586fafbc91b6b2ac4c724de42eb1fb.kent@gentoo> (raw)

commit:     f52698a851586fafbc91b6b2ac4c724de42eb1fb
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Feb  8 08:25:11 2013 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Feb  8 08:25:11 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=f52698a8

[newversion] Dist-Zilla-App-Command-dumpphases-0.1.3

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

---
 .../Dist-Zilla-App-Command-dumpphases/ChangeLog    |    8 +++-
 .../Dist-Zilla-App-Command-dumpphases-0.1.3.ebuild |   57 ++++++++++++++++++++
 2 files changed, 64 insertions(+), 1 deletions(-)

diff --git a/dev-perl/Dist-Zilla-App-Command-dumpphases/ChangeLog b/dev-perl/Dist-Zilla-App-Command-dumpphases/ChangeLog
index af591d1..b4762b7 100644
--- a/dev-perl/Dist-Zilla-App-Command-dumpphases/ChangeLog
+++ b/dev-perl/Dist-Zilla-App-Command-dumpphases/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for dev-perl/Dist-Zilla-App-Command-dumpphases
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Dist-Zilla-App-Command-dumpphases-0.1.3 (08 Feb 2013)
+
+  08 Feb 2013; Kent Fredric <kentfredric@gmail.com>
+  +Dist-Zilla-App-Command-dumpphases-0.1.3.ebuild:
+  Version Bump
+
 *Dist-Zilla-App-Command-dumpphases-0.1.2 (26 May 2012)
 
   26 May 2012; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Dist-Zilla-App-Command-dumpphases/Dist-Zilla-App-Command-dumpphases-0.1.3.ebuild b/dev-perl/Dist-Zilla-App-Command-dumpphases/Dist-Zilla-App-Command-dumpphases-0.1.3.ebuild
new file mode 100644
index 0000000..1469b54
--- /dev/null
+++ b/dev-perl/Dist-Zilla-App-Command-dumpphases/Dist-Zilla-App-Command-dumpphases-0.1.3.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=KENTNL
+MODULE_VERSION=0.1.3
+inherit perl-module
+
+DESCRIPTION='Dump a textual representation of each phase'\''s parts.'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+perl_meta_configure() {
+	# Module::Build 0.4003 ( 0.400.300 )
+	echo \>=virtual/perl-Module-Build-0.400.300
+}
+perl_meta_build() {
+	# Module::Build 0.4003 ( 0.400.300 )
+	echo \>=virtual/perl-Module-Build-0.400.300
+}
+perl_meta_runtime() {
+	# Dist::Zilla::App
+	echo dev-perl/Dist-Zilla
+	# Moose::Autobox
+	echo dev-perl/Moose-Autobox
+	# Scalar::Util
+	echo virtual/perl-Scalar-List-Utils
+	# Term::ANSIColor
+	echo virtual/perl-Term-ANSIColor
+	# Try::Tiny
+	echo dev-perl/Try-Tiny
+	# 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() {
+	# File::Find
+	echo dev-lang/perl
+	# File::Temp
+	echo virtual/perl-File-Temp
+	# Test::More 0.98 ( 0.980.0 )
+	echo \>=virtual/perl-Test-Simple-0.980.0
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_build)
+	$(perl_meta_runtime)
+	test? ( $(perl_meta_test) )
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"


             reply	other threads:[~2013-02-08 10:36 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-08 10:36 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-10-13 11:49 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dist-Zilla-App-Command-dumpphases/ Kent Fredric
2013-10-11  4:52 Kent Fredric
2013-02-08 10:36 Kent Fredric
2011-09-23  8:27 Kent Fredric
2011-08-03  5:40 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=1360311911.f52698a851586fafbc91b6b2ac4c724de42eb1fb.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