public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
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: Sun, 25 Sep 2011 07:44:58 +0000 (UTC)	[thread overview]
Message-ID: <f081f0417a14de2b76acd9e775e67166bc6379b9.kent@gentoo> (raw)

commit:     f081f0417a14de2b76acd9e775e67166bc6379b9
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Sep 25 02:00:31 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Sep 25 02:00:31 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=f081f041

[newversion] MooseX-Method-Signatures-0.370.0

(Portage version: 2.2.0_alpha57/git/Linux x86_64, signed Manifest commit with key BD86D695)

---
 dev-perl/MooseX-Method-Signatures/ChangeLog        |    6 +
 .../MooseX-Method-Signatures-0.370.0.ebuild        |  114 ++++++++++++++++++++
 2 files changed, 120 insertions(+), 0 deletions(-)

diff --git a/dev-perl/MooseX-Method-Signatures/ChangeLog b/dev-perl/MooseX-Method-Signatures/ChangeLog
index eadac4b..e3a1777 100644
--- a/dev-perl/MooseX-Method-Signatures/ChangeLog
+++ b/dev-perl/MooseX-Method-Signatures/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*MooseX-Method-Signatures-0.370.0 (25 Sep 2011)
+
+  25 Sep 2011; Kent Fredric <kentfredric@gmail.com>
+  +MooseX-Method-Signatures-0.370.0.ebuild:
+  Version Bump
+
 *MooseX-Method-Signatures-0.360.0 (25 Sep 2011)
 *MooseX-Method-Signatures-0.350.0 (25 Sep 2011)
 *MooseX-Method-Signatures-0.300.0 (25 Sep 2011)

diff --git a/dev-perl/MooseX-Method-Signatures/MooseX-Method-Signatures-0.370.0.ebuild b/dev-perl/MooseX-Method-Signatures/MooseX-Method-Signatures-0.370.0.ebuild
new file mode 100644
index 0000000..cfe07be
--- /dev/null
+++ b/dev-perl/MooseX-Method-Signatures/MooseX-Method-Signatures-0.370.0.ebuild
@@ -0,0 +1,114 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+MODULE_AUTHOR=ILMARI
+MODULE_VERSION=0.37
+inherit perl-module
+
+DESCRIPTION="Method declarations with type constraints and no source filter"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+perl_eumm_build() {
+	#FindBin
+
+	#Moose::Role
+	echo \>=dev-perl/Moose-0.02
+	#MooseX::Meta::Method::Authorized
+	echo dev-perl/MooseX-AuthorizedMethods
+	#MooseX::Meta::Method::Transactional
+	echo dev-perl/MooseX-TransactionalMethods
+	#Test::Exception
+	echo dev-perl/Test-Exception
+	#Test::Moose
+	echo \>=dev-perl/Moose-0.25
+	#Test::More 0.89
+	echo virtual/perl-Test-Simple
+	#Test::Pod
+	echo dev-perl/Test-Pod
+	#attributes
+
+	#metaclass
+	echo '|| (
+		>=dev-perl/Moose-1.990.0
+		( <dev-perl/Moose-1.990.0 >=dev-perl/Class-MOP-0.60.0 )
+	)'
+	#namespace::clean
+	echo dev-perl/namespace-clean
+}
+perl_eumm_configure() {
+	#strict
+
+	#warnings
+
+	#ExtUtils::MakeMaker 6.56
+	echo \>=virtual/perl-ExtUtils-MakeMaker-6.56
+}
+perl_eumm_prereq_pm() {
+	# B::Hooks::EndOfScope 0.07
+	echo \>=dev-perl/B-Hooks-EndOfScope-0.70.0
+	# Carp
+
+	# Context::Preserve
+	echo dev-perl/Context-Preserve
+	# Devel::Declare 0.005011
+	echo \>=dev-perl/Devel-Declare-0.5.11
+	# Devel::Declare::Context::Simple
+	echo \>=dev-perl/Devel-Declare-0.3.0
+	# Moose 0.89
+	echo \>=dev-perl/Moose-0.89
+	# Moose::Meta::Class
+	echo \>=dev-perl/Moose-0.01
+	# Moose::Meta::Method
+	echo \>=dev-perl/Moose-0.16
+	# Moose::Util
+	echo \>=dev-perl/Moose-0.25
+	# Moose::Util::TypeConstraints
+	echo \>=dev-perl/Moose-0.01
+	# MooseX::LazyRequire 0.06
+	echo \>=dev-perl/MooseX-LazyRequire-0.60.0
+	# MooseX::Meta::TypeConstraint::ForceCoercion
+	echo dev-perl/MooseX-Meta-TypeConstraint-ForceCoercion
+	# MooseX::Types 0.19
+	echo \>=dev-perl/MooseX-Types-0.190.0
+	# MooseX::Types::Moose 0.19
+	echo \>=dev-perl/MooseX-Types-0.190.0
+	# MooseX::Types::Structured 0.20
+	echo \>=dev-perl/MooseX-Types-Structured-0.200.0
+	# MooseX::Types::Util
+	echo \>=dev-perl/MooseX-Types-0.10.0
+	# Parse::Method::Signatures 1.003014
+	echo \>=dev-perl/Parse-Method-Signatures-1.3.14
+	# Parse::Method::Signatures::Param::Named
+	echo \>=dev-perl/Parse-Method-Signatures-1.0.0
+	# Parse::Method::Signatures::Param::Placeholder
+	echo \>=dev-perl/Parse-Method-Signatures-1.0.0
+	# Parse::Method::Signatures::TypeConstraint
+	echo \>=dev-perl/Parse-Method-Signatures-1.1.0
+	# Parse::Method::Signatures::Types
+	echo \>=dev-perl/Parse-Method-Signatures-1.0.0
+	# 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
+
+	# warnings
+}
+RDEPEND="$(perl_eumm_prereq_pm)"
+DEPEND="$(perl_eumm_configure)
+		$(perl_eumm_build)
+		$(perl_eumm_prereq_pm)"
+SRC_TEST="do"



             reply	other threads:[~2011-09-25  7:46 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-09-25  7:44 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
2012-03-27  9:30 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=f081f0417a14de2b76acd9e775e67166bc6379b9.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