From: "Kent Fredric" <kentfredric@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Method-Signatures/
Date: Mon, 27 Feb 2012 01:59:30 +0000 (UTC) [thread overview]
Message-ID: <1330307100.635d5c178be4de80d00daeba338c7c94340601c9.kent@gentoo> (raw)
commit: 635d5c178be4de80d00daeba338c7c94340601c9
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Feb 27 01:45:00 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Feb 27 01:45:00 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=635d5c17
[added] Method-Signatures-20111125.0.0
(Portage version: 2.2.0_alpha85/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
---
dev-perl/Method-Signatures/ChangeLog | 10 +++
.../Method-Signatures-20111125.0.0.ebuild | 62 ++++++++++++++++++++
dev-perl/Method-Signatures/metadata.xml | 12 ++++
3 files changed, 84 insertions(+), 0 deletions(-)
diff --git a/dev-perl/Method-Signatures/ChangeLog b/dev-perl/Method-Signatures/ChangeLog
new file mode 100644
index 0000000..19aa11e
--- /dev/null
+++ b/dev-perl/Method-Signatures/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-perl/Method-Signatures
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*Method-Signatures-20111125.0.0 (27 Feb 2012)
+
+ 27 Feb 2012; Kent Fredric <kentfredric@gmail.com>
+ +Method-Signatures-20111125.0.0.ebuild, +metadata.xml:
+ Added for Git-CPAN-Patch
+
diff --git a/dev-perl/Method-Signatures/Method-Signatures-20111125.0.0.ebuild b/dev-perl/Method-Signatures/Method-Signatures-20111125.0.0.ebuild
new file mode 100644
index 0000000..2537ff9
--- /dev/null
+++ b/dev-perl/Method-Signatures/Method-Signatures-20111125.0.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=BAREFOOT
+MODULE_VERSION=20111125
+inherit perl-module
+
+DESCRIPTION='method and function declarations with signatures and no source filter'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+ # Module::Build 0.26 ( 0.260.0 )
+ echo \>=virtual/perl-Module-Build-0.26
+}
+perl_meta_build() {
+ # Module::Build 0.26 ( 0.260.0 )
+ echo \>=virtual/perl-Module-Build-0.26
+ # Test::Builder 0.82 ( 0.820.0 )
+ echo \>=virtual/perl-Test-Simple-0.82
+ # Test::Exception 0.29 ( 0.290.0 )
+ echo \>=dev-perl/Test-Exception-0.290.0
+ # Test::More 0.82 ( 0.820.0 )
+ echo \>=virtual/perl-Test-Simple-0.82
+ # Test::Warn 0.10 ( 0.100.0 )
+ echo \>=dev-perl/Test-Warn-0.10
+}
+perl_meta_runtime() {
+ # Any::Moose 0.11 ( 0.110.0 )
+ echo \>=dev-perl/Any-Moose-0.11
+ # Const::Fast 0.006 ( 0.6.0 )
+ echo \>=dev-perl/Const-Fast-0.6.0
+ # Data::Alias 1.08 ( 1.80.0 )
+ echo \>=dev-perl/Data-Alias-1.80.0
+ # Devel::BeginLift 0.001001 ( 0.1.1 )
+ echo \>=dev-perl/Devel-BeginLift-0.1.1
+ # Devel::Declare 0.006002 ( 0.6.2 )
+ echo \>=dev-perl/Devel-Declare-0.6.2
+ # Devel::Declare::MethodInstaller::Simple 0.006002 ( 0.6.2 )
+ echo \>=dev-perl/Devel-Declare-0.6.2
+ # Devel::Pragma 0.40 ( 0.400.0 )
+ echo \>=dev-perl/Devel-Pragma-0.400.0
+ # Mouse 0.64 ( 0.640.0 )
+ echo \>=dev-perl/Mouse-0.640.0
+ # PPI 1.203 ( 1.203.0 )
+ echo \>=dev-perl/PPI-1.203
+ # Sub::Name 0.03 ( 0.30.0 )
+ echo \>=dev-perl/Sub-Name-0.03
+ # perl v5.8.1 ( 5.8.1 )
+ echo \>=dev-lang/perl-5.8.1
+}
+DEPEND="
+ $(perl_meta_configure)
+ $(perl_meta_build)
+ $(perl_meta_runtime)
+"
+RDEPEND="
+ $(perl_meta_runtime)
+"
+SRC_TEST="do"
diff --git a/dev-perl/Method-Signatures/metadata.xml b/dev-perl/Method-Signatures/metadata.xml
new file mode 100644
index 0000000..e594372
--- /dev/null
+++ b/dev-perl/Method-Signatures/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">Method-Signatures</remote-id>
+ </upstream>
+</pkgmetadata>
next reply other threads:[~2012-02-27 2:00 UTC|newest]
Thread overview: 9+ 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-05-27 2:30 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Method-Signatures/ Kent Fredric
2012-06-08 18:42 Kent Fredric
2013-02-09 19:31 Kent Fredric
2013-02-09 19:31 Kent Fredric
2013-02-23 22:54 Kent Fredric
2013-05-09 11:44 Kent Fredric
2017-09-17 3:43 Kent Fredric
2017-09-17 3:43 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=1330307100.635d5c178be4de80d00daeba338c7c94340601c9.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