From: "Kent Fredric" <kentfredric@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Mason/
Date: Mon, 7 May 2012 05:19:51 +0000 (UTC) [thread overview]
Message-ID: <1336361609.6fadeaabfcb13c99d10d4240fa3fd17aaf3d3486.kent@gentoo> (raw)
commit: 6fadeaabfcb13c99d10d4240fa3fd17aaf3d3486
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon May 7 03:33:29 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon May 7 03:33:29 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=6fadeaab
[newversion] Mason 2.190.0
(Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
---
dev-perl/Mason/ChangeLog | 5 +++
dev-perl/Mason/Mason-2.190.0.ebuild | 68 +++++++++++++++++++++++++++++++++++
2 files changed, 73 insertions(+), 0 deletions(-)
diff --git a/dev-perl/Mason/ChangeLog b/dev-perl/Mason/ChangeLog
index 7ef3ef4..c5426b8 100644
--- a/dev-perl/Mason/ChangeLog
+++ b/dev-perl/Mason/ChangeLog
@@ -2,6 +2,11 @@
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Mason-2.190.0 (07 May 2012)
+
+ 07 May 2012; Kent Fredric <kentfredric@gmail.com> +Mason-2.190.0.ebuild:
+ Version Bump
+
*Mason-2.180.0 (22 Apr 2012)
22 Apr 2012; Kent Fredric <kentfredric@gmail.com> +Mason-2.180.0.ebuild:
diff --git a/dev-perl/Mason/Mason-2.190.0.ebuild b/dev-perl/Mason/Mason-2.190.0.ebuild
new file mode 100644
index 0000000..e523d9f
--- /dev/null
+++ b/dev-perl/Mason/Mason-2.190.0.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=JSWARTZ
+MODULE_VERSION=2.19
+inherit perl-module
+
+DESCRIPTION='Powerful, high-performance templating for the web and beyond'
+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() {
+ # Capture::Tiny
+ echo dev-perl/Capture-Tiny
+ # Class::Unload
+ echo dev-perl/Class-Unload
+ # Devel::GlobalDestruction
+ echo dev-perl/Devel-GlobalDestruction
+ # Exception::Class
+ echo dev-perl/Exception-Class
+ # File::Spec
+ echo virtual/perl-File-Spec
+ # File::Temp
+ echo virtual/perl-File-Temp
+ # Guard
+ echo dev-perl/Guard
+ # IPC::System::Simple
+ echo dev-perl/IPC-System-Simple
+ # JSON
+ echo dev-perl/JSON
+ # Log::Any 0.08 ( 0.80.0 )
+ echo \>=dev-perl/Log-Any-0.80.0
+ # Memoize
+ echo virtual/perl-Memoize
+ # Method::Signatures::Simple
+ echo dev-perl/Method-Signatures-Simple
+ # Moose 1.15 ( 1.150.0 )
+ echo \>=dev-perl/Moose-1.150
+ # MooseX::HasDefaults 0.03 ( 0.30.0 )
+ echo \>=dev-perl/MooseX-HasDefaults-0.30.0
+ # MooseX::StrictConstructor 0.13 ( 0.130.0 )
+ echo \>=dev-perl/MooseX-StrictConstructor-0.130.0
+ # Scalar::Util 1.01 ( 1.10.0 )
+ echo \>=virtual/perl-Scalar-List-Utils-1.10.0
+ # Try::Tiny
+ echo dev-perl/Try-Tiny
+}
+perl_meta_test() {
+ # Test::Class::Most
+ echo dev-perl/Test-Class-Most
+ # Test::LongString
+ echo dev-perl/Test-LongString
+}
+DEPEND="
+ $(perl_meta_configure)
+ $(perl_meta_runtime)
+ test? ( $(perl_meta_test) )
+"
+RDEPEND="
+ $(perl_meta_runtime)
+"
+SRC_TEST="do"
next reply other threads:[~2012-05-07 5:20 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-05-07 5:19 Kent Fredric [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-06-08 18:40 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Mason/ Kent Fredric
2012-07-25 18:30 Kent Fredric
2012-04-22 20:12 Kent Fredric
2012-04-06 20:43 Kent Fredric
2012-02-27 21:01 Kent Fredric
2011-09-24 14:04 Kent Fredric
2011-07-31 17:06 Kent Fredric
2011-07-16 5:40 Kent Fredric
2011-04-24 21:15 [gentoo-commits] proj/perl-overlay:perl514 " Kent Fredric
2011-04-24 21:13 ` [gentoo-commits] proj/perl-overlay:master " Kent Fredric
2011-03-29 10:33 Torsten Veller
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=1336361609.6fadeaabfcb13c99d10d4240fa3fd17aaf3d3486.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