From: "Kent Fredric" <kentfredric@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Perl-MinimumVersion/
Date: Sat, 23 Feb 2013 22:54:54 +0000 (UTC) [thread overview]
Message-ID: <1361658471.df043cfe8c55f9d4d8d6c59f747963c5122df7c1.kent@gentoo> (raw)
commit: df043cfe8c55f9d4d8d6c59f747963c5122df7c1
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Feb 23 22:27:51 2013 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Feb 23 22:27:51 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=df043cfe
[newversion] Perl-MinimumVersion-1.320.0
Package-Manager: portage-2.2.0_alpha141
Manifest-Sign-Key: ECD2C675C102CDA4
---
dev-perl/Perl-MinimumVersion/ChangeLog | 8 +++-
.../Perl-MinimumVersion-1.320.0.ebuild | 56 ++++++++++++++++++++
2 files changed, 63 insertions(+), 1 deletions(-)
diff --git a/dev-perl/Perl-MinimumVersion/ChangeLog b/dev-perl/Perl-MinimumVersion/ChangeLog
index d62e9f8..95c075f 100644
--- a/dev-perl/Perl-MinimumVersion/ChangeLog
+++ b/dev-perl/Perl-MinimumVersion/ChangeLog
@@ -1,7 +1,13 @@
# ChangeLog for dev-perl/Perl-MinimumVersion
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Perl-MinimumVersion-1.320.0 (23 Feb 2013)
+
+ 23 Feb 2013; Kent Fredric <kentfredric@gmail.com>
+ +Perl-MinimumVersion-1.320.0.ebuild:
+ Version Bump
+
08 Jun 2012; Kent Fredric <kentfredric@gmail.com>
Perl-MinimumVersion-1.280.0.ebuild:
Normalize dep on Perl-Critic
diff --git a/dev-perl/Perl-MinimumVersion/Perl-MinimumVersion-1.320.0.ebuild b/dev-perl/Perl-MinimumVersion/Perl-MinimumVersion-1.320.0.ebuild
new file mode 100644
index 0000000..6b0d14b
--- /dev/null
+++ b/dev-perl/Perl-MinimumVersion/Perl-MinimumVersion-1.320.0.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=CHORNY
+MODULE_VERSION=1.32
+inherit perl-module
+
+DESCRIPTION='Find a minimum required version of perl for Perl code'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+ # ExtUtils::MakeMaker 6.59 ( 6.590.0 )
+ echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0
+}
+perl_meta_build() {
+ # ExtUtils::MakeMaker 6.59 ( 6.590.0 )
+ echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0
+ # File::Spec 0.80 ( 0.800.0 )
+ echo \>=virtual/perl-File-Spec-0.80
+ # Test::More 0.47 ( 0.470.0 )
+ echo \>=virtual/perl-Test-Simple-0.47
+ # Test::Script 1.03 ( 1.30.0 )
+ echo \>=dev-perl/Test-Script-1.30.0
+}
+perl_meta_runtime() {
+ # File::Find::Rule 0.32 ( 0.320.0 )
+ echo \>=dev-perl/File-Find-Rule-0.320.0
+ # File::Find::Rule::Perl 1.04 ( 1.40.0 )
+ echo \>=dev-perl/File-Find-Rule-Perl-1.40.0
+ # List::Util 1.20 ( 1.200.0 )
+ echo \>=virtual/perl-Scalar-List-Utils-1.200.0
+ # PPI 1.215 ( 1.215.0 )
+ echo \>=dev-perl/PPI-1.215.0
+ # PPIx::Regexp 0.029 ( 0.29.0 )
+ echo \>=dev-perl/PPIx-Regexp-0.29.0
+ # Params::Util 0.25 ( 0.250.0 )
+ echo \>=dev-perl/Params-Util-0.250.0
+ # Perl::Critic::Utils 1.104 ( 1.104.0 )
+ echo \>=dev-perl/Perl-Critic-1.104.0
+ # perl v5.6.0 ( 5.6.0 )
+ echo \>=dev-lang/perl-5.6.0
+ # version 0.76 ( 0.760.0 )
+ echo \>=virtual/perl-version-0.76
+}
+DEPEND="
+ $(perl_meta_configure)
+ $(perl_meta_build)
+ $(perl_meta_runtime)
+"
+RDEPEND="
+ $(perl_meta_runtime)
+"
+SRC_TEST="do"
next reply other threads:[~2013-02-23 22:55 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-02-23 22:54 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/Perl-MinimumVersion/ Kent Fredric
2015-06-08 11:14 Kent Fredric
2012-06-08 18:42 Kent Fredric
2011-10-31 4:52 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=1361658471.df043cfe8c55f9d4d8d6c59f747963c5122df7c1.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