commit: b76dae40249402ccfd9563eda332e10ed5745ba5
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Mar 26 02:27:16 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Mar 26 02:27:16 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=b76dae40
[bump] Getopt-Euclid-0.4.5
Package-Manager: portage-2.2.17
.../Getopt-Euclid/Getopt-Euclid-0.4.0-r1.ebuild | 53 ----------------------
dev-perl/Getopt-Euclid/Getopt-Euclid-0.4.5.ebuild | 37 +++++++++++++++
2 files changed, 37 insertions(+), 53 deletions(-)
diff --git a/dev-perl/Getopt-Euclid/Getopt-Euclid-0.4.0-r1.ebuild
b/dev-perl/Getopt-Euclid/Getopt-Euclid-0.4.0-r1.ebuild
deleted file mode 100644
index 3797470..0000000
--- a/dev-perl/Getopt-Euclid/Getopt-Euclid-0.4.0-r1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-MODULE_AUTHOR=FANGLY
-MODULE_VERSION=0.4.0
-inherit perl-module
-
-DESCRIPTION='Executable Uniform Command-Line Interface Descriptions'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
- echo virtual/perl-Module-Build
- # ExtUtils::MakeMaker 6.36 ( 6.360.0 )
- echo \>=virtual/perl-ExtUtils-MakeMaker-6.360.0
-}
-perl_meta_build() {
- # ExtUtils::MakeMaker 6.36 ( 6.360.0 )
- echo \>=virtual/perl-ExtUtils-MakeMaker-6.36
- # Pod::Checker
- echo virtual/perl-Pod-Checker
- # Test::More
- echo virtual/perl-Test-Simple
-}
-perl_meta_runtime() {
- # File::Basename
- echo dev-lang/perl
- # File::Spec::Functions
- echo virtual/perl-File-Spec
- # List::Util
- echo virtual/perl-Scalar-List-Utils
- # Pod::PlainText
- echo virtual/perl-Pod-Parser
- # Pod::Select
- echo virtual/perl-Pod-Parser
- # Text::Balanced
- echo virtual/perl-Text-Balanced
- # perl 5.005 ( 5.5.0 )
- echo \>=dev-lang/perl-5.5.0
- # version
- echo virtual/perl-version
-}
-DEPEND="
- $(perl_meta_configure)
- $(perl_meta_build)
- $(perl_meta_runtime)
-"
-RDEPEND="
- $(perl_meta_runtime)
-"
-SRC_TEST="do"
diff --git a/dev-perl/Getopt-Euclid/Getopt-Euclid-0.4.5.ebuild
b/dev-perl/Getopt-Euclid/Getopt-Euclid-0.4.5.ebuild
new file mode 100644
index 0000000..954bb96
--- /dev/null
+++ b/dev-perl/Getopt-Euclid/Getopt-Euclid-0.4.5.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=FANGLY
+MODULE_VERSION=0.4.5
+inherit perl-module
+
+DESCRIPTION='Executable Uniform Command-Line Interface Descriptions'
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+PERL_RM_FILES=(
+ t/pod.t
+ t/pod_coverage.t
+)
+# Pod::Select -> Pod-Parser
+# Pod::PlainText -> Pod-Parser
+# File::Basename -> perl
+# File::Spec::Functions -> File-Spec
+# List::Util -> Scalar-List-Utils
+RDEPEND="
+ virtual/perl-version
+ virtual/perl-Pod-Parser
+ virtual/perl-File-Spec
+ virtual/perl-Scalar-List-Utils
+ virtual/perl-Text-Balanced
+"
+DEPEND="
+ ${RDEPEND}
+ virtual/perl-Module-Build
+ test? (
+ virtual/perl-Test-Simple
+ virtual/perl-Pod-Checker
+ )
+"