From: "Kent Fredric" <kentfredric@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/MooseX-Method-Signatures/
Date: Tue, 27 Mar 2012 09:30:36 +0000 (UTC) [thread overview]
Message-ID: <1332838274.20fe5cd00d8205a68f9a68a2919093c37409090a.kent@gentoo> (raw)
commit: 20fe5cd00d8205a68f9a68a2919093c37409090a
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Mar 27 08:51:14 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Mar 27 08:51:14 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=20fe5cd0
[newversion] MooseX-Method-Signatures-0.410.0 / tests=broken
(Portage version: 2.2.0_alpha95/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
---
dev-perl/MooseX-Method-Signatures/ChangeLog | 8 +-
.../MooseX-Method-Signatures-0.410.0.ebuild | 118 ++++++++++++++++++++
2 files changed, 125 insertions(+), 1 deletions(-)
diff --git a/dev-perl/MooseX-Method-Signatures/ChangeLog b/dev-perl/MooseX-Method-Signatures/ChangeLog
index e3a1777..1862828 100644
--- a/dev-perl/MooseX-Method-Signatures/ChangeLog
+++ b/dev-perl/MooseX-Method-Signatures/ChangeLog
@@ -1,7 +1,13 @@
# ChangeLog for dev-perl/MooseX-Method-Signatures
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*MooseX-Method-Signatures-0.410.0 (27 Mar 2012)
+
+ 27 Mar 2012; Kent Fredric <kentfredric@gmail.com>
+ +MooseX-Method-Signatures-0.410.0.ebuild:
+ Version Bump
+
*MooseX-Method-Signatures-0.370.0 (25 Sep 2011)
25 Sep 2011; Kent Fredric <kentfredric@gmail.com>
diff --git a/dev-perl/MooseX-Method-Signatures/MooseX-Method-Signatures-0.410.0.ebuild b/dev-perl/MooseX-Method-Signatures/MooseX-Method-Signatures-0.410.0.ebuild
new file mode 100644
index 0000000..7e6f2da
--- /dev/null
+++ b/dev-perl/MooseX-Method-Signatures/MooseX-Method-Signatures-0.410.0.ebuild
@@ -0,0 +1,118 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=ETHER
+MODULE_VERSION=0.41
+inherit perl-module
+
+DESCRIPTION='Method declarations with type constraints and no source filter'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+perl_meta_configure() {
+ # ExtUtils::MakeMaker 6.30 ( 6.300.0 )
+ echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
+}
+perl_meta_runtime() {
+ # B::Hooks::EndOfScope 0.10 ( 0.100.0 )
+ echo \>=dev-perl/B-Hooks-EndOfScope-0.100.0
+ # Carp
+ # echo virtual/perl-Carp
+ # Context::Preserve
+ echo dev-perl/Context-Preserve
+ # Devel::Declare 0.005011 ( 0.5.11 )
+ echo \>=dev-perl/Devel-Declare-0.5.11
+ # Devel::Declare::Context::Simple
+ echo dev-perl/Devel-Declare
+ # Eval::Closure
+ echo dev-perl/Eval-Closure
+ # Module::Runtime 0.012 ( 0.12.0 )
+ echo \>=dev-perl/Module-Runtime-0.12.0
+ # Moose 0.89 ( 0.890.0 )
+ echo \>=dev-perl/Moose-0.890
+ # Moose::Meta::Class
+ echo dev-perl/Moose
+ # Moose::Meta::Method
+ echo dev-perl/Moose
+ # Moose::Util
+ echo dev-perl/Moose
+ # Moose::Util::TypeConstraints
+ echo dev-perl/Moose
+ # MooseX::LazyRequire 0.06 ( 0.60.0 )
+ echo \>=dev-perl/MooseX-LazyRequire-0.60.0
+ # MooseX::Meta::TypeConstraint::ForceCoercion
+ echo dev-perl/MooseX-Meta-TypeConstraint-ForceCoercion
+ # MooseX::Types 0.19 ( 0.190.0 )
+ echo \>=dev-perl/MooseX-Types-0.190.0
+ # MooseX::Types::Moose 0.19 ( 0.190.0 )
+ echo \>=dev-perl/MooseX-Types-0.190.0
+ # MooseX::Types::Structured 0.24 ( 0.240.0 )
+ echo \>=dev-perl/MooseX-Types-Structured-0.240.0
+ # MooseX::Types::Util
+ echo dev-perl/MooseX-Types
+ # Parse::Method::Signatures 1.003014 ( 1.3.14 )
+ echo \>=dev-perl/Parse-Method-Signatures-1.3.14
+ # Parse::Method::Signatures::Param::Named
+ echo dev-perl/Parse-Method-Signatures
+ # Parse::Method::Signatures::Param::Placeholder
+ echo dev-perl/Parse-Method-Signatures
+ # Parse::Method::Signatures::TypeConstraint
+ echo dev-perl/Parse-Method-Signatures
+ # Parse::Method::Signatures::Types
+ echo dev-perl/Parse-Method-Signatures
+ # Scalar::Util
+ echo virtual/perl-Scalar-List-Utils
+ # Sub::Name
+ echo dev-perl/Sub-Name
+ # Task::Weaken
+ echo dev-perl/Task-Weaken
+ # Text::Balanced
+ echo virtual/perl-Text-Balanced
+ # aliased
+ echo dev-perl/aliased
+ # namespace::autoclean
+ echo dev-perl/namespace-autoclean
+ # strict
+ echo dev-lang/perl
+ # warnings
+ echo dev-lang/perl
+}
+perl_meta_test() {
+ # Data::Dumper
+ echo virtual/perl-Data-Dumper
+ # FindBin
+ echo dev-lang/perl
+ # Moose::Role
+ echo dev-perl/Moose
+ # MooseX::Meta::Method::Authorized
+ echo dev-perl/MooseX-AuthorizedMethods
+ # MooseX::Meta::Method::Transactional
+ echo dev-perl/MooseX-TransactionalMethods
+ # Test::Deep
+ echo dev-perl/Test-Deep
+ # Test::Fatal
+ echo dev-perl/Test-Fatal
+ # Test::Moose
+ echo dev-perl/Moose
+ # Test::More 0.89 ( 0.890.0 )
+ echo \>=virtual/perl-Test-Simple-0.89
+ # Test::Pod
+ echo dev-perl/Test-Pod
+ # attributes
+ echo dev-lang/perl
+ # metaclass
+ echo dev-perl/Moose
+ # namespace::clean
+ echo dev-perl/namespace-clean
+}
+DEPEND="
+ $(perl_meta_configure)
+ $(perl_meta_runtime)
+ test? ( $(perl_meta_test) )
+"
+RDEPEND="
+ $(perl_meta_runtime)
+"
+SRC_TEST="broken"
next reply other threads:[~2012-03-27 9:33 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-27 9:30 Kent Fredric [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-06-08 14:00 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/MooseX-Method-Signatures/ Kent Fredric
2013-05-03 7:51 Kent Fredric
2013-02-10 19:29 Kent Fredric
2013-02-10 19:29 Kent Fredric
2013-02-07 13:55 Kent Fredric
2012-09-17 10:30 Kent Fredric
2012-05-27 2:30 Kent Fredric
2012-04-28 10:40 Kent Fredric
2011-09-25 7:44 Kent Fredric
2011-09-25 7:44 Kent Fredric
2011-05-06 7:21 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=1332838274.20fe5cd00d8205a68f9a68a2919093c37409090a.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