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/Perl-PrereqScanner/
Date: Tue, 27 Mar 2012 09:30:31 +0000 (UTC)	[thread overview]
Message-ID: <1332831619.eec184c620e2977353f8fc7e70b74c5ca0d365ea.kent@gentoo> (raw)

commit:     eec184c620e2977353f8fc7e70b74c5ca0d365ea
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Mar 27 07:00:19 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Mar 27 07:00:19 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=eec184c6

[newversion] Perl-PrereqScanner-1.11.0

(Portage version: 2.2.0_alpha95/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)

---
 dev-perl/Perl-PrereqScanner/ChangeLog              |    6 ++
 .../Perl-PrereqScanner-1.11.0.ebuild               |   68 ++++++++++++++++++++
 2 files changed, 74 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Perl-PrereqScanner/ChangeLog b/dev-perl/Perl-PrereqScanner/ChangeLog
index 0e95c04..6aac1fa 100644
--- a/dev-perl/Perl-PrereqScanner/ChangeLog
+++ b/dev-perl/Perl-PrereqScanner/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Perl-PrereqScanner-1.11.0 (27 Mar 2012)
+
+  27 Mar 2012; Kent Fredric <kentfredric@gmail.com>
+  +Perl-PrereqScanner-1.11.0.ebuild:
+  Version Bump
+
 *Perl-PrereqScanner-1.10.0 (28 Feb 2012)
 
   28 Feb 2012; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Perl-PrereqScanner/Perl-PrereqScanner-1.11.0.ebuild b/dev-perl/Perl-PrereqScanner/Perl-PrereqScanner-1.11.0.ebuild
new file mode 100644
index 0000000..feeb357
--- /dev/null
+++ b/dev-perl/Perl-PrereqScanner/Perl-PrereqScanner-1.11.0.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=JQUELIN
+MODULE_VERSION=1.011
+inherit perl-module
+
+DESCRIPTION='a tool to scan your Perl code for its prerequisites'
+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.30
+}
+perl_meta_runtime() {
+	# CPAN::Meta::Requirements 2.120630 ( 2.120.630 )
+	echo \>=virtual/perl-CPAN-Meta-2.120.630
+	# File::Spec::Functions
+	echo virtual/perl-File-Spec
+	# FindBin
+	echo dev-lang/perl
+	# Getopt::Long
+	echo virtual/perl-Getopt-Long
+	# List::MoreUtils
+	echo dev-perl/List-MoreUtils
+	# List::Util
+	echo virtual/perl-Scalar-List-Utils
+	# Moose
+	echo dev-perl/Moose
+	# Moose::Role
+	echo dev-perl/Moose
+	# PPI 1.205 ( 1.205.0 )
+	echo \>=dev-perl/PPI-1.205
+	# Params::Util
+	echo dev-perl/Params-Util
+	# String::RewritePrefix 0.005 ( 0.5.0 )
+	echo \>=dev-perl/String-RewritePrefix-0.5.0
+	# namespace::autoclean
+	echo dev-perl/namespace-autoclean
+	# perl 5.008 ( 5.8.0 )
+	echo \>=dev-lang/perl-5.8.0
+	# strict
+	echo dev-lang/perl
+	# warnings
+	echo dev-lang/perl
+}
+perl_meta_test() {
+	# File::Temp
+	echo virtual/perl-File-Temp
+	# PPI::Document
+	echo dev-perl/PPI
+	# Test::More 0.96 ( 0.960.0 )
+	echo \>=virtual/perl-Test-Simple-0.96
+	# Try::Tiny
+	echo dev-perl/Try-Tiny
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_runtime)
+	test? ( $(perl_meta_test) )
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"



             reply	other threads:[~2012-03-27  9:34 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-27  9:30 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-11-22  6:54 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Perl-PrereqScanner/ Kent Fredric
2015-06-08 14:00 Kent Fredric
2013-10-11  4:52 Kent Fredric
2013-10-11  4:52 Kent Fredric
2013-10-11  4:52 Kent Fredric
2013-02-23 22:54 Kent Fredric
2012-08-23 12:35 Kent Fredric
2012-07-29  4:22 Kent Fredric
2012-07-25 18:30 Kent Fredric
2012-06-08 18:42 Kent Fredric
2012-02-28 12:02 Kent Fredric
2012-02-08 21:57 Kent Fredric
2011-11-11 14:38 Kent Fredric
2011-09-24 14:04 Kent Fredric
2011-09-02  5:06 Kent Fredric
2011-08-26 16:03 Kent Fredric
2011-05-31 13:20 Torsten Veller
2011-05-24  8:11 Kent Fredric
2011-05-24  8:11 Kent Fredric
2011-03-06  7:51 Torsten Veller
2011-02-04  7:49 tove

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=1332831619.eec184c620e2977353f8fc7e70b74c5ca0d365ea.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