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-PluginBundle-RJBS/
Date: Fri, 6 Apr 2012 20:43:01 +0000 (UTC) [thread overview]
Message-ID: <1333724094.2aa09d0d34067d3a92c4f1ce265d20d0da39bab7.kent@gentoo> (raw)
commit: 2aa09d0d34067d3a92c4f1ce265d20d0da39bab7
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Apr 6 14:54:54 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Apr 6 14:54:54 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=2aa09d0d
[newversion] Dist-Zilla-PluginBundle-RJBS-1.8.0
(Portage version: 2.2.0_alpha99/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
---
dev-perl/Dist-Zilla-PluginBundle-RJBS/ChangeLog | 6 ++
.../Dist-Zilla-PluginBundle-RJBS-1.8.0.ebuild | 66 ++++++++++++++++++++
2 files changed, 72 insertions(+), 0 deletions(-)
diff --git a/dev-perl/Dist-Zilla-PluginBundle-RJBS/ChangeLog b/dev-perl/Dist-Zilla-PluginBundle-RJBS/ChangeLog
index 022e9e6..b8e6f24 100644
--- a/dev-perl/Dist-Zilla-PluginBundle-RJBS/ChangeLog
+++ b/dev-perl/Dist-Zilla-PluginBundle-RJBS/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Dist-Zilla-PluginBundle-RJBS-1.8.0 (06 Apr 2012)
+
+ 06 Apr 2012; Kent Fredric <kentfredric@gmail.com>
+ +Dist-Zilla-PluginBundle-RJBS-1.8.0.ebuild:
+ Version Bump
+
08 Feb 2012; Kent Fredric <kentfredric@gmail.com>
-Dist-Zilla-PluginBundle-RJBS-1.4.0.ebuild:
Gone on CPAN
diff --git a/dev-perl/Dist-Zilla-PluginBundle-RJBS/Dist-Zilla-PluginBundle-RJBS-1.8.0.ebuild b/dev-perl/Dist-Zilla-PluginBundle-RJBS/Dist-Zilla-PluginBundle-RJBS-1.8.0.ebuild
new file mode 100644
index 0000000..5729737
--- /dev/null
+++ b/dev-perl/Dist-Zilla-PluginBundle-RJBS/Dist-Zilla-PluginBundle-RJBS-1.8.0.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=RJBS
+MODULE_VERSION=1.008
+inherit perl-module
+
+DESCRIPTION='BeLike::RJBS when you build your dists'
+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() {
+ # Dist::Zilla 2.100922 ( 2.100.922 )
+ echo \>=dev-perl/Dist-Zilla-2.100.922
+ # Dist::Zilla::Plugin::AutoPrereq 1.100130 ( 1.100.130 )
+ echo \>=dev-perl/Dist-Zilla-1.100.130
+ # Dist::Zilla::Plugin::CheckPrereqsIndexed
+ echo dev-perl/Dist-Zilla-Plugin-CheckPrereqsIndexed
+ # Dist::Zilla::Plugin::GithubMeta 0.12 ( 0.120.0 )
+ echo \>=dev-perl/Dist-Zilla-Plugin-GithubMeta-0.120.0
+ # Dist::Zilla::Plugin::PodWeaver 3.092971 ( 3.92.971 )
+ echo \>=dev-perl/Dist-Zilla-Plugin-PodWeaver-3.92.971
+ # Dist::Zilla::Plugin::TaskWeaver 0.093330 ( 0.93.330 )
+ echo \>=dev-perl/Dist-Zilla-Plugin-TaskWeaver-0.93.330
+ # Dist::Zilla::PluginBundle::Basic
+ echo dev-perl/Dist-Zilla
+ # Dist::Zilla::PluginBundle::Git
+ echo dev-perl/Dist-Zilla-Plugin-Git
+ # Dist::Zilla::Role::PluginBundle::Easy
+ echo dev-perl/Dist-Zilla
+ # Moose
+ echo dev-perl/Moose
+ # Moose::Autobox
+ echo dev-perl/Moose-Autobox
+ # Pod::Elemental 0.092970 ( 0.92.970 )
+ echo \>=dev-perl/Pod-Elemental-0.92.970
+ # Pod::Elemental::Transformer::List
+ echo dev-perl/Pod-Elemental-Transformer-List
+ # Pod::Weaver 3.100310 ( 3.100.310 )
+ echo \>=dev-perl/Pod-Weaver-3.100.310
+ # Pod::Weaver::Config::Assembler
+ echo dev-perl/Pod-Weaver
+ # strict
+ echo dev-lang/perl
+ # warnings
+ echo dev-lang/perl
+}
+perl_meta_test() {
+ # Test::More 0.96 ( 0.960.0 )
+ echo \>=virtual/perl-Test-Simple-0.96
+}
+DEPEND="
+ $(perl_meta_configure)
+ $(perl_meta_runtime)
+ test? ( $(perl_meta_test) )
+"
+RDEPEND="
+ $(perl_meta_runtime)
+"
+SRC_TEST="do"
next reply other threads:[~2012-04-06 20:45 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-04-06 20:43 Kent Fredric [this message]
-- strict thread matches above, loose matches on Subject: below --
2013-10-14 14:32 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dist-Zilla-PluginBundle-RJBS/ Kent Fredric
2013-10-14 14:32 Kent Fredric
2013-02-09 13:27 Kent Fredric
2012-08-23 12:35 Kent Fredric
2012-07-25 18:30 Kent Fredric
2012-05-07 5:19 Kent Fredric
2012-04-14 22:12 Kent Fredric
2012-02-08 21:57 Kent Fredric
2011-05-29 17:46 Torsten Veller
2011-05-29 17:46 Torsten Veller
2011-05-29 17:46 Torsten Veller
2011-05-05 18:17 [gentoo-commits] proj/perl-overlay:perl514virtuals " Kent Fredric
2011-05-05 9:50 ` [gentoo-commits] proj/perl-overlay:master " Kent Fredric
2011-04-23 14:45 Kent Fredric
2011-04-23 14:45 Kent Fredric
2011-02-15 4:52 Kent Fredric
2011-02-15 4:52 Kent Fredric
2011-02-15 4:52 Kent Fredric
2011-02-11 17:28 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=1333724094.2aa09d0d34067d3a92c4f1ce265d20d0da39bab7.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