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-Util-EmulatePhase/
Date: Sun, 29 Jul 2012 04:22:18 +0000 (UTC)	[thread overview]
Message-ID: <1343533839.f60a233ebd996113d336e8f8c92b1382c6913971.kent@gentoo> (raw)

commit:     f60a233ebd996113d336e8f8c92b1382c6913971
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Jul 29 03:50:39 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Jul 29 03:50:39 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=f60a233e

[newversion] Dist-Zilla-Util-EmulatePhase-0.10.258.20

(Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key ECD2C675C102CDA4)

---
 dev-perl/Dist-Zilla-Util-EmulatePhase/ChangeLog    |    6 ++
 ...Dist-Zilla-Util-EmulatePhase-0.10.258.20.ebuild |   69 ++++++++++++++++++++
 2 files changed, 75 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Dist-Zilla-Util-EmulatePhase/ChangeLog b/dev-perl/Dist-Zilla-Util-EmulatePhase/ChangeLog
index 9637c13..81bda17 100644
--- a/dev-perl/Dist-Zilla-Util-EmulatePhase/ChangeLog
+++ b/dev-perl/Dist-Zilla-Util-EmulatePhase/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Dist-Zilla-Util-EmulatePhase-0.10.258.20 (29 Jul 2012)
+
+  29 Jul 2012; Kent Fredric <kentfredric@gmail.com>
+  +Dist-Zilla-Util-EmulatePhase-0.10.258.20.ebuild:
+  Version Bump
+
   08 Jun 2012; Kent Fredric <kentfredric@gmail.com>
   Dist-Zilla-Util-EmulatePhase-0.10.165.130.ebuild,
   Dist-Zilla-Util-EmulatePhase-0.10.258.0.ebuild,

diff --git a/dev-perl/Dist-Zilla-Util-EmulatePhase/Dist-Zilla-Util-EmulatePhase-0.10.258.20.ebuild b/dev-perl/Dist-Zilla-Util-EmulatePhase/Dist-Zilla-Util-EmulatePhase-0.10.258.20.ebuild
new file mode 100644
index 0000000..f071daa
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Util-EmulatePhase/Dist-Zilla-Util-EmulatePhase-0.10.258.20.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=KENTNL
+MODULE_VERSION=0.01025802
+inherit perl-module
+
+DESCRIPTION='Nasty tools for probing < C<Dist::Zilla'\''s|Dist::Zilla >> internal state.'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+perl_meta_configure() {
+	# Module::Build 0.4002 ( 0.400.200 )
+	echo \>=virtual/perl-Module-Build-0.400.200
+}
+perl_meta_build() {
+	# Module::Build 0.4002 ( 0.400.200 )
+	echo \>=virtual/perl-Module-Build-0.400.200
+}
+perl_meta_runtime() {
+	# Carp
+	# echo virtual/perl-Carp
+	# Dist::Zilla::Prereqs
+	echo dev-perl/Dist-Zilla
+	# Hash::Merge::Simple
+	echo dev-perl/Hash-Merge-Simple
+	# Moose
+	echo dev-perl/Moose
+	# Moose::Autobox
+	echo dev-perl/Moose-Autobox
+	# Scalar::Util
+	echo virtual/perl-Scalar-List-Utils
+	# Sub::Exporter
+	echo dev-perl/Sub-Exporter
+	# Try::Tiny
+	echo dev-perl/Try-Tiny
+	# namespace::autoclean
+	echo dev-perl/namespace-autoclean
+	# 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() {
+	# Dist::Zilla::Util::Test::KENTNL 0.01000510 ( 0.10.5.100 )
+	echo \>=dev-perl/Dist-Zilla-Util-Test-KENTNL-0.10.5.100
+	# File::Find
+	echo dev-lang/perl
+	# File::Temp
+	echo virtual/perl-File-Temp
+	# Test::Fatal 0.003 ( 0.3.0 )
+	echo \>=dev-perl/Test-Fatal-0.3.0
+	# 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:[~2012-07-29  4:22 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-29  4:22 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-08-08 10:32 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dist-Zilla-Util-EmulatePhase/ Kent Fredric
2012-06-08 18:42 Kent Fredric
2012-03-02 16:30 Kent Fredric
2012-02-24  7:13 Kent Fredric
2011-09-23  8:27 Kent Fredric
2011-07-15  7:11 Kent Fredric
2011-04-23 14:47 [gentoo-commits] proj/perl-overlay:perl514 " Kent Fredric
2011-04-23 14:45 ` [gentoo-commits] proj/perl-overlay:master " Kent Fredric
2011-04-14  2:07 Kent Fredric
2011-04-14  1:37 Kent Fredric
2011-04-07  1:45 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=1343533839.f60a233ebd996113d336e8f8c92b1382c6913971.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