commit:     bba3ff3cb52cd3548f2db896073bc6f0f58f906b
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Jul  4 05:13:18 2015 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Jul  4 05:13:18 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=bba3ff3c

Weather-NWS: EAPI5, Normalise version, fixup tests

Package-Manager: portage-2.2.17

 dev-perl/Weather-NWS/ChangeLog                 |  8 ------
 dev-perl/Weather-NWS/Weather-NWS-0.02.ebuild   | 29 ---------------------
 dev-perl/Weather-NWS/Weather-NWS-0.20.0.ebuild | 36 ++++++++++++++++++++++++++
 3 files changed, 36 insertions(+), 37 deletions(-)

diff --git a/dev-perl/Weather-NWS/ChangeLog b/dev-perl/Weather-NWS/ChangeLog
deleted file mode 100644
index 81b5215..0000000
--- a/dev-perl/Weather-NWS/ChangeLog
+++ /dev/null
@@ -1,8 +0,0 @@
-# ChangeLog for dev-perl/Weather-NWS
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-  09 Jul 2009; Daniel Westermann-Clark <[email protected]>
-  Weather-NWS-0.02.ebuild, +metadata.xml:
-  Convert to EAPI=2 and add metadata.xml
-

diff --git a/dev-perl/Weather-NWS/Weather-NWS-0.02.ebuild 
b/dev-perl/Weather-NWS/Weather-NWS-0.02.ebuild
deleted file mode 100644
index 29933d2..0000000
--- a/dev-perl/Weather-NWS/Weather-NWS-0.02.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=2
-
-MODULE_AUTHOR=JMCADA
-inherit perl-module
-
-SRC_URI="mirror://cpan/authors/id/J/JM/JMCADA/weather/${P}.tar.gz"
-
-DESCRIPTION="Object interface to the NWS Web services"
-
-SLOT="0"
-LICENSE="|| ( Artistic GPL-2 )"
-KEYWORDS="~amd64 ~x86"
-#SRC_TEST="do"
-
-IUSE="test"
-RDEPEND="dev-perl/Class-Std
-       dev-perl/Readonly
-       dev-perl/SOAP-DateTime
-       dev-perl/libwww-perl"
-DEPEND="${RDEPEND}
-       test? (
-               >=dev-perl/Test-Pod-1.14
-               >=dev-perl/Test-Pod-Coverage-1.04
-               virtual/perl-Test-Simple
-       )"

diff --git a/dev-perl/Weather-NWS/Weather-NWS-0.20.0.ebuild 
b/dev-perl/Weather-NWS/Weather-NWS-0.20.0.ebuild
new file mode 100644
index 0000000..c1f660f
--- /dev/null
+++ b/dev-perl/Weather-NWS/Weather-NWS-0.20.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+MODULE_AUTHOR=JMCADA
+MODULE_VERSION=0.02
+MODULE_SECTION=weather
+inherit perl-module
+
+DESCRIPTION="Object interface to the NWS Web services"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE="test"
+PERL_RM_FILES=(
+       t/01_boilerplate.t
+       t/02_pod.t
+       t/03_pod-coverage.t
+)
+# r:LWP::Simple -> libwww-perl
+# d:Test::More -> Test-Simple
+RDEPEND="
+       dev-perl/Class-Std
+       dev-perl/Readonly
+       dev-perl/SOAP-DateTime
+       dev-perl/libwww-perl"
+DEPEND="${RDEPEND}
+       virtual/perl-ExtUtils-MakeMaker
+       test? (
+               >=dev-perl/Test-Pod-1.140.0
+               >=dev-perl/Test-Pod-Coverage-1.40.0
+               virtual/perl-Test-Simple
+       )"

Reply via email to