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

commit:     7b91ae5d32cbdfad3569b971ed671aa46785755e
Author:     Daniel Westermann-Clark <dwc <AT> pobox <DOT> com>
AuthorDate: Thu Jul  9 16:06:18 2009 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Jul  4 02:37:27 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=7b91ae5d

[rebase-filter: dwc/SOAP-DateTime] Convert to EAPI=2 and add metadata.xml
(Portage version: 2.1.6.13/git/Linux x86_64)
 (Signed Manifest commit)

 dev-perl/SOAP-DateTime/ChangeLog                 |  8 ++++++++
 dev-perl/SOAP-DateTime/SOAP-DateTime-0.02.ebuild | 17 ++++++++---------
 dev-perl/SOAP-DateTime/metadata.xml              |  9 +++++++++
 3 files changed, 25 insertions(+), 9 deletions(-)

diff --git a/dev-perl/SOAP-DateTime/ChangeLog b/dev-perl/SOAP-DateTime/ChangeLog
new file mode 100644
index 0000000..c05bc06
--- /dev/null
+++ b/dev-perl/SOAP-DateTime/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for dev-perl/SOAP-DateTime
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+  09 Jul 2009; Daniel Westermann-Clark <dwc@pobox.com>
+  SOAP-DateTime-0.02.ebuild, +metadata.xml:
+  Convert to EAPI=2 and add metadata.xml
+

diff --git a/dev-perl/SOAP-DateTime/SOAP-DateTime-0.02.ebuild b/dev-perl/SOAP-DateTime/SOAP-DateTime-0.02.ebuild
index 8d7bd97..a2449f7 100644
--- a/dev-perl/SOAP-DateTime/SOAP-DateTime-0.02.ebuild
+++ b/dev-perl/SOAP-DateTime/SOAP-DateTime-0.02.ebuild
@@ -1,21 +1,20 @@
-# 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=MCMAHON
 inherit perl-module
 
 DESCRIPTION="Support for converting dates to xsd:dateTime format"
-HOMEPAGE="http://search.cpan.org/dist/${PN}/"
-SRC_URI="mirror://cpan/authors/id/M/MC/MCMAHON/${P}.tar.gz"
-LICENSE="|| ( Artistic GPL-2 )"
 
 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/DateManip"
+RDEPEND="dev-perl/DateManip"
 DEPEND="${RDEPEND}
 	test? ( >=virtual/perl-Test-Simple-0.44 )"

diff --git a/dev-perl/SOAP-DateTime/metadata.xml b/dev-perl/SOAP-DateTime/metadata.xml
new file mode 100644
index 0000000..743b271
--- /dev/null
+++ b/dev-perl/SOAP-DateTime/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] 4+ messages in thread

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

commit:     e4b62688c456ddfd4df18666485a1799001ca099
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Jul  4 04:14:03 2015 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Jul  4 04:14:03 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=e4b62688

dev-perl/SOAP-DateTime: EAPI5, Normalise version

Package-Manager: portage-2.2.17

 dev-perl/SOAP-DateTime/ChangeLog                            |  8 --------
 ...OAP-DateTime-0.02.ebuild => SOAP-DateTime-0.20.0.ebuild} | 13 ++++++++-----
 2 files changed, 8 insertions(+), 13 deletions(-)

diff --git a/dev-perl/SOAP-DateTime/ChangeLog b/dev-perl/SOAP-DateTime/ChangeLog
deleted file mode 100644
index c05bc06..0000000
--- a/dev-perl/SOAP-DateTime/ChangeLog
+++ /dev/null
@@ -1,8 +0,0 @@
-# ChangeLog for dev-perl/SOAP-DateTime
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-  09 Jul 2009; Daniel Westermann-Clark <dwc@pobox.com>
-  SOAP-DateTime-0.02.ebuild, +metadata.xml:
-  Convert to EAPI=2 and add metadata.xml
-

diff --git a/dev-perl/SOAP-DateTime/SOAP-DateTime-0.02.ebuild b/dev-perl/SOAP-DateTime/SOAP-DateTime-0.20.0.ebuild
similarity index 64%
rename from dev-perl/SOAP-DateTime/SOAP-DateTime-0.02.ebuild
rename to dev-perl/SOAP-DateTime/SOAP-DateTime-0.20.0.ebuild
index a2449f7..bbbbb05 100644
--- a/dev-perl/SOAP-DateTime/SOAP-DateTime-0.02.ebuild
+++ b/dev-perl/SOAP-DateTime/SOAP-DateTime-0.20.0.ebuild
@@ -1,20 +1,23 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=2
+EAPI=5
 
 MODULE_AUTHOR=MCMAHON
+MODULE_VERSION=0.02
 inherit perl-module
 
 DESCRIPTION="Support for converting dates to xsd:dateTime format"
 
 SLOT="0"
-LICENSE="|| ( Artistic GPL-2 )"
 KEYWORDS="~amd64 ~x86"
-SRC_TEST="do"
 
 IUSE="test"
 RDEPEND="dev-perl/DateManip"
 DEPEND="${RDEPEND}
-	test? ( >=virtual/perl-Test-Simple-0.44 )"
+	test? ( >=virtual/perl-Test-Simple-0.440.0 )"
+PERL_RM_FILES=(
+	t/pod-coverage.t
+	t/pod.t
+)


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

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

commit:     5ccd0854d434d1a0730e686a76a232202461569e
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 02:37:27 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=5ccd0854

[rebase-filter: dwc/SOAP-DateTime] Add remaning ebuilds from my perl-other overlay

 dev-perl/SOAP-DateTime/SOAP-DateTime-0.02.ebuild | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/dev-perl/SOAP-DateTime/SOAP-DateTime-0.02.ebuild b/dev-perl/SOAP-DateTime/SOAP-DateTime-0.02.ebuild
new file mode 100644
index 0000000..8d7bd97
--- /dev/null
+++ b/dev-perl/SOAP-DateTime/SOAP-DateTime-0.02.ebuild
@@ -0,0 +1,21 @@
+# 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="Support for converting dates to xsd:dateTime format"
+HOMEPAGE="http://search.cpan.org/dist/${PN}/"
+SRC_URI="mirror://cpan/authors/id/M/MC/MCMAHON/${P}.tar.gz"
+LICENSE="|| ( Artistic GPL-2 )"
+
+SLOT="0"
+KEYWORDS="amd64 x86"
+RESTRICT="nomirror"
+SRC_TEST="do"
+
+IUSE="test"
+RDEPEND="dev-lang/perl
+	dev-perl/DateManip"
+DEPEND="${RDEPEND}
+	test? ( >=virtual/perl-Test-Simple-0.44 )"


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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/SOAP-DateTime/
@ 2016-03-12  2:44 Kent Fredric
  0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2016-03-12  2:44 UTC (permalink / raw
  To: gentoo-commits

commit:     f19c6bcc7e2b51b79d33ba5f4cf80309c038be83
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Mar 12 02:20:39 2016 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Mar 12 02:20:39 2016 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=f19c6bcc

dev-perl/SOAP-DateTime: Fix dependency on dev-perl/Date-Manip

Package-Manager: portage-2.2.27

 dev-perl/SOAP-DateTime/SOAP-DateTime-0.20.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/SOAP-DateTime/SOAP-DateTime-0.20.0.ebuild b/dev-perl/SOAP-DateTime/SOAP-DateTime-0.20.0.ebuild
index feebfe8..d43678c 100644
--- a/dev-perl/SOAP-DateTime/SOAP-DateTime-0.20.0.ebuild
+++ b/dev-perl/SOAP-DateTime/SOAP-DateTime-0.20.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -14,7 +14,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
 IUSE="test"
-RDEPEND="dev-perl/DateManip"
+RDEPEND="dev-perl/Date-Manip"
 DEPEND="${RDEPEND}
 	test? ( >=virtual/perl-Test-Simple-0.440.0 )"
 PERL_RM_FILES=(


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

end of thread, other threads:[~2016-03-12  2:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-12  2:44 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/SOAP-DateTime/ 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
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