* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/MooseX-App-Cmd/
@ 2011-03-18 3:09 Kent Fredric
0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2011-03-18 3:09 UTC (permalink / raw
To: gentoo-commits
commit: a5ba7f1bbf67dff5269ee774e784e88c0e3cf68f
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Mar 18 03:07:04 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Mar 18 03:07:04 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=a5ba7f1b
[migrate] MooseX-App-Cmd
(Portage version: 2.2.0_alpha27/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
---
dev-perl/MooseX-App-Cmd/ChangeLog | 6 ++++++
...md-0.06.ebuild => MooseX-App-Cmd-0.60.0.ebuild} | 1 +
2 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/dev-perl/MooseX-App-Cmd/ChangeLog b/dev-perl/MooseX-App-Cmd/ChangeLog
index d7d2dde..968e4f3 100644
--- a/dev-perl/MooseX-App-Cmd/ChangeLog
+++ b/dev-perl/MooseX-App-Cmd/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*MooseX-App-Cmd-0.60.0 (18 Mar 2011)
+
+ 18 Mar 2011; Kent Fredric <kentfredric@gmail.com>
+ -MooseX-App-Cmd-0.06.ebuild, +MooseX-App-Cmd-0.60.0.ebuild:
+ Migrate to x.y.z
+
18 Mar 2011; Kent Fredric <kentfredric@gmail.com> MooseX-App-Cmd-0.06.ebuild:
Fixdep App::Cmd
diff --git a/dev-perl/MooseX-App-Cmd/MooseX-App-Cmd-0.06.ebuild b/dev-perl/MooseX-App-Cmd/MooseX-App-Cmd-0.60.0.ebuild
similarity index 95%
rename from dev-perl/MooseX-App-Cmd/MooseX-App-Cmd-0.06.ebuild
rename to dev-perl/MooseX-App-Cmd/MooseX-App-Cmd-0.60.0.ebuild
index f1f3385..f6d91c0 100644
--- a/dev-perl/MooseX-App-Cmd/MooseX-App-Cmd-0.06.ebuild
+++ b/dev-perl/MooseX-App-Cmd/MooseX-App-Cmd-0.60.0.ebuild
@@ -3,6 +3,7 @@
# $Header: $
EAPI=2
MODULE_AUTHOR=NUFFIN
+MODULE_VERSION="0.06"
inherit perl-module
DESCRIPTION="Mashes up MooseX::Getopt and App::Cmd."
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/MooseX-App-Cmd/
@ 2011-03-18 3:09 Kent Fredric
0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2011-03-18 3:09 UTC (permalink / raw
To: gentoo-commits
commit: 90aed0198341c331f399a94de62acf718901a66b
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Mar 18 03:06:26 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Mar 18 03:06:26 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=90aed019
[fixdep] MooseX-App-Cmd -> App-Cmd
(Portage version: 2.2.0_alpha27/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
---
dev-perl/MooseX-App-Cmd/ChangeLog | 5 ++++-
dev-perl/MooseX-App-Cmd/MooseX-App-Cmd-0.06.ebuild | 4 ++--
2 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/dev-perl/MooseX-App-Cmd/ChangeLog b/dev-perl/MooseX-App-Cmd/ChangeLog
index 8678e5b..d7d2dde 100644
--- a/dev-perl/MooseX-App-Cmd/ChangeLog
+++ b/dev-perl/MooseX-App-Cmd/ChangeLog
@@ -1,7 +1,10 @@
# ChangeLog for dev-perl/MooseX-App-Cmd
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 18 Mar 2011; Kent Fredric <kentfredric@gmail.com> MooseX-App-Cmd-0.06.ebuild:
+ Fixdep App::Cmd
+
*MooseX-App-Cmd-0.06 (21 Jan 2010)
21 Jan 2010; Kent Fredric <kentfredric@gmail.com>
diff --git a/dev-perl/MooseX-App-Cmd/MooseX-App-Cmd-0.06.ebuild b/dev-perl/MooseX-App-Cmd/MooseX-App-Cmd-0.06.ebuild
index f8a893f..f1f3385 100644
--- a/dev-perl/MooseX-App-Cmd/MooseX-App-Cmd-0.06.ebuild
+++ b/dev-perl/MooseX-App-Cmd/MooseX-App-Cmd-0.06.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=2
@@ -12,7 +12,7 @@ KEYWORDS="~amd64 ~x86"
IUSE=""
COMMON_DEPEND="
dev-perl/Test-use-ok
- >=dev-perl/App-Cmd-0.3
+ >=dev-perl/App-Cmd-0.300.0
>=dev-perl/Moose-0.86
>=dev-perl/MooseX-Getopt-0.18
dev-perl/Getopt-Long-Descriptive
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/MooseX-App-Cmd/
@ 2012-03-01 11:37 Kent Fredric
0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2012-03-01 11:37 UTC (permalink / raw
To: gentoo-commits
commit: c9d9474905bb3d52240a29b3b27442147a59ec34
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Mar 1 11:00:03 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Mar 1 11:00:03 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=c9d94749
[newversion] MooseX-App-Cmd-0.70.0 ( Keymasked due to tests being broken, rt#75447 )
(Portage version: 2.2.0_alpha85/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
---
dev-perl/MooseX-App-Cmd/ChangeLog | 8 +++-
.../MooseX-App-Cmd/MooseX-App-Cmd-0.70.0.ebuild | 43 ++++++++++++++++++++
2 files changed, 50 insertions(+), 1 deletions(-)
diff --git a/dev-perl/MooseX-App-Cmd/ChangeLog b/dev-perl/MooseX-App-Cmd/ChangeLog
index 968e4f3..da23ef6 100644
--- a/dev-perl/MooseX-App-Cmd/ChangeLog
+++ b/dev-perl/MooseX-App-Cmd/ChangeLog
@@ -1,7 +1,13 @@
# ChangeLog for dev-perl/MooseX-App-Cmd
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*MooseX-App-Cmd-0.70.0 (01 Mar 2012)
+
+ 01 Mar 2012; Kent Fredric <kentfredric@gmail.com>
+ +MooseX-App-Cmd-0.70.0.ebuild:
+ Version bump, but Keymasked due to tests being broken, rt#75447
+
*MooseX-App-Cmd-0.60.0 (18 Mar 2011)
18 Mar 2011; Kent Fredric <kentfredric@gmail.com>
diff --git a/dev-perl/MooseX-App-Cmd/MooseX-App-Cmd-0.70.0.ebuild b/dev-perl/MooseX-App-Cmd/MooseX-App-Cmd-0.70.0.ebuild
new file mode 100644
index 0000000..fb324f1
--- /dev/null
+++ b/dev-perl/MooseX-App-Cmd/MooseX-App-Cmd-0.70.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=OFFERK
+MODULE_VERSION=0.07
+inherit perl-module
+
+DESCRIPTION='MooseX-App-Cmd'
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS=""
+#KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+ # ExtUtils::MakeMaker
+ echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_build() {
+ # ExtUtils::MakeMaker
+ echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_runtime() {
+ # App::Cmd 0.3 ( 0.300.0 )
+ echo \>=dev-perl/App-Cmd-0.300.0
+ # Getopt::Long::Descriptive
+ echo dev-perl/Getopt-Long-Descriptive
+ # Moose 0.86 ( 0.860.0 )
+ echo \>=dev-perl/Moose-0.860
+ # MooseX::Getopt 0.18 ( 0.180.0 )
+ echo \>=dev-perl/MooseX-Getopt-0.180.0
+ # Test::use::ok
+ echo dev-perl/Test-use-ok
+}
+DEPEND="
+ $(perl_meta_configure)
+ $(perl_meta_build)
+ $(perl_meta_runtime)
+"
+RDEPEND="
+ $(perl_meta_runtime)
+"
+SRC_TEST="broken"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/MooseX-App-Cmd/
@ 2012-03-27 9:30 Kent Fredric
0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2012-03-27 9:30 UTC (permalink / raw
To: gentoo-commits
commit: 219d4687254acd1153993c9226c092788b56ed15
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Mar 27 02:01:46 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Mar 27 02:01:46 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=219d4687
[newversion] MooseX-App-Cmd-0.90.0
(Portage version: 2.2.0_alpha95/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
---
dev-perl/MooseX-App-Cmd/ChangeLog | 6 ++
.../MooseX-App-Cmd/MooseX-App-Cmd-0.90.0.ebuild | 85 ++++++++++++++++++++
2 files changed, 91 insertions(+), 0 deletions(-)
diff --git a/dev-perl/MooseX-App-Cmd/ChangeLog b/dev-perl/MooseX-App-Cmd/ChangeLog
index da23ef6..d054c3e 100644
--- a/dev-perl/MooseX-App-Cmd/ChangeLog
+++ b/dev-perl/MooseX-App-Cmd/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*MooseX-App-Cmd-0.90.0 (27 Mar 2012)
+
+ 27 Mar 2012; Kent Fredric <kentfredric@gmail.com>
+ +MooseX-App-Cmd-0.90.0.ebuild:
+ Version Bump
+
*MooseX-App-Cmd-0.70.0 (01 Mar 2012)
01 Mar 2012; Kent Fredric <kentfredric@gmail.com>
diff --git a/dev-perl/MooseX-App-Cmd/MooseX-App-Cmd-0.90.0.ebuild b/dev-perl/MooseX-App-Cmd/MooseX-App-Cmd-0.90.0.ebuild
new file mode 100644
index 0000000..a13eeb0
--- /dev/null
+++ b/dev-perl/MooseX-App-Cmd/MooseX-App-Cmd-0.90.0.ebuild
@@ -0,0 +1,85 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=MJGARDNER
+MODULE_VERSION=0.09
+inherit perl-module
+
+DESCRIPTION='Mashes up MooseX::Getopt and App::Cmd'
+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_build() {
+ # ExtUtils::MakeMaker
+ echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_runtime() {
+ # App::Cmd 0.3 ( 0.300.0 )
+ echo \>=dev-perl/App-Cmd-0.300.0
+ # App::Cmd::Command
+ echo dev-perl/App-Cmd
+ # English
+ echo dev-lang/perl
+ # File::Basename
+ echo dev-lang/perl
+ # Getopt::Long::Descriptive 0.091 ( 0.91.0 )
+ echo \>=dev-perl/Getopt-Long-Descriptive-0.91.0
+ # Moose 0.86 ( 0.860.0 )
+ echo \>=dev-perl/Moose-0.860
+ # Moose::Object
+ echo dev-perl/Moose
+ # MooseX::Getopt 0.18 ( 0.180.0 )
+ echo \>=dev-perl/MooseX-Getopt-0.180.0
+ # MooseX::Has::Options
+ echo dev-perl/MooseX-Has-Options
+ # MooseX::MarkAsMethods
+ echo dev-perl/MooseX-MarkAsMethods
+ # Test::use::ok
+ echo dev-perl/Test-use-ok
+ # perl 5.006 ( 5.6.0 )
+ echo \>=dev-lang/perl-5.6.0
+}
+perl_meta_test() {
+ # Carp
+ # echo virtual/perl-Carp
+ # Data::Dumper
+ echo virtual/perl-Data-Dumper
+ # File::Find
+ echo dev-lang/perl
+ # File::Temp
+ echo virtual/perl-File-Temp
+ # MooseX::ConfigFromFile
+ echo dev-perl/MooseX-ConfigFromFile
+ # Scalar::Util
+ echo virtual/perl-Scalar-List-Utils
+ # Test::More 0.94 ( 0.940.0 )
+ echo \>=virtual/perl-Test-Simple-0.94
+ # Test::Output
+ echo dev-perl/Test-Output
+ # Test::Requires
+ echo dev-perl/Test-Requires
+ # YAML
+ echo dev-perl/yaml
+ # base
+ # echo virtual/perl-base
+ # strict
+ echo dev-lang/perl
+ # warnings
+ echo dev-lang/perl
+}
+DEPEND="
+ $(perl_meta_configure)
+ $(perl_meta_build)
+ $(perl_meta_runtime)
+ test? ( $(perl_meta_test) )
+"
+RDEPEND="
+ $(perl_meta_runtime)
+"
+SRC_TEST="do"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/MooseX-App-Cmd/
@ 2014-10-11 18:46 Kent Fredric
0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2014-10-11 18:46 UTC (permalink / raw
To: gentoo-commits
commit: 4a11155a42761b2d1cf5aa202ed28bb963fc64c3
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Oct 11 18:33:22 2014 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Oct 11 18:33:22 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=4a11155a
[cleanup] dev-perl/MooseX-App-Cmd remove old
Package-Manager: portage-2.2.10
---
.../MooseX-App-Cmd/MooseX-App-Cmd-0.60.0.ebuild | 27 --------------
.../MooseX-App-Cmd/MooseX-App-Cmd-0.70.0.ebuild | 43 ----------------------
2 files changed, 70 deletions(-)
diff --git a/dev-perl/MooseX-App-Cmd/MooseX-App-Cmd-0.60.0.ebuild b/dev-perl/MooseX-App-Cmd/MooseX-App-Cmd-0.60.0.ebuild
deleted file mode 100644
index b66a14c..0000000
--- a/dev-perl/MooseX-App-Cmd/MooseX-App-Cmd-0.60.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=2
-MODULE_AUTHOR=NUFFIN
-MODULE_VERSION="0.06"
-inherit perl-module
-
-DESCRIPTION="Mashes up MooseX::Getopt and App::Cmd."
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-COMMON_DEPEND="
- dev-perl/Test-use-ok
- >=dev-perl/App-Cmd-0.300.0
- >=dev-perl/Moose-0.860.0
- >=dev-perl/MooseX-Getopt-0.18
- dev-perl/Getopt-Long-Descriptive
-"
-DEPEND="
- ${COMMON_DEPEND}
-"
-RDEPEND="
- ${COMMON_DEPEND}
-"
-SRC_TEST="do"
diff --git a/dev-perl/MooseX-App-Cmd/MooseX-App-Cmd-0.70.0.ebuild b/dev-perl/MooseX-App-Cmd/MooseX-App-Cmd-0.70.0.ebuild
deleted file mode 100644
index 88b2095..0000000
--- a/dev-perl/MooseX-App-Cmd/MooseX-App-Cmd-0.70.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=OFFERK
-MODULE_VERSION=0.07
-inherit perl-module
-
-DESCRIPTION='MooseX-App-Cmd'
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS=""
-#KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
- # ExtUtils::MakeMaker
- echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_build() {
- # ExtUtils::MakeMaker
- echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_runtime() {
- # App::Cmd 0.3 ( 0.300.0 )
- echo \>=dev-perl/App-Cmd-0.300.0
- # Getopt::Long::Descriptive
- echo dev-perl/Getopt-Long-Descriptive
- # Moose 0.86 ( 0.860.0 )
- echo \>=dev-perl/Moose-0.860.0
- # MooseX::Getopt 0.18 ( 0.180.0 )
- echo \>=dev-perl/MooseX-Getopt-0.180.0
- # Test::use::ok
- echo dev-perl/Test-use-ok
-}
-DEPEND="
- $(perl_meta_configure)
- $(perl_meta_build)
- $(perl_meta_runtime)
-"
-RDEPEND="
- $(perl_meta_runtime)
-"
-SRC_TEST="broken"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/MooseX-App-Cmd/
@ 2015-03-26 1:03 Kent Fredric
0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2015-03-26 1:03 UTC (permalink / raw
To: gentoo-commits
commit: a3ec72deae7e4f7c5246b2e24b3b5073114ef7a7
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Mar 26 00:56:20 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Mar 26 00:56:41 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=a3ec72de
[bump] MooseX-App-Cmd-0.300.0
Package-Manager: portage-2.2.17
.../MooseX-App-Cmd/MooseX-App-Cmd-0.300.0.ebuild | 37 ++++++++++
.../MooseX-App-Cmd/MooseX-App-Cmd-0.90.0.ebuild | 85 ----------------------
2 files changed, 37 insertions(+), 85 deletions(-)
diff --git a/dev-perl/MooseX-App-Cmd/MooseX-App-Cmd-0.300.0.ebuild b/dev-perl/MooseX-App-Cmd/MooseX-App-Cmd-0.300.0.ebuild
new file mode 100644
index 0000000..a52ce91
--- /dev/null
+++ b/dev-perl/MooseX-App-Cmd/MooseX-App-Cmd-0.300.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=ETHER
+MODULE_VERSION=0.30
+inherit perl-module
+
+DESCRIPTION='Mashes up MooseX::Getopt and App::Cmd'
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+# App::Cmd::Command -> App-Cmd
+# English -> perl
+# File::Basename -> perl
+# Moose::Object -> Moose
+# YAML -> yaml
+# base -> perl
+RDEPEND="
+ >=dev-perl/App-Cmd-0.321.0
+ >=dev-perl/Getopt-Long-Descriptive-0.91.0
+ dev-perl/Moose
+ dev-perl/MooseX-Getopt
+ dev-perl/namespace-autoclean
+"
+DEPEND="
+ ${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ virtual/perl-Data-Dumper
+ virtual/perl-File-Spec
+ >=virtual/perl-Test-Simple-0.880.0
+ dev-perl/Test-Output
+ dev-perl/yaml
+ )
+"
diff --git a/dev-perl/MooseX-App-Cmd/MooseX-App-Cmd-0.90.0.ebuild b/dev-perl/MooseX-App-Cmd/MooseX-App-Cmd-0.90.0.ebuild
deleted file mode 100644
index aec2c09..0000000
--- a/dev-perl/MooseX-App-Cmd/MooseX-App-Cmd-0.90.0.ebuild
+++ /dev/null
@@ -1,85 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=MJGARDNER
-MODULE_VERSION=0.09
-inherit perl-module
-
-DESCRIPTION='Mashes up MooseX::Getopt and App::Cmd'
-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_build() {
- # ExtUtils::MakeMaker
- echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_runtime() {
- # App::Cmd 0.3 ( 0.300.0 )
- echo \>=dev-perl/App-Cmd-0.300.0
- # App::Cmd::Command
- echo dev-perl/App-Cmd
- # English
- echo dev-lang/perl
- # File::Basename
- echo dev-lang/perl
- # Getopt::Long::Descriptive 0.091 ( 0.91.0 )
- echo \>=dev-perl/Getopt-Long-Descriptive-0.91.0
- # Moose 0.86 ( 0.860.0 )
- echo \>=dev-perl/Moose-0.860.0
- # Moose::Object
- echo dev-perl/Moose
- # MooseX::Getopt 0.18 ( 0.180.0 )
- echo \>=dev-perl/MooseX-Getopt-0.180.0
- # MooseX::Has::Options
- echo dev-perl/MooseX-Has-Options
- # MooseX::MarkAsMethods
- echo dev-perl/MooseX-MarkAsMethods
- # Test::use::ok
- echo dev-perl/Test-use-ok
- # perl 5.006 ( 5.6.0 )
- echo \>=dev-lang/perl-5.6.0
-}
-perl_meta_test() {
- # Carp
- # echo virtual/perl-Carp
- # Data::Dumper
- echo virtual/perl-Data-Dumper
- # File::Find
- echo dev-lang/perl
- # File::Temp
- echo virtual/perl-File-Temp
- # MooseX::ConfigFromFile
- echo dev-perl/MooseX-ConfigFromFile
- # Scalar::Util
- echo virtual/perl-Scalar-List-Utils
- # Test::More 0.94 ( 0.940.0 )
- echo \>=virtual/perl-Test-Simple-0.94
- # Test::Output
- echo dev-perl/Test-Output
- # Test::Requires
- echo dev-perl/Test-Requires
- # YAML
- echo dev-perl/yaml
- # base
- # echo virtual/perl-base
- # strict
- echo dev-lang/perl
- # warnings
- echo dev-lang/perl
-}
-DEPEND="
- $(perl_meta_configure)
- $(perl_meta_build)
- $(perl_meta_runtime)
- test? ( $(perl_meta_test) )
-"
-RDEPEND="
- $(perl_meta_runtime)
-"
-SRC_TEST="do"
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2015-03-26 1:03 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-18 3:09 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/MooseX-App-Cmd/ Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2011-03-18 3:09 Kent Fredric
2012-03-01 11:37 Kent Fredric
2012-03-27 9:30 Kent Fredric
2014-10-11 18:46 Kent Fredric
2015-03-26 1:03 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox