Gentoo Archives: gentoo-commits

From: Kent Fredric <kentfredric@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Weather-NWS/
Date: Sat, 04 Jul 2015 05:21:26
Message-Id: 1435986798.bba3ff3cb52cd3548f2db896073bc6f0f58f906b.kent@gentoo
1 commit: bba3ff3cb52cd3548f2db896073bc6f0f58f906b
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Sat Jul 4 05:13:18 2015 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Sat Jul 4 05:13:18 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=bba3ff3c
7
8 Weather-NWS: EAPI5, Normalise version, fixup tests
9
10 Package-Manager: portage-2.2.17
11
12 dev-perl/Weather-NWS/ChangeLog | 8 ------
13 dev-perl/Weather-NWS/Weather-NWS-0.02.ebuild | 29 ---------------------
14 dev-perl/Weather-NWS/Weather-NWS-0.20.0.ebuild | 36 ++++++++++++++++++++++++++
15 3 files changed, 36 insertions(+), 37 deletions(-)
16
17 diff --git a/dev-perl/Weather-NWS/ChangeLog b/dev-perl/Weather-NWS/ChangeLog
18 deleted file mode 100644
19 index 81b5215..0000000
20 --- a/dev-perl/Weather-NWS/ChangeLog
21 +++ /dev/null
22 @@ -1,8 +0,0 @@
23 -# ChangeLog for dev-perl/Weather-NWS
24 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
25 -# $Header: $
26 -
27 - 09 Jul 2009; Daniel Westermann-Clark <dwc@×××××.com>
28 - Weather-NWS-0.02.ebuild, +metadata.xml:
29 - Convert to EAPI=2 and add metadata.xml
30 -
31
32 diff --git a/dev-perl/Weather-NWS/Weather-NWS-0.02.ebuild b/dev-perl/Weather-NWS/Weather-NWS-0.02.ebuild
33 deleted file mode 100644
34 index 29933d2..0000000
35 --- a/dev-perl/Weather-NWS/Weather-NWS-0.02.ebuild
36 +++ /dev/null
37 @@ -1,29 +0,0 @@
38 -# Copyright 1999-2009 Gentoo Foundation
39 -# Distributed under the terms of the GNU General Public License v2
40 -# $Header: $
41 -
42 -EAPI=2
43 -
44 -MODULE_AUTHOR=JMCADA
45 -inherit perl-module
46 -
47 -SRC_URI="mirror://cpan/authors/id/J/JM/JMCADA/weather/${P}.tar.gz"
48 -
49 -DESCRIPTION="Object interface to the NWS Web services"
50 -
51 -SLOT="0"
52 -LICENSE="|| ( Artistic GPL-2 )"
53 -KEYWORDS="~amd64 ~x86"
54 -#SRC_TEST="do"
55 -
56 -IUSE="test"
57 -RDEPEND="dev-perl/Class-Std
58 - dev-perl/Readonly
59 - dev-perl/SOAP-DateTime
60 - dev-perl/libwww-perl"
61 -DEPEND="${RDEPEND}
62 - test? (
63 - >=dev-perl/Test-Pod-1.14
64 - >=dev-perl/Test-Pod-Coverage-1.04
65 - virtual/perl-Test-Simple
66 - )"
67
68 diff --git a/dev-perl/Weather-NWS/Weather-NWS-0.20.0.ebuild b/dev-perl/Weather-NWS/Weather-NWS-0.20.0.ebuild
69 new file mode 100644
70 index 0000000..c1f660f
71 --- /dev/null
72 +++ b/dev-perl/Weather-NWS/Weather-NWS-0.20.0.ebuild
73 @@ -0,0 +1,36 @@
74 +# Copyright 1999-2015 Gentoo Foundation
75 +# Distributed under the terms of the GNU General Public License v2
76 +# $Header: $
77 +
78 +EAPI=5
79 +
80 +MODULE_AUTHOR=JMCADA
81 +MODULE_VERSION=0.02
82 +MODULE_SECTION=weather
83 +inherit perl-module
84 +
85 +DESCRIPTION="Object interface to the NWS Web services"
86 +
87 +SLOT="0"
88 +KEYWORDS="~amd64 ~x86"
89 +
90 +IUSE="test"
91 +PERL_RM_FILES=(
92 + t/01_boilerplate.t
93 + t/02_pod.t
94 + t/03_pod-coverage.t
95 +)
96 +# r:LWP::Simple -> libwww-perl
97 +# d:Test::More -> Test-Simple
98 +RDEPEND="
99 + dev-perl/Class-Std
100 + dev-perl/Readonly
101 + dev-perl/SOAP-DateTime
102 + dev-perl/libwww-perl"
103 +DEPEND="${RDEPEND}
104 + virtual/perl-ExtUtils-MakeMaker
105 + test? (
106 + >=dev-perl/Test-Pod-1.140.0
107 + >=dev-perl/Test-Pod-Coverage-1.40.0
108 + virtual/perl-Test-Simple
109 + )"