From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id C297F138CEE for ; Sat, 4 Jul 2015 05:21:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F02EF1406F; Sat, 4 Jul 2015 05:21:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8F7BE1406F for ; Sat, 4 Jul 2015 05:21:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C97083408FE for ; Sat, 4 Jul 2015 05:21:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 78A0C752 for ; Sat, 4 Jul 2015 05:20:58 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1435986375.c1b99fb41bf18c49b4776f3b0542189e5f627cc4.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Weather-NWS/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Weather-NWS/Weather-NWS-0.02.ebuild X-VCS-Directories: dev-perl/Weather-NWS/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: c1b99fb41bf18c49b4776f3b0542189e5f627cc4 X-VCS-Branch: master Date: Sat, 4 Jul 2015 05:20:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 86cd48d6-8a13-4e7c-b2db-0878471ef0bf X-Archives-Hash: f4d22ba982ac94f595098e00570baa63 commit: c1b99fb41bf18c49b4776f3b0542189e5f627cc4 Author: Daniel Westermann-Clark pobox com> AuthorDate: Wed Jul 8 15:43:12 2009 +0000 Commit: Kent Fredric gmail 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 +# 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 + )"