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

commit:     e993b905f2e04436c49bcd8826bd5b7adb7d791e
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Mar 22 03:39:12 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Mar 22 03:39:12 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=e993b905

[added] DateTime-TimeZone-SystemV

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

---
 dev-perl/DateTime-TimeZone-SystemV/ChangeLog       |   10 +++++
 .../DateTime-TimeZone-SystemV-0.4.0.ebuild         |   41 ++++++++++++++++++++
 dev-perl/DateTime-TimeZone-SystemV/metadata.xml    |    9 ++++
 3 files changed, 60 insertions(+), 0 deletions(-)

diff --git a/dev-perl/DateTime-TimeZone-SystemV/ChangeLog b/dev-perl/DateTime-TimeZone-SystemV/ChangeLog
new file mode 100644
index 0000000..e2d2528
--- /dev/null
+++ b/dev-perl/DateTime-TimeZone-SystemV/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-perl/DateTime-TimeZone-SystemV
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*DateTime-TimeZone-SystemV-0.4.0 (22 Mar 2011)
+
+  22 Mar 2011; Kent Fredric <kentfredric@gmail.com>
+  +DateTime-TimeZone-SystemV-0.4.0.ebuild, +metadata.xml:
+  Added for DateTime-TimeZone-Tzfile
+

diff --git a/dev-perl/DateTime-TimeZone-SystemV/DateTime-TimeZone-SystemV-0.4.0.ebuild b/dev-perl/DateTime-TimeZone-SystemV/DateTime-TimeZone-SystemV-0.4.0.ebuild
new file mode 100644
index 0000000..898bf19
--- /dev/null
+++ b/dev-perl/DateTime-TimeZone-SystemV/DateTime-TimeZone-SystemV-0.4.0.ebuild
@@ -0,0 +1,41 @@
+# 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="System V and POSIX timezone strings"
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+comment() { echo ''; }
+COMMON_DEPEND="
+	$(comment CORE Carp)
+	dev-perl/Date-ISO8601
+	>=dev-perl/Date-JD-0.2.0
+	>=dev-lang/perl-5.6.0
+	$(comment CORE strict)
+	$(comment CORE warnings)
+"
+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/DateTime-TimeZone-SystemV/metadata.xml b/dev-perl/DateTime-TimeZone-SystemV/metadata.xml
new file mode 100644
index 0000000..ccc7e0f
--- /dev/null
+++ b/dev-perl/DateTime-TimeZone-SystemV/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] 3+ messages in thread

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/DateTime-TimeZone-SystemV/
@ 2011-12-08  9:30 Kent Fredric
  0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2011-12-08  9:30 UTC (permalink / raw
  To: gentoo-commits

commit:     6036b0eca9e27e68dbc4fe4a2247560a298b69e5
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Dec  8 08:57:06 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Dec  8 08:57:06 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=6036b0ec

[newversion] DateTime-TimeZone-SystemV-0.5.0

(Portage version: 2.2.0_alpha79/git/Linux x86_64, signed Manifest commit with key BD86D695)

---
 dev-perl/DateTime-TimeZone-SystemV/ChangeLog       |    6 ++
 .../DateTime-TimeZone-SystemV-0.5.0.ebuild         |   64 ++++++++++++++++++++
 2 files changed, 70 insertions(+), 0 deletions(-)

diff --git a/dev-perl/DateTime-TimeZone-SystemV/ChangeLog b/dev-perl/DateTime-TimeZone-SystemV/ChangeLog
index e2d2528..14e785c 100644
--- a/dev-perl/DateTime-TimeZone-SystemV/ChangeLog
+++ b/dev-perl/DateTime-TimeZone-SystemV/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*DateTime-TimeZone-SystemV-0.5.0 (08 Dec 2011)
+
+  08 Dec 2011; Kent Fredric <kentfredric@gmail.com>
+  +DateTime-TimeZone-SystemV-0.5.0.ebuild:
+  Version Bump
+
 *DateTime-TimeZone-SystemV-0.4.0 (22 Mar 2011)
 
   22 Mar 2011; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/DateTime-TimeZone-SystemV/DateTime-TimeZone-SystemV-0.5.0.ebuild b/dev-perl/DateTime-TimeZone-SystemV/DateTime-TimeZone-SystemV-0.5.0.ebuild
new file mode 100644
index 0000000..75800d1
--- /dev/null
+++ b/dev-perl/DateTime-TimeZone-SystemV/DateTime-TimeZone-SystemV-0.5.0.ebuild
@@ -0,0 +1,64 @@
+# 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='System V and POSIX timezone strings'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+	# Module::Build
+	echo virtual/perl-Module-Build
+	# perl 5.006 ( 5.6.0 )
+	echo \>=dev-lang/perl-5.6.0
+	# strict
+	echo dev-lang/perl
+	# warnings
+	echo dev-lang/perl
+}
+perl_meta_build() {
+	# Date::ISO8601
+	echo dev-perl/Date-ISO8601
+	# Date::JD 0.005 ( 0.5.0 )
+	echo \>=dev-perl/Date-JD-0.5.0
+	# Module::Build
+	echo virtual/perl-Module-Build
+	# Test::More
+	echo virtual/perl-Test-Simple
+	# perl 5.006 ( 5.6.0 )
+	echo \>=dev-lang/perl-5.6.0
+	# strict
+	echo dev-lang/perl
+	# warnings
+	echo dev-lang/perl
+}
+perl_meta_runtime() {
+	# Carp
+	echo dev-lang/perl
+	# Date::ISO8601
+	echo dev-perl/Date-ISO8601
+	# Date::JD 0.005 ( 0.5.0 )
+	echo \>=dev-perl/Date-JD-0.5.0
+	# Params::Classify
+	echo dev-perl/Params-Classify
+	# perl 5.006 ( 5.6.0 )
+	echo \>=dev-lang/perl-5.6.0
+	# strict
+	echo dev-lang/perl
+	# warnings
+	echo dev-lang/perl
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_build)
+	$(perl_meta_runtime)
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/DateTime-TimeZone-SystemV/
@ 2012-03-27  9:30 Kent Fredric
  0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2012-03-27  9:30 UTC (permalink / raw
  To: gentoo-commits

commit:     96084808e31ca8ad9cd00e70348171feb3b4a5e8
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Mar 27 04:42:43 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Mar 27 04:42:43 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=96084808

[newversion] DateTime-TimeZone-SystemV-0.6.0

(Portage version: 2.2.0_alpha95/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)

---
 dev-perl/DateTime-TimeZone-SystemV/ChangeLog       |    8 ++-
 .../DateTime-TimeZone-SystemV-0.6.0.ebuild         |   60 ++++++++++++++++++++
 2 files changed, 67 insertions(+), 1 deletions(-)

diff --git a/dev-perl/DateTime-TimeZone-SystemV/ChangeLog b/dev-perl/DateTime-TimeZone-SystemV/ChangeLog
index 14e785c..7e7ab33 100644
--- a/dev-perl/DateTime-TimeZone-SystemV/ChangeLog
+++ b/dev-perl/DateTime-TimeZone-SystemV/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for dev-perl/DateTime-TimeZone-SystemV
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*DateTime-TimeZone-SystemV-0.6.0 (27 Mar 2012)
+
+  27 Mar 2012; Kent Fredric <kentfredric@gmail.com>
+  +DateTime-TimeZone-SystemV-0.6.0.ebuild:
+  Version Bump
+
 *DateTime-TimeZone-SystemV-0.5.0 (08 Dec 2011)
 
   08 Dec 2011; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/DateTime-TimeZone-SystemV/DateTime-TimeZone-SystemV-0.6.0.ebuild b/dev-perl/DateTime-TimeZone-SystemV/DateTime-TimeZone-SystemV-0.6.0.ebuild
new file mode 100644
index 0000000..431d342
--- /dev/null
+++ b/dev-perl/DateTime-TimeZone-SystemV/DateTime-TimeZone-SystemV-0.6.0.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=ZEFRAM
+MODULE_VERSION=0.006
+inherit perl-module
+
+DESCRIPTION='System V and POSIX timezone strings'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+	# Module::Build
+	echo virtual/perl-Module-Build
+	# perl 5.006 ( 5.6.0 )
+	echo \>=dev-lang/perl-5.6.0
+	# strict
+	echo dev-lang/perl
+	# warnings
+	echo dev-lang/perl
+}
+perl_meta_build() {
+	# Date::ISO8601
+	echo dev-perl/Date-ISO8601
+	# Module::Build
+	echo virtual/perl-Module-Build
+	# Test::More
+	echo virtual/perl-Test-Simple
+	# perl 5.006 ( 5.6.0 )
+	echo \>=dev-lang/perl-5.6.0
+	# strict
+	echo dev-lang/perl
+	# warnings
+	echo dev-lang/perl
+}
+perl_meta_runtime() {
+	# Carp
+	# echo virtual/perl-Carp
+	# Date::ISO8601
+	echo dev-perl/Date-ISO8601
+	# Params::Classify
+	echo dev-perl/Params-Classify
+	# perl 5.006 ( 5.6.0 )
+	echo \>=dev-lang/perl-5.6.0
+	# strict
+	echo dev-lang/perl
+	# warnings
+	echo dev-lang/perl
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_build)
+	$(perl_meta_runtime)
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"



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

end of thread, other threads:[~2012-03-27  9:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-08  9:30 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/DateTime-TimeZone-SystemV/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2012-03-27  9:30 Kent Fredric
2011-03-22  9:45 Kent Fredric

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