From: "Kent Fredric" <kentfredric@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Module-CPANTS-Analyse/
Date: Sat, 2 Mar 2013 07:02:05 +0000 (UTC) [thread overview]
Message-ID: <1362199160.20fede49eca11b67e4a8968b9a8e59a6f2243b4a.kent@gentoo> (raw)
commit: 20fede49eca11b67e4a8968b9a8e59a6f2243b4a
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Mar 2 04:39:20 2013 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Mar 2 04:39:20 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=20fede49
[newversion] Module-CPANTS-Analyse-0.870.0
Package-Manager: portage-2.2.0_alpha141
Manifest-Sign-Key: ECD2C675C102CDA4
---
dev-perl/Module-CPANTS-Analyse/ChangeLog | 6 ++
.../Module-CPANTS-Analyse-0.870.0.ebuild | 88 ++++++++++++++++++++
2 files changed, 94 insertions(+), 0 deletions(-)
diff --git a/dev-perl/Module-CPANTS-Analyse/ChangeLog b/dev-perl/Module-CPANTS-Analyse/ChangeLog
index d96023e..79becee 100644
--- a/dev-perl/Module-CPANTS-Analyse/ChangeLog
+++ b/dev-perl/Module-CPANTS-Analyse/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Module-CPANTS-Analyse-0.870.0 (02 Mar 2013)
+
+ 02 Mar 2013; Kent Fredric <kentfredric@gmail.com>
+ +Module-CPANTS-Analyse-0.870.0.ebuild:
+ Version Bump
+
09 Feb 2013; Kent Fredric <kentfredric@gmail.com>
Module-CPANTS-Analyse-0.850.0.ebuild,
Module-CPANTS-Analyse-0.850.0-r1.ebuild,
diff --git a/dev-perl/Module-CPANTS-Analyse/Module-CPANTS-Analyse-0.870.0.ebuild b/dev-perl/Module-CPANTS-Analyse/Module-CPANTS-Analyse-0.870.0.ebuild
new file mode 100644
index 0000000..dddd2a8
--- /dev/null
+++ b/dev-perl/Module-CPANTS-Analyse/Module-CPANTS-Analyse-0.870.0.ebuild
@@ -0,0 +1,88 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=DAXIM
+MODULE_VERSION=0.87
+inherit perl-module
+
+DESCRIPTION='Generate Kwalitee ratings for a distribution'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+ # Module::Build 0.4 ( 0.400.0 )
+ echo \>=virtual/perl-Module-Build-0.400.0
+}
+perl_meta_build() {
+ # Cwd
+ echo virtual/perl-File-Spec
+ # Test::Deep
+ echo dev-perl/Test-Deep
+ # Test::More
+ echo virtual/perl-Test-Simple
+ # Test::NoWarnings
+ echo dev-perl/Test-NoWarnings
+ # Test::Warn 0.11 ( 0.110.0 )
+ echo \>=dev-perl/Test-Warn-0.110.0
+}
+perl_meta_runtime() {
+ # Archive::Any 0.06 ( 0.60.0 )
+ echo \>=dev-perl/Archive-Any-0.60.0
+ # Archive::Tar 1.48 ( 1.480.0 )
+ echo \>=virtual/perl-Archive-Tar-1.48
+ # Array::Diff 0.04 ( 0.40.0 )
+ echo \>=dev-perl/Array-Diff-0.40.0
+ # CPAN::DistnameInfo 0.06 ( 0.60.0 )
+ echo \>=dev-perl/CPAN-DistnameInfo-0.60.0
+ # Class::Accessor 0.19 ( 0.190.0 )
+ echo \>=dev-perl/Class-Accessor-0.190.0
+ # ExtUtils::Manifest
+ echo virtual/perl-ExtUtils-Manifest
+ # File::Find::Rule
+ echo dev-perl/File-Find-Rule
+ # File::Slurp
+ echo dev-perl/File-Slurp
+ # File::chdir
+ echo dev-perl/File-chdir
+ # IO::Capture 0.05 ( 0.50.0 )
+ echo \>=dev-perl/IO-Capture-0.50.0
+ # LWP::Simple
+ echo dev-perl/libwww-perl
+ # List::MoreUtils
+ echo dev-perl/List-MoreUtils
+ # Module::ExtractUse 0.24 ( 0.240.0 )
+ echo \>=dev-perl/Module-ExtractUse-0.240.0
+ # Module::Pluggable 2.96 ( 2.960.0 )
+ echo \>=virtual/perl-Module-Pluggable-2.960.0
+ # Module::Signature
+ echo dev-perl/Module-Signature
+ # Pod::Simple::Checker 2.02 ( 2.20.0 )
+ echo \>=virtual/perl-Pod-Simple-2.20.0
+ # Readonly
+ echo dev-perl/Readonly
+ # Set::Scalar
+ echo dev-perl/set-scalar
+ # Software::License 0.003 ( 0.3.0 )
+ echo \>=dev-perl/Software-License-0.3.0
+ # Test::CPAN::Meta::YAML::Version 0.21 ( 0.210.0 )
+ echo \>=dev-perl/Test-CPAN-Meta-YAML-0.210.0
+ # Text::CSV_XS 0.45 ( 0.450.0 )
+ echo \>=dev-perl/Text-CSV_XS-0.450.0
+ # YAML::Any
+ echo dev-perl/yaml
+ # perl 5.006 ( 5.6.0 )
+ echo \>=dev-lang/perl-5.6.0
+ # version 0.73 ( 0.730.0 )
+ echo \>=virtual/perl-version-0.73
+}
+DEPEND="
+ $(perl_meta_configure)
+ $(perl_meta_build)
+ $(perl_meta_runtime)
+"
+RDEPEND="
+ $(perl_meta_runtime)
+"
+SRC_TEST="do"
next reply other threads:[~2013-03-02 7:02 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-02 7:02 Kent Fredric [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-12-18 0:11 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Module-CPANTS-Analyse/ Kent Fredric
2015-06-13 15:21 Kent Fredric
2015-06-03 12:58 Kent Fredric
2013-02-09 19:31 Kent Fredric
2013-02-05 12:24 Kent Fredric
2012-06-09 14:33 Kent Fredric
2012-06-08 18:42 Kent Fredric
2012-04-16 19:33 Kent Fredric
2012-02-27 21:01 Kent Fredric
2011-05-08 16:10 [gentoo-commits] proj/perl-overlay:perl514virtuals " Kent Fredric
2011-05-08 14:19 ` [gentoo-commits] proj/perl-overlay:master " Kent Fredric
2011-05-08 16:10 [gentoo-commits] proj/perl-overlay:perl514virtuals " Kent Fredric
2011-05-06 7:21 ` [gentoo-commits] proj/perl-overlay:master " Kent Fredric
2011-04-12 1:09 Kent Fredric
2011-04-01 12:34 Torsten Veller
2011-03-12 3:22 Kent Fredric
2011-02-17 11:30 Kent Fredric
2011-02-17 11:30 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=1362199160.20fede49eca11b67e4a8968b9a8e59a6f2243b4a.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