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-Plugin-MetaProvides-FromFile/
Date: Fri, 26 Apr 2013 19:59:30 +0000 (UTC)	[thread overview]
Message-ID: <1367000483.a22d881d7ecfc5558f907f752bc60ce151f86078.kent@gentoo> (raw)

commit:     a22d881d7ecfc5558f907f752bc60ce151f86078
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Apr 26 18:21:23 2013 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Apr 26 18:21:23 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=a22d881d

[newversion] Dist-Zilla-Plugin-MetaProvides-FromFile-1.110.602.110

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

---
 .../ChangeLog                                      |    8 ++-
 ...ugin-MetaProvides-FromFile-1.110.602.110.ebuild |   67 ++++++++++++++++++++
 2 files changed, 74 insertions(+), 1 deletions(-)

diff --git a/dev-perl/Dist-Zilla-Plugin-MetaProvides-FromFile/ChangeLog b/dev-perl/Dist-Zilla-Plugin-MetaProvides-FromFile/ChangeLog
index a9bf980..5bcb9cd 100644
--- a/dev-perl/Dist-Zilla-Plugin-MetaProvides-FromFile/ChangeLog
+++ b/dev-perl/Dist-Zilla-Plugin-MetaProvides-FromFile/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for dev-perl/Dist-Zilla-Plugin-MetaProvides-FromFile
-# 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-FromFile-1.110.602.110 (26 Apr 2013)
+
+  26 Apr 2013; Kent Fredric <kentfredric@gmail.com>
+  +Dist-Zilla-Plugin-MetaProvides-FromFile-1.110.602.110.ebuild:
+  Version Bump
+
 *Dist-Zilla-Plugin-MetaProvides-FromFile-1.110.602.90 (23 Feb 2012)
 
   23 Feb 2012; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Dist-Zilla-Plugin-MetaProvides-FromFile/Dist-Zilla-Plugin-MetaProvides-FromFile-1.110.602.110.ebuild b/dev-perl/Dist-Zilla-Plugin-MetaProvides-FromFile/Dist-Zilla-Plugin-MetaProvides-FromFile-1.110.602.110.ebuild
new file mode 100644
index 0000000..d691bc8
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-MetaProvides-FromFile/Dist-Zilla-Plugin-MetaProvides-FromFile-1.110.602.110.ebuild
@@ -0,0 +1,67 @@
+# 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.11060211
+inherit perl-module
+
+DESCRIPTION='In the event nothing else works, pull in hand-crafted metadata from a specified file.'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+perl_meta_configure() {
+	# Module::Build 0.4004 ( 0.400.400 )
+	echo \>=virtual/perl-Module-Build-0.400.400
+}
+perl_meta_build() {
+	# Module::Build 0.4004 ( 0.400.400 )
+	echo \>=virtual/perl-Module-Build-0.400.400
+}
+perl_meta_runtime() {
+	# Carp
+	# echo dev-lang/perl
+	# Class::Load
+	echo dev-perl/Class-Load
+	# Config::INI::Reader
+	echo dev-perl/Config-INI
+	# Dist::Zilla::MetaProvides::ProvideRecord
+	echo dev-perl/Dist-Zilla-Plugin-MetaProvides
+	# Dist::Zilla::Plugin::MetaProvides 1.11034201 ( 1.110.342.10 )
+	echo \>=dev-perl/Dist-Zilla-Plugin-MetaProvides-1.110.342.10
+	# Dist::Zilla::Role::MetaProvider::Provider
+	echo dev-perl/Dist-Zilla-Plugin-MetaProvides
+	# Moose
+	echo dev-perl/Moose
+	# Moose::Autobox
+	echo dev-perl/Moose-Autobox
+	# 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::App::Tester
+	echo dev-perl/Dist-Zilla
+	# 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-04-26 19:59 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-26 19:59 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-02-23 10:32 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dist-Zilla-Plugin-MetaProvides-FromFile/ Kent Fredric
2011-04-06  0:49 Kent Fredric
2011-04-05 20:39 Kent Fredric
2011-04-05 20:39 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=1367000483.a22d881d7ecfc5558f907f752bc60ce151f86078.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