public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Geo-Coordinates-DecimalDegrees/
@ 2013-03-28  8:03 Michele Beltrame
  0 siblings, 0 replies; 3+ messages in thread
From: Michele Beltrame @ 2013-03-28  8:03 UTC (permalink / raw
  To: gentoo-commits

commit:     43529a9c2915b674ecfa8c3122c9b94a70ae90da
Author:     Michele Beltrame <mb <AT> cattlegrid <DOT> info>
AuthorDate: Thu Mar 28 08:02:52 2013 +0000
Commit:     Michele Beltrame <mb <AT> italpro <DOT> net>
CommitDate: Thu Mar 28 08:02:52 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=43529a9c

Add Geo-Coordinates-DecimalDegrees

---
 dev-perl/Geo-Coordinates-DecimalDegrees/ChangeLog  |   10 ++++++++++
 .../Geo-Coordinates-DecimalDegrees-0.90.0.ebuild   |   17 +++++++++++++++++
 .../Geo-Coordinates-DecimalDegrees/metadata.xml    |   12 ++++++++++++
 3 files changed, 39 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Geo-Coordinates-DecimalDegrees/ChangeLog b/dev-perl/Geo-Coordinates-DecimalDegrees/ChangeLog
new file mode 100644
index 0000000..26a822c
--- /dev/null
+++ b/dev-perl/Geo-Coordinates-DecimalDegrees/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-perl/Geo-Coordinates-DecimalDegrees
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*Geo-Coordinates-DecimalDegrees-0.90.0 (28 Mar 2013)
+
+  28 Mar 2013; Michele Beltrame <m@cattlegrid.info>
+  +Geo-Coordinates-DecimalDegrees-0.90.0.ebuild, +metadata.xml:
+  First
+

diff --git a/dev-perl/Geo-Coordinates-DecimalDegrees/Geo-Coordinates-DecimalDegrees-0.90.0.ebuild b/dev-perl/Geo-Coordinates-DecimalDegrees/Geo-Coordinates-DecimalDegrees-0.90.0.ebuild
new file mode 100644
index 0000000..38e334b
--- /dev/null
+++ b/dev-perl/Geo-Coordinates-DecimalDegrees/Geo-Coordinates-DecimalDegrees-0.90.0.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=WALTMAN
+MODULE_VERSION=0.09
+inherit perl-module
+
+DESCRIPTION='Convert between degrees/minutes/seconds and decimal degrees'
+LICENSE=" Artistic-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+DEPEND="
+    dev-perl/Test-Number-Delta
+"
+RDEPEND=""
+SRC_TEST="do"

diff --git a/dev-perl/Geo-Coordinates-DecimalDegrees/metadata.xml b/dev-perl/Geo-Coordinates-DecimalDegrees/metadata.xml
new file mode 100644
index 0000000..651f776
--- /dev/null
+++ b/dev-perl/Geo-Coordinates-DecimalDegrees/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+    <herd>perl</herd>
+    <maintainer>
+        <email>mb@cattlegrid.info</email>
+        <name>Michele Beltrame</name>
+    </maintainer>
+    <upstream>
+        <remote-id type="cpan">Geo::Coordinates::DecimalDegrees</remote-id>
+    </upstream>
+</pkgmetadata>


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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Geo-Coordinates-DecimalDegrees/
@ 2015-06-20 22:13 Kent Fredric
  0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2015-06-20 22:13 UTC (permalink / raw
  To: gentoo-commits

commit:     6ed9eb0df3818c5f6a2a8ab4487f8c2868d106a4
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Jun 20 21:56:53 2015 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Jun 20 21:56:53 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=6ed9eb0d

[fixup] Geo-Cooridinates-DecimalDegrees: Minor syntax errors

Package-Manager: portage-2.2.17

 .../Geo-Coordinates-DecimalDegrees-0.90.0.ebuild                      | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Geo-Coordinates-DecimalDegrees/Geo-Coordinates-DecimalDegrees-0.90.0.ebuild b/dev-perl/Geo-Coordinates-DecimalDegrees/Geo-Coordinates-DecimalDegrees-0.90.0.ebuild
index 38e334b..65604cb 100644
--- a/dev-perl/Geo-Coordinates-DecimalDegrees/Geo-Coordinates-DecimalDegrees-0.90.0.ebuild
+++ b/dev-perl/Geo-Coordinates-DecimalDegrees/Geo-Coordinates-DecimalDegrees-0.90.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 EAPI=5
@@ -11,7 +11,7 @@ LICENSE=" Artistic-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 DEPEND="
-    dev-perl/Test-Number-Delta
+	dev-perl/Test-Number-Delta
 "
 RDEPEND=""
 SRC_TEST="do"


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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Geo-Coordinates-DecimalDegrees/
@ 2015-08-29 14:22 Kent Fredric
  0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2015-08-29 14:22 UTC (permalink / raw
  To: gentoo-commits

commit:     3c231d05106539579a93ce7b810c4089fe1c7463
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Aug 29 13:11:37 2015 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Aug 29 13:11:37 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=3c231d05

dev-perl/Geo-Coordinates-DecimalDegrees: Fix broken metadata.xml remote-ids

Package-Manager: portage-2.2.17

 dev-perl/Geo-Coordinates-DecimalDegrees/metadata.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-perl/Geo-Coordinates-DecimalDegrees/metadata.xml b/dev-perl/Geo-Coordinates-DecimalDegrees/metadata.xml
index e1be7c1..647ced1 100644
--- a/dev-perl/Geo-Coordinates-DecimalDegrees/metadata.xml
+++ b/dev-perl/Geo-Coordinates-DecimalDegrees/metadata.xml
@@ -7,6 +7,7 @@
 		<name>Michele Beltrame</name>
 	</maintainer>
 	<upstream>
-		<remote-id type="cpan">Geo::Coordinates::DecimalDegrees</remote-id>
+		<remote-id type="cpan">Geo-Coordinates-DecimalDegrees</remote-id>
+		<remote-id type="cpan-module">Geo::Coordinates::DecimalDegrees</remote-id>
 	</upstream>
 </pkgmetadata>


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

end of thread, other threads:[~2015-08-29 14:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-29 14:22 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Geo-Coordinates-DecimalDegrees/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2015-06-20 22:13 Kent Fredric
2013-03-28  8:03 Michele Beltrame

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