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, 13 Oct 2013 11:49:31 +0000 (UTC) [thread overview]
Message-ID: <1381648740.fdcbf7aed17a6d244700c0613eb26562a319d45e.kent@gentoo> (raw)
commit: fdcbf7aed17a6d244700c0613eb26562a319d45e
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Oct 13 07:19:00 2013 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Oct 13 07:19:00 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=fdcbf7ae
[newversion] dev-perl/Dist-Zilla-Plugin-MetaProvides-1.150.0.0
Package-Manager: portage-2.2.7
Manifest-Sign-Key: E854324B1366A820
---
dev-perl/Dist-Zilla-Plugin-MetaProvides/ChangeLog | 8 +-
...Dist-Zilla-Plugin-MetaProvides-1.150.0.0.ebuild | 93 ++++++++++++++++++++++
2 files changed, 100 insertions(+), 1 deletion(-)
diff --git a/dev-perl/Dist-Zilla-Plugin-MetaProvides/ChangeLog b/dev-perl/Dist-Zilla-Plugin-MetaProvides/ChangeLog
index b2c6d5c..f342685 100644
--- a/dev-perl/Dist-Zilla-Plugin-MetaProvides/ChangeLog
+++ b/dev-perl/Dist-Zilla-Plugin-MetaProvides/ChangeLog
@@ -1,7 +1,13 @@
# ChangeLog for dev-perl/Dist-Zilla-Plugin-MetaProvides
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Dist-Zilla-Plugin-MetaProvides-1.150.0.0 (13 Oct 2013)
+
+ 13 Oct 2013; Kent Fredric <kentfredric@gmail.com>
+ +Dist-Zilla-Plugin-MetaProvides-1.150.0.0.ebuild:
+ Version Bump
+
*Dist-Zilla-Plugin-MetaProvides-1.140.0.10 (28 Jul 2012)
28 Jul 2012; Kent Fredric <kentfredric@gmail.com>
diff --git a/dev-perl/Dist-Zilla-Plugin-MetaProvides/Dist-Zilla-Plugin-MetaProvides-1.150.0.0.ebuild b/dev-perl/Dist-Zilla-Plugin-MetaProvides/Dist-Zilla-Plugin-MetaProvides-1.150.0.0.ebuild
new file mode 100644
index 0000000..cb001fb
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-MetaProvides/Dist-Zilla-Plugin-MetaProvides-1.150.0.0.ebuild
@@ -0,0 +1,93 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=KENTNL
+MODULE_VERSION=1.15000000
+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.4007 ( 0.400.700 )
+ echo \>=virtual/perl-Module-Build-0.400.700
+}
+perl_meta_build() {
+ # Module::Build 0.4007 ( 0.400.700 )
+ echo \>=virtual/perl-Module-Build-0.400.700
+}
+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() {
+ # Carp
+ # echo virtual/perl-Carp
+ # Dist::Zilla::Util::Test::KENTNL 0.01000004 ( 0.10.0.40 )
+ echo \>=dev-perl/Dist-Zilla-Util-Test-KENTNL-0.10.0.40
+ # File::Temp
+ echo virtual/perl-File-Temp
+ # IO::Handle
+ # echo virtual/perl-IO
+ # 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
+ # lib
+ # echo virtual/perl-lib
+}
+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 parallel"
next reply other threads:[~2013-10-13 11:49 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-10-13 11:49 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
2012-07-29 4:22 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=1381648740.fdcbf7aed17a6d244700c0613eb26562a319d45e.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