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 83DED138CEE for ; Sat, 4 Jul 2015 05:21:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0DCDF14066; Sat, 4 Jul 2015 05:21:07 +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 8DC5814066 for ; Sat, 4 Jul 2015 05:21:01 +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 CA6A834091F 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 8A745754 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.7d80ece9665e4cca70b61720c60628e6bd2d61cb.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/ChangeLog dev-perl/Weather-NWS/Weather-NWS-0.02.ebuild dev-perl/Weather-NWS/metadata.xml X-VCS-Directories: dev-perl/Weather-NWS/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 7d80ece9665e4cca70b61720c60628e6bd2d61cb 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: a45fbfb0-13de-4c6c-9e31-6dfcab7bbd6c X-Archives-Hash: bf8b38ccb16339bc4c7cd9181174b589 commit: 7d80ece9665e4cca70b61720c60628e6bd2d61cb Author: Daniel Westermann-Clark pobox com> AuthorDate: Thu Jul 9 17:16:52 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=7d80ece9 [rebase-filter: dwc/Weather-NWS] Convert to EAPI=2 and add metadata.xml (Portage version: 2.1.6.13/git/Linux x86_64) (Signed Manifest commit) dev-perl/Weather-NWS/ChangeLog | 8 ++++++++ dev-perl/Weather-NWS/Weather-NWS-0.02.ebuild | 20 +++++++++++--------- dev-perl/Weather-NWS/metadata.xml | 9 +++++++++ 3 files changed, 28 insertions(+), 9 deletions(-) diff --git a/dev-perl/Weather-NWS/ChangeLog b/dev-perl/Weather-NWS/ChangeLog new file mode 100644 index 0000000..81b5215 --- /dev/null +++ b/dev-perl/Weather-NWS/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for dev-perl/Weather-NWS +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + + 09 Jul 2009; Daniel Westermann-Clark + 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 index 4e3fd9b..29933d2 100644 --- a/dev-perl/Weather-NWS/Weather-NWS-0.02.ebuild +++ b/dev-perl/Weather-NWS/Weather-NWS-0.02.ebuild @@ -1,21 +1,23 @@ -# Copyright Daniel Westermann-Clark +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header$ +# $Header: $ +EAPI=2 + +MODULE_AUTHOR=JMCADA 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 )" + +DESCRIPTION="Object interface to the NWS Web services" SLOT="0" -KEYWORDS="amd64 x86" -RESTRICT="nomirror" +LICENSE="|| ( Artistic GPL-2 )" +KEYWORDS="~amd64 ~x86" +#SRC_TEST="do" IUSE="test" -RDEPEND="dev-lang/perl - dev-perl/Class-Std +RDEPEND="dev-perl/Class-Std dev-perl/Readonly dev-perl/SOAP-DateTime dev-perl/libwww-perl" diff --git a/dev-perl/Weather-NWS/metadata.xml b/dev-perl/Weather-NWS/metadata.xml new file mode 100644 index 0000000..743b271 --- /dev/null +++ b/dev-perl/Weather-NWS/metadata.xml @@ -0,0 +1,9 @@ + + + + perl + + dwc@pobox.com + Daniel Westermann-Clark + +