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, 24 May 2011 08:11:48 +0000 (UTC)	[thread overview]
Message-ID: <9326e88cf36b6044e5e8b149d84b972173c9e226.kent@gentoo> (raw)

commit:     9326e88cf36b6044e5e8b149d84b972173c9e226
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue May 24 06:57:08 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue May 24 06:57:08 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=9326e88c

[newversion] Perl-PrereqScanner-1.3.0

(Portage version: 2.2.0_alpha34/git/Linux x86_64, signed Manifest commit with key 0A0CB301)

---
 dev-perl/Perl-PrereqScanner/ChangeLog              |    6 +++
 .../Perl-PrereqScanner-1.3.0.ebuild                |   44 ++++++++++++++++++++
 2 files changed, 50 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Perl-PrereqScanner/ChangeLog b/dev-perl/Perl-PrereqScanner/ChangeLog
index 016e4b3..4a7b401 100644
--- a/dev-perl/Perl-PrereqScanner/ChangeLog
+++ b/dev-perl/Perl-PrereqScanner/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Perl-PrereqScanner-1.3.0 (24 May 2011)
+
+  24 May 2011; Kent Fredric <kentfredric@gmail.com>
+  +Perl-PrereqScanner-1.3.0.ebuild:
+  Version Bump
+
 *Perl-PrereqScanner-1.2.0 (24 May 2011)
 *Perl-PrereqScanner-1.1.0 (24 May 2011)
 *Perl-PrereqScanner-0.101.891 (24 May 2011)

diff --git a/dev-perl/Perl-PrereqScanner/Perl-PrereqScanner-1.3.0.ebuild b/dev-perl/Perl-PrereqScanner/Perl-PrereqScanner-1.3.0.ebuild
new file mode 100644
index 0000000..a8d3fca
--- /dev/null
+++ b/dev-perl/Perl-PrereqScanner/Perl-PrereqScanner-1.3.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+MODULE_AUTHOR=RJBS
+MODULE_VERSION=1.003
+inherit perl-module
+
+DESCRIPTION="a tool to scan your Perl code for its prerequisites"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+comment() { echo ''; }
+COMMON_DEPEND="
+	virtual/perl-File-Spec $(comment File::Spec::Functions)
+	$(comment virtual/perl-FindBin)
+	dev-perl/List-MoreUtils
+	virtual/perl-Scalar-List-Utils $(comment List::Util)
+	dev-perl/Moose
+	$(comment Moose::Role is Moose)
+	>=dev-perl/PPI-1.205.0
+	dev-perl/Params-Util
+	>=dev-perl/String-RewritePrefix-0.005 $(comment 0.5.0)
+	>=virtual/perl-Version-Requirements-0.100.630
+	dev-perl/namespace-autoclean
+"
+DEPEND="
+	${COMMON_DEPEND}
+	>=virtual/perl-ExtUtils-MakeMaker-6.56
+	test? (
+		$(comment BUILD REQUIRES)
+		virtual/perl-File-Temp
+		dev-perl/PPI $(comment PPI::Document)
+		>=virtual/perl-Test-Simple-0.96 $(comment 0.960.0)
+		dev-perl/Try-Tiny
+	)
+"
+RDEPEND="
+	${COMMON_DEPEND}
+"
+SRC_TEST="do"



             reply	other threads:[~2011-05-24  8:13 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-24  8:11 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-03-27  9:30 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-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=9326e88cf36b6044e5e8b149d84b972173c9e226.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