* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/DateTime-TimeZone-Tzfile/
@ 2011-03-22 9:45 Kent Fredric
0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2011-03-22 9:45 UTC (permalink / raw
To: gentoo-commits
commit: 0ffc53e19236c983af15041ff26b0c3129aa3faa
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Mar 22 03:41:38 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Mar 22 03:41:38 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=0ffc53e1
[added] DateTime-TimeZone-Tzfile
(Portage version: 2.2.0_alpha27/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
---
dev-perl/DateTime-TimeZone-Tzfile/ChangeLog | 10 ++++
.../DateTime-TimeZone-Tzfile-0.4.0.ebuild | 44 ++++++++++++++++++++
dev-perl/DateTime-TimeZone-Tzfile/metadata.xml | 9 ++++
3 files changed, 63 insertions(+), 0 deletions(-)
diff --git a/dev-perl/DateTime-TimeZone-Tzfile/ChangeLog b/dev-perl/DateTime-TimeZone-Tzfile/ChangeLog
new file mode 100644
index 0000000..bca8991
--- /dev/null
+++ b/dev-perl/DateTime-TimeZone-Tzfile/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-perl/DateTime-TimeZone-Tzfile
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*DateTime-TimeZone-Tzfile-0.4.0 (22 Mar 2011)
+
+ 22 Mar 2011; Kent Fredric <kentfredric@gmail.com>
+ +DateTime-TimeZone-Tzfile-0.4.0.ebuild, +metadata.xml:
+ Added for perl5i
+
diff --git a/dev-perl/DateTime-TimeZone-Tzfile/DateTime-TimeZone-Tzfile-0.4.0.ebuild b/dev-perl/DateTime-TimeZone-Tzfile/DateTime-TimeZone-Tzfile-0.4.0.ebuild
new file mode 100644
index 0000000..7109368
--- /dev/null
+++ b/dev-perl/DateTime-TimeZone-Tzfile/DateTime-TimeZone-Tzfile-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="tzfile (zoneinfo) timezone files"
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+comment() { echo ''; }
+COMMON_DEPEND="
+ $(comment CORE Carp)
+ >=dev-perl/DateTime-TimeZone-SystemV-0.2.0
+ >=virtual/perl-IO-1.08 $(comment 1.80.0) $(comment IO::File IO::Handle)
+ $(comment CORE constant)
+ $(comment CORE integer)
+ >=dev-lang/perl-5.6.0
+ $(comment CORE strict)
+ $(comment CORE warnings)
+"
+DEPEND="
+ ${COMMON_DEPEND}
+ $(comment BUILD REQUIRES)
+ >=virtual/perl-IO-1.03 $(comment 1.30.0) $(comment IO::File)
+ 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-Tzfile/metadata.xml b/dev-perl/DateTime-TimeZone-Tzfile/metadata.xml
new file mode 100644
index 0000000..ccc7e0f
--- /dev/null
+++ b/dev-perl/DateTime-TimeZone-Tzfile/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] 4+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/DateTime-TimeZone-Tzfile/
@ 2011-04-05 18:16 Kent Fredric
0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2011-04-05 18:16 UTC (permalink / raw
To: gentoo-commits
commit: edf3889c4686e5214677f9b6575afb3557b4aecf
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Apr 5 14:31:39 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Apr 5 14:31:39 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=edf3889c
[newversion] DateTime-TimeZone-Tzfile-0.5.0
(Portage version: 2.2.0_alpha29/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
---
dev-perl/DateTime-TimeZone-Tzfile/ChangeLog | 6 +++
.../DateTime-TimeZone-Tzfile-0.5.0.ebuild | 44 ++++++++++++++++++++
2 files changed, 50 insertions(+), 0 deletions(-)
diff --git a/dev-perl/DateTime-TimeZone-Tzfile/ChangeLog b/dev-perl/DateTime-TimeZone-Tzfile/ChangeLog
index bca8991..3e66bb6 100644
--- a/dev-perl/DateTime-TimeZone-Tzfile/ChangeLog
+++ b/dev-perl/DateTime-TimeZone-Tzfile/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*DateTime-TimeZone-Tzfile-0.5.0 (05 Apr 2011)
+
+ 05 Apr 2011; Kent Fredric <kentfredric@gmail.com>
+ +DateTime-TimeZone-Tzfile-0.5.0.ebuild:
+ Bump
+
*DateTime-TimeZone-Tzfile-0.4.0 (22 Mar 2011)
22 Mar 2011; Kent Fredric <kentfredric@gmail.com>
diff --git a/dev-perl/DateTime-TimeZone-Tzfile/DateTime-TimeZone-Tzfile-0.5.0.ebuild b/dev-perl/DateTime-TimeZone-Tzfile/DateTime-TimeZone-Tzfile-0.5.0.ebuild
new file mode 100644
index 0000000..61a042f
--- /dev/null
+++ b/dev-perl/DateTime-TimeZone-Tzfile/DateTime-TimeZone-Tzfile-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="tzfile (zoneinfo) timezone files"
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+comment() { echo ''; }
+COMMON_DEPEND="
+ $(comment CORE Carp)
+ >=dev-perl/DateTime-TimeZone-SystemV-0.2.0
+ >=virtual/perl-IO-1.13 $(comment 1.80.0) $(comment IO::File IO::Handle)
+ $(comment CORE constant)
+ $(comment CORE integer)
+ >=dev-lang/perl-5.6.0
+ $(comment CORE strict)
+ $(comment CORE warnings)
+"
+DEPEND="
+ ${COMMON_DEPEND}
+ $(comment BUILD REQUIRES)
+ >=virtual/perl-IO-1.13 $(comment 1.30.0) $(comment IO::File)
+ 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] 4+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/DateTime-TimeZone-Tzfile/
@ 2011-12-08 9:30 Kent Fredric
0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2011-12-08 9:30 UTC (permalink / raw
To: gentoo-commits
commit: b90d48745fdf6fb72864e06641da3d28fea9a1a7
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Dec 8 09:05:05 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Dec 8 09:05:05 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=b90d4874
[newversion] DateTime-TimeZone-Tzfile-0.6.0
(Portage version: 2.2.0_alpha79/git/Linux x86_64, signed Manifest commit with key BD86D695)
---
dev-perl/DateTime-TimeZone-Tzfile/ChangeLog | 6 ++
.../DateTime-TimeZone-Tzfile-0.6.0.ebuild | 76 ++++++++++++++++++++
2 files changed, 82 insertions(+), 0 deletions(-)
diff --git a/dev-perl/DateTime-TimeZone-Tzfile/ChangeLog b/dev-perl/DateTime-TimeZone-Tzfile/ChangeLog
index 3e66bb6..cd338b7 100644
--- a/dev-perl/DateTime-TimeZone-Tzfile/ChangeLog
+++ b/dev-perl/DateTime-TimeZone-Tzfile/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*DateTime-TimeZone-Tzfile-0.6.0 (08 Dec 2011)
+
+ 08 Dec 2011; Kent Fredric <kentfredric@gmail.com>
+ +DateTime-TimeZone-Tzfile-0.6.0.ebuild:
+ Version Bump
+
*DateTime-TimeZone-Tzfile-0.5.0 (05 Apr 2011)
05 Apr 2011; Kent Fredric <kentfredric@gmail.com>
diff --git a/dev-perl/DateTime-TimeZone-Tzfile/DateTime-TimeZone-Tzfile-0.6.0.ebuild b/dev-perl/DateTime-TimeZone-Tzfile/DateTime-TimeZone-Tzfile-0.6.0.ebuild
new file mode 100644
index 0000000..6b5cdf0
--- /dev/null
+++ b/dev-perl/DateTime-TimeZone-Tzfile/DateTime-TimeZone-Tzfile-0.6.0.ebuild
@@ -0,0 +1,76 @@
+# 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.006
+inherit perl-module
+
+DESCRIPTION='tzfile (zoneinfo) timezone files'
+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
+ # IO::File 1.13 ( 1.130.0 )
+ echo \>=virtual/perl-IO-1.13
+ # 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
+ # DateTime::TimeZone::SystemV 0.002 ( 0.2.0 )
+ echo \>=dev-perl/DateTime-TimeZone-SystemV-0.2.0
+ # IO::File 1.13 ( 1.130.0 )
+ echo \>=virtual/perl-IO-1.13
+ # IO::Handle 1.08 ( 1.80.0 )
+ echo \>=virtual/perl-IO-1.08
+ # Params::Classify
+ echo dev-perl/Params-Classify
+ # constant
+ # echo virtual/perl-constant
+ # integer
+ echo dev-lang/perl
+ # 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] 4+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/DateTime-TimeZone-Tzfile/
@ 2012-03-27 9:30 Kent Fredric
0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2012-03-27 9:30 UTC (permalink / raw
To: gentoo-commits
commit: 37b288076d9f977fa08c3737a586ce1e02cbb6d9
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Mar 27 04:45:28 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Mar 27 04:45:28 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=37b28807
[newversion] DateTime-TimeZone-Tzfile-0.7.0
(Portage version: 2.2.0_alpha95/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
---
dev-perl/DateTime-TimeZone-Tzfile/ChangeLog | 8 ++-
.../DateTime-TimeZone-Tzfile-0.7.0.ebuild | 70 ++++++++++++++++++++
2 files changed, 77 insertions(+), 1 deletions(-)
diff --git a/dev-perl/DateTime-TimeZone-Tzfile/ChangeLog b/dev-perl/DateTime-TimeZone-Tzfile/ChangeLog
index cd338b7..8d4b62f 100644
--- a/dev-perl/DateTime-TimeZone-Tzfile/ChangeLog
+++ b/dev-perl/DateTime-TimeZone-Tzfile/ChangeLog
@@ -1,7 +1,13 @@
# ChangeLog for dev-perl/DateTime-TimeZone-Tzfile
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*DateTime-TimeZone-Tzfile-0.7.0 (27 Mar 2012)
+
+ 27 Mar 2012; Kent Fredric <kentfredric@gmail.com>
+ +DateTime-TimeZone-Tzfile-0.7.0.ebuild:
+ Version Bump
+
*DateTime-TimeZone-Tzfile-0.6.0 (08 Dec 2011)
08 Dec 2011; Kent Fredric <kentfredric@gmail.com>
diff --git a/dev-perl/DateTime-TimeZone-Tzfile/DateTime-TimeZone-Tzfile-0.7.0.ebuild b/dev-perl/DateTime-TimeZone-Tzfile/DateTime-TimeZone-Tzfile-0.7.0.ebuild
new file mode 100644
index 0000000..133a56b
--- /dev/null
+++ b/dev-perl/DateTime-TimeZone-Tzfile/DateTime-TimeZone-Tzfile-0.7.0.ebuild
@@ -0,0 +1,70 @@
+# 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.007
+inherit perl-module
+
+DESCRIPTION='tzfile (zoneinfo) timezone files'
+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
+ # IO::File 1.13 ( 1.130.0 )
+ echo \>=virtual/perl-IO-1.13
+ # 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
+ # DateTime::TimeZone::SystemV 0.002 ( 0.2.0 )
+ echo \>=dev-perl/DateTime-TimeZone-SystemV-0.2.0
+ # IO::File 1.13 ( 1.130.0 )
+ echo \>=virtual/perl-IO-1.13
+ # IO::Handle 1.08 ( 1.80.0 )
+ echo \>=virtual/perl-IO-1.08
+ # Params::Classify
+ echo dev-perl/Params-Classify
+ # integer
+ echo dev-lang/perl
+ # 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] 4+ messages in thread
end of thread, other threads:[~2012-03-27 9:33 UTC | newest]
Thread overview: 4+ 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-Tzfile/ Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2012-03-27 9:30 Kent Fredric
2011-04-05 18:16 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