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/Parse-Method-Signatures/
Date: Sat,  2 Mar 2013 07:02:09 +0000 (UTC)	[thread overview]
Message-ID: <1362204920.d1c1f431c3c98e49e6c02da7a3d1a89b5ad812f1.kent@gentoo> (raw)

commit:     d1c1f431c3c98e49e6c02da7a3d1a89b5ad812f1
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Mar  2 06:15:20 2013 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Mar  2 06:15:20 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=d1c1f431

[newversion] Parse-Method-Signatures-1.3.15

Package-Manager: portage-2.2.0_alpha141
Manifest-Sign-Key: ECD2C675C102CDA4

---
 dev-perl/Parse-Method-Signatures/ChangeLog         |    8 +++-
 .../Parse-Method-Signatures-1.3.15.ebuild          |   58 ++++++++++++++++++++
 2 files changed, 65 insertions(+), 1 deletions(-)

diff --git a/dev-perl/Parse-Method-Signatures/ChangeLog b/dev-perl/Parse-Method-Signatures/ChangeLog
index c4512a6..5980067 100644
--- a/dev-perl/Parse-Method-Signatures/ChangeLog
+++ b/dev-perl/Parse-Method-Signatures/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for dev-perl/Parse-Method-Signatures
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Parse-Method-Signatures-1.3.15 (02 Mar 2013)
+
+  02 Mar 2013; Kent Fredric <kentfredric@gmail.com>
+  +Parse-Method-Signatures-1.3.15.ebuild:
+  Version Bump
+
   28 Oct 2012; Kent Fredric <kentfredric@gmail.com>
   Parse-Method-Signatures-1.3.12.ebuild, Parse-Method-Signatures-1.3.13.ebuild,
   Parse-Method-Signatures-1.3.14.ebuild:

diff --git a/dev-perl/Parse-Method-Signatures/Parse-Method-Signatures-1.3.15.ebuild b/dev-perl/Parse-Method-Signatures/Parse-Method-Signatures-1.3.15.ebuild
new file mode 100644
index 0000000..2e326f7
--- /dev/null
+++ b/dev-perl/Parse-Method-Signatures/Parse-Method-Signatures-1.3.15.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=ILMARI
+MODULE_VERSION=1.003015
+inherit perl-module
+
+DESCRIPTION='Perl6 like method signature parser'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+	# ExtUtils::MakeMaker 6.36 ( 6.360.0 )
+	echo \>=virtual/perl-ExtUtils-MakeMaker-6.36
+}
+perl_meta_build() {
+	# ExtUtils::MakeMaker 6.36 ( 6.360.0 )
+	echo \>=virtual/perl-ExtUtils-MakeMaker-6.36
+	# MooseX::Types::Structured
+	echo dev-perl/MooseX-Types-Structured
+	# Test::Differences
+	echo dev-perl/Test-Differences
+	# Test::Exception
+	echo dev-perl/Test-Exception
+	# Test::More
+	echo virtual/perl-Test-Simple
+	# aliased
+	echo dev-perl/aliased
+}
+perl_meta_runtime() {
+	# List::MoreUtils 0.20 ( 0.200.0 )
+	echo \>=dev-perl/List-MoreUtils-0.20
+	# Moose
+	echo dev-perl/Moose
+	# MooseX::Traits 0.06 ( 0.60.0 )
+	echo \>=dev-perl/MooseX-Traits-0.06
+	# MooseX::Types 0.17 ( 0.170.0 )
+	echo \>=dev-perl/MooseX-Types-0.170.0
+	# MooseX::Types::Moose
+	echo dev-perl/MooseX-Types
+	# MooseX::Types::Structured
+	echo dev-perl/MooseX-Types-Structured
+	# PPI 1.203 ( 1.203.0 )
+	echo \>=dev-perl/PPI-1.203.0
+	# namespace::clean 0.10 ( 0.100.0 )
+	echo \>=dev-perl/namespace-clean-0.100.0
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_build)
+	$(perl_meta_runtime)
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"


             reply	other threads:[~2013-03-02  7:02 UTC|newest]

Thread overview: 5+ 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 --
2012-10-28 14:02 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Parse-Method-Signatures/ Kent Fredric
2012-06-08 18:42 Kent Fredric
2011-09-25  7:44 Kent Fredric
2011-09-25  7:44 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=1362204920.d1c1f431c3c98e49e6c02da7a3d1a89b5ad812f1.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