public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/DateTime-Format-DB2/
@ 2011-03-22  1:34 Kent Fredric
  0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2011-03-22  1:34 UTC (permalink / raw
  To: gentoo-commits

commit:     bc63283361131fc4460cec7792656d6953c78d5c
Author:     Daniel Westermann-Clark <dwc <AT> pobox <DOT> com>
AuthorDate: Mon Jul  6 23:36:29 2009 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Mar 21 23:35:20 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=bc632833

[import] ( dwc:DateTime-Format-DB2 ) Add remaining ebuilds from my perl-datetime overlay

---
 .../DateTime-Format-DB2-0.05.ebuild                |   21 ++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/dev-perl/DateTime-Format-DB2/DateTime-Format-DB2-0.05.ebuild b/dev-perl/DateTime-Format-DB2/DateTime-Format-DB2-0.05.ebuild
new file mode 100644
index 0000000..528c99f
--- /dev/null
+++ b/dev-perl/DateTime-Format-DB2/DateTime-Format-DB2-0.05.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 eutils
+
+DESCRIPTION="Parse and format DB2 dates and times"
+HOMEPAGE="http://search.cpan.org/dist/${PN}/"
+SRC_URI="mirror://cpan/authors/id/J/JR/JROBINSON/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="|| ( Artistic GPL-2 )"
+KEYWORDS="amd64 x86"
+RESTRICT="nomirror"
+SRC_TEST="do"
+
+IUSE=""
+RDEPEND="dev-lang/perl
+	dev-perl/DateTime
+	dev-perl/DateTime-Format-Builder"
+DEPEND="${RDEPEND}"



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/DateTime-Format-DB2/
@ 2011-03-22  1:34 Kent Fredric
  0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2011-03-22  1:34 UTC (permalink / raw
  To: gentoo-commits

commit:     44c5ab7cddb0a867c3041e1c6f8498a620cf65a3
Author:     Daniel Westermann-Clark <dwc <AT> pobox <DOT> com>
AuthorDate: Mon Jul  6 23:37:57 2009 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Mar 21 23:35:45 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=44c5ab7c

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

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

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

diff --git a/dev-perl/DateTime-Format-DB2/DateTime-Format-DB2-0.05.ebuild b/dev-perl/DateTime-Format-DB2/DateTime-Format-DB2-0.05.ebuild
index 528c99f..e3b4e7d 100644
--- a/dev-perl/DateTime-Format-DB2/DateTime-Format-DB2-0.05.ebuild
+++ b/dev-perl/DateTime-Format-DB2/DateTime-Format-DB2-0.05.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: $
 
-inherit perl-module eutils
+EAPI=2
+
+MODULE_AUTHOR=JROBINSON
+inherit perl-module
 
 DESCRIPTION="Parse and format DB2 dates and times"
-HOMEPAGE="http://search.cpan.org/dist/${PN}/"
-SRC_URI="mirror://cpan/authors/id/J/JR/JROBINSON/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="|| ( Artistic GPL-2 )"
-KEYWORDS="amd64 x86"
-RESTRICT="nomirror"
+KEYWORDS="~amd64 ~x86"
 SRC_TEST="do"
 
 IUSE=""
-RDEPEND="dev-lang/perl
-	dev-perl/DateTime
+RDEPEND="dev-perl/DateTime
 	dev-perl/DateTime-Format-Builder"
 DEPEND="${RDEPEND}"

diff --git a/dev-perl/DateTime-Format-DB2/metadata.xml b/dev-perl/DateTime-Format-DB2/metadata.xml
new file mode 100644
index 0000000..743b271
--- /dev/null
+++ b/dev-perl/DateTime-Format-DB2/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/DateTime-Format-DB2/
@ 2011-03-22  1:34 Kent Fredric
  0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2011-03-22  1:34 UTC (permalink / raw
  To: gentoo-commits

commit:     b3dea1ff9e7b418bda4255ede0daaeab72575ac9
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Mar 21 23:37:18 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Mar 21 23:39:45 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=b3dea1ff

[migrate] DateTime-Format-DB2

(Portage version: 2.2.0_alpha27/git/Linux x86_64, signed Manifest commit with key 0A0CB301)

---
 dev-perl/DateTime-Format-DB2/ChangeLog             |   12 +++++++++++-
 ...05.ebuild => DateTime-Format-DB2-0.50.0.ebuild} |    5 +++--
 2 files changed, 14 insertions(+), 3 deletions(-)

diff --git a/dev-perl/DateTime-Format-DB2/ChangeLog b/dev-perl/DateTime-Format-DB2/ChangeLog
index 7a44b80..c3e9f36 100644
--- a/dev-perl/DateTime-Format-DB2/ChangeLog
+++ b/dev-perl/DateTime-Format-DB2/ChangeLog
@@ -1,7 +1,17 @@
 # ChangeLog for dev-perl/DateTime-Format-DB2
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  21 Mar 2011; Kent Fredric <kentfredric@gmail.com>
+  DateTime-Format-DB2-0.50.0.ebuild:
+  EAPI4 / Test/Check
+
+*DateTime-Format-DB2-0.50.0 (21 Mar 2011)
+
+  21 Mar 2011; Kent Fredric <kentfredric@gmail.com>
+  -DateTime-Format-DB2-0.05.ebuild, +DateTime-Format-DB2-0.50.0.ebuild:
+  Migrate to new version scheme
+
   06 Jul 2009; Daniel Westermann-Clark <dwc@pobox.com>
   DateTime-Format-DB2-0.05.ebuild, +metadata.xml:
   Convert to EAPI=2 and add metadata.xml

diff --git a/dev-perl/DateTime-Format-DB2/DateTime-Format-DB2-0.05.ebuild b/dev-perl/DateTime-Format-DB2/DateTime-Format-DB2-0.50.0.ebuild
similarity index 83%
rename from dev-perl/DateTime-Format-DB2/DateTime-Format-DB2-0.05.ebuild
rename to dev-perl/DateTime-Format-DB2/DateTime-Format-DB2-0.50.0.ebuild
index e3b4e7d..10e616a 100644
--- a/dev-perl/DateTime-Format-DB2/DateTime-Format-DB2-0.05.ebuild
+++ b/dev-perl/DateTime-Format-DB2/DateTime-Format-DB2-0.50.0.ebuild
@@ -1,10 +1,11 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=2
+EAPI=4
 
 MODULE_AUTHOR=JROBINSON
+MODULE_VERSION="0.05"
 inherit perl-module
 
 DESCRIPTION="Parse and format DB2 dates and times"



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

end of thread, other threads:[~2011-03-22  1:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-22  1:34 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/DateTime-Format-DB2/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2011-03-22  1:34 Kent Fredric
2011-03-22  1:34 Kent Fredric

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