From: "Kent Fredric" <kentfredric@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Weather-NWS/
Date: Sat, 4 Jul 2015 05:20:58 +0000 (UTC) [thread overview]
Message-ID: <1435986798.bba3ff3cb52cd3548f2db896073bc6f0f58f906b.kent@gentoo> (raw)
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 <dwc@pobox.com>
- 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
+ )"
next reply other threads:[~2015-07-04 5:21 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-04 5:20 Kent Fredric [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-07-04 5:20 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Weather-NWS/ Kent Fredric
2015-07-04 5:20 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=1435986798.bba3ff3cb52cd3548f2db896073bc6f0f58f906b.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