commit:     c1b99fb41bf18c49b4776f3b0542189e5f627cc4
Author:     Daniel Westermann-Clark <dwc <AT> pobox <DOT> com>
AuthorDate: Wed Jul  8 15:43:12 2009 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Jul  4 05:06:15 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=c1b99fb4

[rebase-filter: dwc/Weather-NWS] Add remaning ebuilds from my perl-other overlay

 dev-perl/Weather-NWS/Weather-NWS-0.02.ebuild | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/dev-perl/Weather-NWS/Weather-NWS-0.02.ebuild 
b/dev-perl/Weather-NWS/Weather-NWS-0.02.ebuild
new file mode 100644
index 0000000..4e3fd9b
--- /dev/null
+++ b/dev-perl/Weather-NWS/Weather-NWS-0.02.ebuild
@@ -0,0 +1,27 @@
+# Copyright Daniel Westermann-Clark <daniel at acceleration dot net>
+# Distributed under the terms of the GNU General Public License v2
+# $Header$
+
+inherit perl-module
+
+DESCRIPTION="Object interface to the NWS Web services"
+HOMEPAGE="http://search.cpan.org/dist/${PN}/";
+SRC_URI="mirror://cpan/authors/id/J/JM/JMCADA/weather/${P}.tar.gz"
+LICENSE="|| ( Artistic GPL-2 )"
+
+SLOT="0"
+KEYWORDS="amd64 x86"
+RESTRICT="nomirror"
+
+IUSE="test"
+RDEPEND="dev-lang/perl
+       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
+       )"

Reply via email to