From: "Kent Fredric" <kentfredric@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/MooseX-App/
Date: Wed, 1 Oct 2014 09:44:56 +0000 (UTC) [thread overview]
Message-ID: <1412145897.bfd1e53d75745c76c7b4fefe8e36dd85605a58b1.kent@gentoo> (raw)
commit: bfd1e53d75745c76c7b4fefe8e36dd85605a58b1
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Oct 1 06:44:57 2014 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Oct 1 06:44:57 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=bfd1e53d
[bump] dev-perl/MooseX-App Bump to 1.300.0, Fixdeps
Package-Manager: portage-2.2.10
---
dev-perl/MooseX-App/ChangeLog | 6 +++
dev-perl/MooseX-App/MooseX-App-1.210.0.ebuild | 56 ---------------------------
dev-perl/MooseX-App/MooseX-App-1.300.0.ebuild | 33 ++++++++++++++++
3 files changed, 39 insertions(+), 56 deletions(-)
diff --git a/dev-perl/MooseX-App/ChangeLog b/dev-perl/MooseX-App/ChangeLog
index 2b5ba4d..91b6666 100644
--- a/dev-perl/MooseX-App/ChangeLog
+++ b/dev-perl/MooseX-App/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*MooseX-App-1.300.0 (01 Oct 2014)
+
+ 01 Oct 2014; Kent Fredric <kentfredric@gmail.com> -MooseX-App-1.210.0.ebuild,
+ +MooseX-App-1.300.0.ebuild:
+ Bump to 1.300.0, Fixdeps
+
01 Oct 2014; Kent Fredric <kentfredric@gmail.com> -MooseX-App-1.150.0.ebuild,
-MooseX-App-1.160.0.ebuild:
remove old versions
diff --git a/dev-perl/MooseX-App/MooseX-App-1.210.0.ebuild b/dev-perl/MooseX-App/MooseX-App-1.210.0.ebuild
deleted file mode 100644
index c3b9f28..0000000
--- a/dev-perl/MooseX-App/MooseX-App-1.210.0.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-MODULE_AUTHOR=MAROS
-MODULE_VERSION=1.21
-inherit perl-module
-
-DESCRIPTION='Write user-friendly command line apps with even less suffering'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
- # ExtUtils::MakeMaker 6.59 ( 6.590.0 )
- echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0
-}
-perl_meta_build() {
- # ExtUtils::MakeMaker 6.59 ( 6.590.0 )
- echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0
- # Test::Most
- echo dev-perl/Test-Most
- # Test::NoWarnings
- echo dev-perl/Test-NoWarnings
-}
-perl_meta_runtime() {
- # Config::Any
- echo dev-perl/Config-Any
- # IO::Interactive
- echo dev-perl/IO-Interactive
- # List::Util
- echo virtual/perl-Scalar-List-Utils
- # Module::Pluggable
- echo virtual/perl-Module-Pluggable
- # Moose 2.00 ( 2.0.0 )
- echo \>=dev-perl/Moose-2.0.0
- # MooseX::Types::Path::Class
- echo dev-perl/MooseX-Types-Path-Class
- # Path::Class
- echo dev-perl/Path-Class
- # Pod::Elemental
- echo dev-perl/Pod-Elemental
- # namespace::autoclean
- echo dev-perl/namespace-autoclean
- # perl v5.10.0 ( 5.10.0 )
- echo \>=dev-lang/perl-5.10.0
-}
-DEPEND="
- $(perl_meta_configure)
- $(perl_meta_build)
- $(perl_meta_runtime)
-"
-RDEPEND="
- $(perl_meta_runtime)
-"
-SRC_TEST="do"
diff --git a/dev-perl/MooseX-App/MooseX-App-1.300.0.ebuild b/dev-perl/MooseX-App/MooseX-App-1.300.0.ebuild
new file mode 100644
index 0000000..6ad2351
--- /dev/null
+++ b/dev-perl/MooseX-App/MooseX-App-1.300.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=MAROS
+MODULE_VERSION=1.30
+inherit perl-module
+
+DESCRIPTION='Write user-friendly command line apps with even less suffering'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+# List::Util -> perl-Scalar-List-Utils
+RDEPEND="
+ dev-perl/Config-Any
+ virtual/perl-Scalar-List-Utils
+ virtual/perl-Module-Pluggable
+ >=dev-perl/Moose-2.0.0
+ dev-perl/MooseX-Types-Path-Class
+ dev-perl/Path-Class
+ dev-perl/Pod-Elemental
+ dev-perl/namespace-autoclean
+ >=dev-lang/perl-5.10.0
+
+"
+DEPEND="
+ >=virtual/perl-ExtUtils-MakeMaker-6.590.0
+ dev-perl/Test-Most
+ dev-perl/Test-NoWarnings
+ $RDEPEND
+"
+SRC_TEST="do parallel"
next reply other threads:[~2014-10-01 9:45 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-10-01 9:44 Kent Fredric [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-06-13 15:21 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/MooseX-App/ Kent Fredric
2014-10-01 9:44 Kent Fredric
2013-04-28 9:25 Kent Fredric
2013-03-02 7:02 Kent Fredric
2013-02-09 19:31 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=1412145897.bfd1e53d75745c76c7b4fefe8e36dd85605a58b1.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