public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Weather-NWS/
@ 2015-07-04  5:20 Kent Fredric
  0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2015-07-04  5:20 UTC (permalink / raw
  To: gentoo-commits

commit:     7d80ece9665e4cca70b61720c60628e6bd2d61cb
Author:     Daniel Westermann-Clark <dwc <AT> pobox <DOT> com>
AuthorDate: Thu Jul  9 17:16:52 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=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 <dwc@pobox.com>
+  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 <daniel at acceleration dot net>
+# 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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+    <herd>perl</herd>
+    <maintainer>
+        <email>dwc@pobox.com</email>
+        <name>Daniel Westermann-Clark</name>
+    </maintainer>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Weather-NWS/
@ 2015-07-04  5:20 Kent Fredric
  0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2015-07-04  5:20 UTC (permalink / raw
  To: gentoo-commits

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
+	)"


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Weather-NWS/
@ 2015-07-04  5:20 Kent Fredric
  0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2015-07-04  5:20 UTC (permalink / raw
  To: gentoo-commits

commit:     bba3ff3cb52cd3548f2db896073bc6f0f58f906b
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Jul  4 05:13:18 2015 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Jul  4 05:13:18 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=bba3ff3c

Weather-NWS: EAPI5, Normalise version, fixup tests

Package-Manager: portage-2.2.17

 dev-perl/Weather-NWS/ChangeLog                 |  8 ------
 dev-perl/Weather-NWS/Weather-NWS-0.02.ebuild   | 29 ---------------------
 dev-perl/Weather-NWS/Weather-NWS-0.20.0.ebuild | 36 ++++++++++++++++++++++++++
 3 files changed, 36 insertions(+), 37 deletions(-)

diff --git a/dev-perl/Weather-NWS/ChangeLog b/dev-perl/Weather-NWS/ChangeLog
deleted file mode 100644
index 81b5215..0000000
--- a/dev-perl/Weather-NWS/ChangeLog
+++ /dev/null
@@ -1,8 +0,0 @@
-# ChangeLog for dev-perl/Weather-NWS
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-  09 Jul 2009; Daniel Westermann-Clark <dwc@pobox.com>
-  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
deleted file mode 100644
index 29933d2..0000000
--- a/dev-perl/Weather-NWS/Weather-NWS-0.02.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=2
-
-MODULE_AUTHOR=JMCADA
-inherit perl-module
-
-SRC_URI="mirror://cpan/authors/id/J/JM/JMCADA/weather/${P}.tar.gz"
-
-DESCRIPTION="Object interface to the NWS Web services"
-
-SLOT="0"
-LICENSE="|| ( Artistic GPL-2 )"
-KEYWORDS="~amd64 ~x86"
-#SRC_TEST="do"
-
-IUSE="test"
-RDEPEND="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
-	)"

diff --git a/dev-perl/Weather-NWS/Weather-NWS-0.20.0.ebuild b/dev-perl/Weather-NWS/Weather-NWS-0.20.0.ebuild
new file mode 100644
index 0000000..c1f660f
--- /dev/null
+++ b/dev-perl/Weather-NWS/Weather-NWS-0.20.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+MODULE_AUTHOR=JMCADA
+MODULE_VERSION=0.02
+MODULE_SECTION=weather
+inherit perl-module
+
+DESCRIPTION="Object interface to the NWS Web services"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE="test"
+PERL_RM_FILES=(
+	t/01_boilerplate.t
+	t/02_pod.t
+	t/03_pod-coverage.t
+)
+# r:LWP::Simple -> libwww-perl
+# d:Test::More -> Test-Simple
+RDEPEND="
+	dev-perl/Class-Std
+	dev-perl/Readonly
+	dev-perl/SOAP-DateTime
+	dev-perl/libwww-perl"
+DEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? (
+		>=dev-perl/Test-Pod-1.140.0
+		>=dev-perl/Test-Pod-Coverage-1.40.0
+		virtual/perl-Test-Simple
+	)"


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-07-04  5:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-04  5:20 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Weather-NWS/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2015-07-04  5:20 Kent Fredric
2015-07-04  5:20 Kent Fredric

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox