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:27
Message-Id: 1435986375.c1b99fb41bf18c49b4776f3b0542189e5f627cc4.kent@gentoo
1 commit: c1b99fb41bf18c49b4776f3b0542189e5f627cc4
2 Author: Daniel Westermann-Clark <dwc <AT> pobox <DOT> com>
3 AuthorDate: Wed Jul 8 15:43:12 2009 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Sat Jul 4 05:06:15 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=c1b99fb4
7
8 [rebase-filter: dwc/Weather-NWS] Add remaning ebuilds from my perl-other overlay
9
10 dev-perl/Weather-NWS/Weather-NWS-0.02.ebuild | 27 +++++++++++++++++++++++++++
11 1 file changed, 27 insertions(+)
12
13 diff --git a/dev-perl/Weather-NWS/Weather-NWS-0.02.ebuild b/dev-perl/Weather-NWS/Weather-NWS-0.02.ebuild
14 new file mode 100644
15 index 0000000..4e3fd9b
16 --- /dev/null
17 +++ b/dev-perl/Weather-NWS/Weather-NWS-0.02.ebuild
18 @@ -0,0 +1,27 @@
19 +# Copyright Daniel Westermann-Clark <daniel at acceleration dot net>
20 +# Distributed under the terms of the GNU General Public License v2
21 +# $Header$
22 +
23 +inherit perl-module
24 +
25 +DESCRIPTION="Object interface to the NWS Web services"
26 +HOMEPAGE="http://search.cpan.org/dist/${PN}/"
27 +SRC_URI="mirror://cpan/authors/id/J/JM/JMCADA/weather/${P}.tar.gz"
28 +LICENSE="|| ( Artistic GPL-2 )"
29 +
30 +SLOT="0"
31 +KEYWORDS="amd64 x86"
32 +RESTRICT="nomirror"
33 +
34 +IUSE="test"
35 +RDEPEND="dev-lang/perl
36 + dev-perl/Class-Std
37 + dev-perl/Readonly
38 + dev-perl/SOAP-DateTime
39 + dev-perl/libwww-perl"
40 +DEPEND="${RDEPEND}
41 + test? (
42 + >=dev-perl/Test-Pod-1.14
43 + >=dev-perl/Test-Pod-Coverage-1.04
44 + virtual/perl-Test-Simple
45 + )"