commit:     943dbade39b437d6b69fe0651f906f997c0b254b
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Sep  3 00:27:50 2014 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Sep  3 00:27:50 2014 +0000
URL:        
http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=943dbade

[fixup] dev-perl/String-Diff EAPI5, cleanup deps

Package-Manager: portage-2.2.10

---
 dev-perl/String-Diff/ChangeLog                    |  6 ++++
 dev-perl/String-Diff/String-Diff-0.60.0-r1.ebuild | 24 ++++++++++++++
 dev-perl/String-Diff/String-Diff-0.60.0.ebuild    | 40 -----------------------
 3 files changed, 30 insertions(+), 40 deletions(-)

diff --git a/dev-perl/String-Diff/ChangeLog b/dev-perl/String-Diff/ChangeLog
index 355e7b4..4248b69 100644
--- a/dev-perl/String-Diff/ChangeLog
+++ b/dev-perl/String-Diff/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*String-Diff-0.60.0-r1 (03 Sep 2014)
+
+  03 Sep 2014; Kent Fredric <[email protected]> -String-Diff-0.60.0.ebuild,
+  +String-Diff-0.60.0-r1.ebuild:
+  EAPI5, cleanup deps
+
   03 Sep 2014; Kent Fredric <[email protected]> -String-Diff-0.40.0.ebuild,
   -String-Diff-0.50.0.ebuild:
   Remove old EAPIs

diff --git a/dev-perl/String-Diff/String-Diff-0.60.0-r1.ebuild 
b/dev-perl/String-Diff/String-Diff-0.60.0-r1.ebuild
new file mode 100644
index 0000000..7234382
--- /dev/null
+++ b/dev-perl/String-Diff/String-Diff-0.60.0-r1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=YAPPO
+MODULE_VERSION=0.06
+inherit perl-module
+
+DESCRIPTION='Simple diff to String'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+RDEPEND="
+       dev-perl/Algorithm-Diff
+"
+DEPEND="
+       $DEPEND
+       >=virtual/perl-ExtUtils-MakeMaker-6.360.0
+       dev-perl/Test-Base
+       virtual/perl-Test-Simple
+       dev-perl/yaml
+"
+SRC_TEST="do"

diff --git a/dev-perl/String-Diff/String-Diff-0.60.0.ebuild 
b/dev-perl/String-Diff/String-Diff-0.60.0.ebuild
deleted file mode 100644
index b880b24..0000000
--- a/dev-perl/String-Diff/String-Diff-0.60.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=YAPPO
-MODULE_VERSION=0.06
-inherit perl-module
-
-DESCRIPTION='Simple diff to String'
-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
-       # Test::Base
-       echo dev-perl/Test-Base
-       # Test::More
-       echo virtual/perl-Test-Simple
-       # YAML
-       echo dev-perl/yaml
-}
-perl_meta_runtime() {
-       # Algorithm::Diff
-       echo dev-perl/Algorithm-Diff
-}
-DEPEND="
-       $(perl_meta_configure)
-       $(perl_meta_build)
-       $(perl_meta_runtime)
-"
-RDEPEND="
-       $(perl_meta_runtime)
-"
-SRC_TEST="do"

Reply via email to