Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: 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@...>
+ 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@...</email>
+ <name>Daniel Westermann-Clark</name>
+ </maintainer>
+</pkgmetadata>
|
|