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-Plugin-MetaProvides/
Date: Sun, 29 Jul 2012 04:22:17 +0000 (UTC) [thread overview]
Message-ID: <1343517150.3f5744ba1cf8144e320609ae1616bc65bbb228db.kent@gentoo> (raw)
commit: 3f5744ba1cf8144e320609ae1616bc65bbb228db
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Jul 28 23:12:30 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Jul 28 23:12:30 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=3f5744ba
[newversion] Dist-Zilla-Plugin-MetaProvides-1.140.0.10
(Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key ECD2C675C102CDA4)
---
dev-perl/Dist-Zilla-Plugin-MetaProvides/ChangeLog | 6 ++
...ist-Zilla-Plugin-MetaProvides-1.140.0.10.ebuild | 89 ++++++++++++++++++++
2 files changed, 95 insertions(+), 0 deletions(-)
diff --git a/dev-perl/Dist-Zilla-Plugin-MetaProvides/ChangeLog b/dev-perl/Dist-Zilla-Plugin-MetaProvides/ChangeLog
index 715117c..b2c6d5c 100644
--- a/dev-perl/Dist-Zilla-Plugin-MetaProvides/ChangeLog
+++ b/dev-perl/Dist-Zilla-Plugin-MetaProvides/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Dist-Zilla-Plugin-MetaProvides-1.140.0.10 (28 Jul 2012)
+
+ 28 Jul 2012; Kent Fredric <kentfredric@gmail.com>
+ +Dist-Zilla-Plugin-MetaProvides-1.140.0.10.ebuild:
+ Version Bump
+
02 Mar 2012; Kent Fredric <kentfredric@gmail.com>
-Dist-Zilla-Plugin-MetaProvides-1.120.448.60.ebuild,
-Dist-Zilla-Plugin-MetaProvides-1.120.602.120.ebuild,
diff --git a/dev-perl/Dist-Zilla-Plugin-MetaProvides/Dist-Zilla-Plugin-MetaProvides-1.140.0.10.ebuild b/dev-perl/Dist-Zilla-Plugin-MetaProvides/Dist-Zilla-Plugin-MetaProvides-1.140.0.10.ebuild
new file mode 100644
index 0000000..68792be
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-MetaProvides/Dist-Zilla-Plugin-MetaProvides-1.140.0.10.ebuild
@@ -0,0 +1,89 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=KENTNL
+MODULE_VERSION=1.14000001
+inherit perl-module
+
+DESCRIPTION='Generating and Populating '\''provides'\'' in your META.yml'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test +fromfile +package +class +metanoindex"
+perl_meta_configure() {
+ # Module::Build 0.4001 ( 0.400.100 )
+ echo \>=virtual/perl-Module-Build-0.400.100
+}
+perl_meta_build() {
+ # Module::Build 0.4001 ( 0.400.100 )
+ echo \>=virtual/perl-Module-Build-0.400.100
+}
+perl_meta_runtime() {
+ echo "metanoindex? (
+ >=dev-perl/Dist-Zilla-4.200.4
+ )"
+ # Dist::Zilla::Role::MetaProvider
+ echo dev-perl/Dist-Zilla
+ # Dist::Zilla::Util::EmulatePhase 0.01000101 ( 0.10.1.10 )
+ echo \>=dev-perl/Dist-Zilla-Util-EmulatePhase-0.10.1.10
+ # Moose
+ echo dev-perl/Moose
+ # Moose::Role
+ echo dev-perl/Moose
+ # MooseX::Types
+ echo dev-perl/MooseX-Types
+ # MooseX::Types::Moose
+ echo dev-perl/MooseX-Types
+ # Readonly
+ echo dev-perl/Readonly
+ # 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.01000004 ( 0.10.0.40 )
+ echo \>=dev-perl/Dist-Zilla-Util-Test-KENTNL-0.10.0.40
+ # File::Find
+ echo dev-lang/perl
+ # File::Temp
+ echo virtual/perl-File-Temp
+ # Scalar::Util
+ echo virtual/perl-Scalar-List-Utils
+ # Test::Fatal
+ echo dev-perl/Test-Fatal
+ # Test::More 0.98 ( 0.980.0 )
+ echo \>=virtual/perl-Test-Simple-0.980.0
+}
+PDEPEND="
+ fromfile? (
+ dev-perl/Dist-Zilla-Plugin-MetaProvides-FromFile
+ )
+ package? (
+ dev-perl/Dist-Zilla-Plugin-MetaProvides-Package
+ metanoindex? (
+ >=dev-perl/Dist-Zilla-Plugin-MetaProvides-Package-1.110.444.40
+ )
+ )
+ class? (
+ dev-perl/Dist-Zilla-Plugin-MetaProvides-Class
+ metanoindex? (
+ >=dev-perl/Dist-Zilla-Plugin-MetaProvides-Class-1.110.444.60
+ )
+ )
+"
+DEPEND="
+ $(perl_meta_configure)
+ $(perl_meta_build)
+ $(perl_meta_runtime)
+ test? ( $(perl_meta_test) )
+"
+RDEPEND="
+ $(perl_meta_runtime)
+"
+SRC_TEST="do"
next reply other threads:[~2012-07-29 4:23 UTC|newest]
Thread overview: 18+ 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 --
2016-11-22 10:26 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dist-Zilla-Plugin-MetaProvides/ Kent Fredric
2014-04-05 12:09 Kent Fredric
2014-04-05 12:09 Kent Fredric
2013-10-13 11:49 Kent Fredric
2012-03-02 16:30 Kent Fredric
2012-02-23 10:32 Kent Fredric
2011-07-04 10:41 Kent Fredric
2011-05-23 5:21 Kent Fredric
2011-04-14 1:38 Kent Fredric
2011-04-11 23:49 Kent Fredric
2011-04-09 6:57 Torsten Veller
2011-04-07 1:45 Kent Fredric
2011-04-07 0:32 Kent Fredric
2011-04-06 0:49 Kent Fredric
2011-04-06 0:48 Kent Fredric
2011-02-12 3:33 Kent Fredric
2011-02-12 3:33 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=1343517150.3f5744ba1cf8144e320609ae1616bc65bbb228db.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