* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Date-JD/
@ 2011-03-22 9:45 Kent Fredric
0 siblings, 0 replies; 2+ messages in thread
From: Kent Fredric @ 2011-03-22 9:45 UTC (permalink / raw
To: gentoo-commits
commit: 3819c4a94cd4230b78b4f3a7b3998c476ad1d3ca
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Mar 22 03:37:02 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Mar 22 03:37:02 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=3819c4a9
[added] Date-JD
(Portage version: 2.2.0_alpha27/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
---
dev-perl/Date-JD/ChangeLog | 10 +++++++
dev-perl/Date-JD/Date-JD-0.4.0.ebuild | 44 +++++++++++++++++++++++++++++++++
dev-perl/Date-JD/metadata.xml | 9 ++++++
3 files changed, 63 insertions(+), 0 deletions(-)
diff --git a/dev-perl/Date-JD/ChangeLog b/dev-perl/Date-JD/ChangeLog
new file mode 100644
index 0000000..19212c6
--- /dev/null
+++ b/dev-perl/Date-JD/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-perl/Date-JD
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*Date-JD-0.4.0 (22 Mar 2011)
+
+ 22 Mar 2011; Kent Fredric <kentfredric@gmail.com> +Date-JD-0.4.0.ebuild,
+ +metadata.xml:
+ Added for DateTime-TimeZone-SystemV
+
diff --git a/dev-perl/Date-JD/Date-JD-0.4.0.ebuild b/dev-perl/Date-JD/Date-JD-0.4.0.ebuild
new file mode 100644
index 0000000..7a2dcdd
--- /dev/null
+++ b/dev-perl/Date-JD/Date-JD-0.4.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI="4"
+MODULE_AUTHOR=ZEFRAM
+MODULE_VERSION=0.004
+inherit perl-module
+
+DESCRIPTION="conversion between flavours of Julian Date"
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+comment() { echo ''; }
+COMMON_DEPEND="
+ $(comment CORE Carp)
+ $(comment CORE Exporter)
+ virtual/perl-parent
+ >=dev-lang/perl-5.6.0
+ $(comment CORE strict)
+ $(comment CORE warnings)
+
+ $(comment CONFLICTS)
+ !<perl-core/Math-BigRat-0.04 $(comment 0.40.0)
+"
+DEPEND="
+ ${COMMON_DEPEND}
+ $(comment BUILD REQUIRES)
+ virtual/perl-Module-Build
+ virtual/perl-Test-Simple
+ >=dev-lang/perl-5.6.0
+ $(comment CORE strict)
+ $(comment CORE warnings)
+
+ $(comment CONFIGURE REQUIRES)
+ virtual/perl-Module-Build
+ >=dev-lang/perl-5.6.0
+ $(comment CORE strict)
+ $(comment CORE warnings)
+"
+RDEPEND="
+ ${COMMON_DEPEND}
+"
+SRC_TEST="do"
diff --git a/dev-perl/Date-JD/metadata.xml b/dev-perl/Date-JD/metadata.xml
new file mode 100644
index 0000000..ccc7e0f
--- /dev/null
+++ b/dev-perl/Date-JD/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>kentfredric@gmail.com</email>
+ <name>Kent Fredric</name>
+ </maintainer>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Date-JD/
@ 2011-07-18 17:39 Torsten Veller
0 siblings, 0 replies; 2+ messages in thread
From: Torsten Veller @ 2011-07-18 17:39 UTC (permalink / raw
To: gentoo-commits
commit: 516824d1790254bd51df7f96cb061bd85a9c04c1
Author: Torsten Veller <tove <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 18 17:28:59 2011 +0000
Commit: Torsten Veller <tove <AT> gentoo <DOT> org>
CommitDate: Mon Jul 18 17:28:59 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=516824d1
[bump] dev-perl/Date-JD-0.5.0
(Portage version: 2.2.0_alpha45/git/Linux x86_64, signed Manifest commit with key 0x4E046AEC)
---
dev-perl/Date-JD/ChangeLog | 5 +++
dev-perl/Date-JD/Date-JD-0.5.0.ebuild | 44 +++++++++++++++++++++++++++++++++
2 files changed, 49 insertions(+), 0 deletions(-)
diff --git a/dev-perl/Date-JD/ChangeLog b/dev-perl/Date-JD/ChangeLog
index 19212c6..6dbf3b7 100644
--- a/dev-perl/Date-JD/ChangeLog
+++ b/dev-perl/Date-JD/ChangeLog
@@ -2,6 +2,11 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Date-JD-0.5.0 (18 Jul 2011)
+
+ 18 Jul 2011; Torsten Veller <tove@gentoo.org> +Date-JD-0.5.0.ebuild:
+ Version bump
+
*Date-JD-0.4.0 (22 Mar 2011)
22 Mar 2011; Kent Fredric <kentfredric@gmail.com> +Date-JD-0.4.0.ebuild,
diff --git a/dev-perl/Date-JD/Date-JD-0.5.0.ebuild b/dev-perl/Date-JD/Date-JD-0.5.0.ebuild
new file mode 100644
index 0000000..f1a772b
--- /dev/null
+++ b/dev-perl/Date-JD/Date-JD-0.5.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI="4"
+MODULE_AUTHOR=ZEFRAM
+MODULE_VERSION=0.005
+inherit perl-module
+
+DESCRIPTION="conversion between flavours of Julian Date"
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+comment() { echo ''; }
+COMMON_DEPEND="
+ $(comment CORE Carp)
+ $(comment CORE Exporter)
+ virtual/perl-parent
+ >=dev-lang/perl-5.6.0
+ $(comment CORE strict)
+ $(comment CORE warnings)
+
+ $(comment CONFLICTS)
+ !<perl-core/Math-BigRat-0.04 $(comment 0.40.0)
+"
+DEPEND="
+ ${COMMON_DEPEND}
+ $(comment BUILD REQUIRES)
+ virtual/perl-Module-Build
+ virtual/perl-Test-Simple
+ >=dev-lang/perl-5.6.0
+ $(comment CORE strict)
+ $(comment CORE warnings)
+
+ $(comment CONFIGURE REQUIRES)
+ virtual/perl-Module-Build
+ >=dev-lang/perl-5.6.0
+ $(comment CORE strict)
+ $(comment CORE warnings)
+"
+RDEPEND="
+ ${COMMON_DEPEND}
+"
+SRC_TEST="do"
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-07-18 17:40 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-22 9:45 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Date-JD/ Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2011-07-18 17:39 Torsten Veller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox