From: "Kent Fredric" <kentfredric@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/MetaCPAN-API/
Date: Mon, 27 Feb 2012 01:59:31 +0000 (UTC) [thread overview]
Message-ID: <1330307710.45ce93abd5e0b5b7e21b600aa8266efa07d300d2.kent@gentoo> (raw)
commit: 45ce93abd5e0b5b7e21b600aa8266efa07d300d2
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Feb 27 01:55:10 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Feb 27 01:55:10 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=45ce93ab
[added] MetaCPAN-API 0.420.0 ( Tests disabled with SRC_TEST="network", which can be enabled if youre using the eclass-moretests branch of the perl-module eclass with GENTOO_PERL_TESTS="network" in ENV )
(Portage version: 2.2.0_alpha85/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
---
dev-perl/MetaCPAN-API/ChangeLog | 10 +++
dev-perl/MetaCPAN-API/MetaCPAN-API-0.420.0.ebuild | 62 +++++++++++++++++++++
dev-perl/MetaCPAN-API/metadata.xml | 12 ++++
3 files changed, 84 insertions(+), 0 deletions(-)
diff --git a/dev-perl/MetaCPAN-API/ChangeLog b/dev-perl/MetaCPAN-API/ChangeLog
new file mode 100644
index 0000000..df41590
--- /dev/null
+++ b/dev-perl/MetaCPAN-API/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-perl/MetaCPAN-API
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*MetaCPAN-API-0.420.0 (27 Feb 2012)
+
+ 27 Feb 2012; Kent Fredric <kentfredric@gmail.com>
+ +MetaCPAN-API-0.420.0.ebuild, +metadata.xml:
+ Added for Git-CPAN-Patch
+
diff --git a/dev-perl/MetaCPAN-API/MetaCPAN-API-0.420.0.ebuild b/dev-perl/MetaCPAN-API/MetaCPAN-API-0.420.0.ebuild
new file mode 100644
index 0000000..36573a2
--- /dev/null
+++ b/dev-perl/MetaCPAN-API/MetaCPAN-API-0.420.0.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=XSAWYERX
+MODULE_VERSION=0.42
+inherit perl-module
+
+DESCRIPTION='A comprehensive, DWIM-featured API to MetaCPAN'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+ # ExtUtils::MakeMaker 6.30 ( 6.300.0 )
+ echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
+ # Module::Build 0.3601 ( 0.360.100 )
+ echo \>=virtual/perl-Module-Build-0.36.01
+}
+perl_meta_build() {
+ # English
+ echo dev-lang/perl
+ # File::Find
+ echo dev-lang/perl
+ # File::Temp
+ echo virtual/perl-File-Temp
+ # Module::Build 0.3601 ( 0.360.100 )
+ echo \>=virtual/perl-Module-Build-0.36.01
+ # Test::Fatal
+ echo dev-perl/Test-Fatal
+ # Test::More
+ echo virtual/perl-Test-Simple
+ # Test::TinyMocker
+ echo dev-perl/Test-TinyMocker
+}
+perl_meta_runtime() {
+ # Any::Moose
+ echo dev-perl/Any-Moose
+ # Carp
+ # echo dev-perl/Carp
+ # HTTP::Tiny
+ echo virtual/perl-HTTP-Tiny
+ # JSON
+ echo dev-perl/JSON
+ # Try::Tiny
+ echo dev-perl/Try-Tiny
+ # URI::Escape
+ echo dev-perl/URI
+ # strict
+ echo dev-lang/perl
+ # warnings
+ echo dev-lang/perl
+}
+DEPEND="
+ $(perl_meta_configure)
+ $(perl_meta_build)
+ $(perl_meta_runtime)
+"
+RDEPEND="
+ $(perl_meta_runtime)
+"
+SRC_TEST="network"
diff --git a/dev-perl/MetaCPAN-API/metadata.xml b/dev-perl/MetaCPAN-API/metadata.xml
new file mode 100644
index 0000000..f0dbff8
--- /dev/null
+++ b/dev-perl/MetaCPAN-API/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>perl</herd>
+ <maintainer>
+ <email>kentfredric@gmail.com</email>
+ <name>Kent Fredric</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="cpan">MetaCPAN-API</remote-id>
+ </upstream>
+</pkgmetadata>
next reply other threads:[~2012-02-27 2:00 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-02-27 1:59 Kent Fredric [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-04-06 20:43 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/MetaCPAN-API/ Kent Fredric
2014-10-11 18:46 Kent Fredric
2014-10-11 18:46 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=1330307710.45ce93abd5e0b5b7e21b600aa8266efa07d300d2.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