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:16
Message-Id: 1435986375.7d80ece9665e4cca70b61720c60628e6bd2d61cb.kent@gentoo
1 commit: 7d80ece9665e4cca70b61720c60628e6bd2d61cb
2 Author: Daniel Westermann-Clark <dwc <AT> pobox <DOT> com>
3 AuthorDate: Thu Jul 9 17:16:52 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=7d80ece9
7
8 [rebase-filter: dwc/Weather-NWS] Convert to EAPI=2 and add metadata.xml
9 (Portage version: 2.1.6.13/git/Linux x86_64)
10 (Signed Manifest commit)
11
12 dev-perl/Weather-NWS/ChangeLog | 8 ++++++++
13 dev-perl/Weather-NWS/Weather-NWS-0.02.ebuild | 20 +++++++++++---------
14 dev-perl/Weather-NWS/metadata.xml | 9 +++++++++
15 3 files changed, 28 insertions(+), 9 deletions(-)
16
17 diff --git a/dev-perl/Weather-NWS/ChangeLog b/dev-perl/Weather-NWS/ChangeLog
18 new file mode 100644
19 index 0000000..81b5215
20 --- /dev/null
21 +++ b/dev-perl/Weather-NWS/ChangeLog
22 @@ -0,0 +1,8 @@
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 index 4e3fd9b..29933d2 100644
34 --- a/dev-perl/Weather-NWS/Weather-NWS-0.02.ebuild
35 +++ b/dev-perl/Weather-NWS/Weather-NWS-0.02.ebuild
36 @@ -1,21 +1,23 @@
37 -# Copyright Daniel Westermann-Clark <daniel at acceleration dot net>
38 +# Copyright 1999-2009 Gentoo Foundation
39 # Distributed under the terms of the GNU General Public License v2
40 -# $Header$
41 +# $Header: $
42
43 +EAPI=2
44 +
45 +MODULE_AUTHOR=JMCADA
46 inherit perl-module
47
48 -DESCRIPTION="Object interface to the NWS Web services"
49 -HOMEPAGE="http://search.cpan.org/dist/${PN}/"
50 SRC_URI="mirror://cpan/authors/id/J/JM/JMCADA/weather/${P}.tar.gz"
51 -LICENSE="|| ( Artistic GPL-2 )"
52 +
53 +DESCRIPTION="Object interface to the NWS Web services"
54
55 SLOT="0"
56 -KEYWORDS="amd64 x86"
57 -RESTRICT="nomirror"
58 +LICENSE="|| ( Artistic GPL-2 )"
59 +KEYWORDS="~amd64 ~x86"
60 +#SRC_TEST="do"
61
62 IUSE="test"
63 -RDEPEND="dev-lang/perl
64 - dev-perl/Class-Std
65 +RDEPEND="dev-perl/Class-Std
66 dev-perl/Readonly
67 dev-perl/SOAP-DateTime
68 dev-perl/libwww-perl"
69
70 diff --git a/dev-perl/Weather-NWS/metadata.xml b/dev-perl/Weather-NWS/metadata.xml
71 new file mode 100644
72 index 0000000..743b271
73 --- /dev/null
74 +++ b/dev-perl/Weather-NWS/metadata.xml
75 @@ -0,0 +1,9 @@
76 +<?xml version="1.0" encoding="UTF-8"?>
77 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
78 +<pkgmetadata>
79 + <herd>perl</herd>
80 + <maintainer>
81 + <email>dwc@×××××.com</email>
82 + <name>Daniel Westermann-Clark</name>
83 + </maintainer>
84 +</pkgmetadata>