public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Kent Fredric" <kentfredric@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/DateTime-TimeZone-Tzfile/
Date: Thu,  8 Dec 2011 09:30:10 +0000 (UTC)	[thread overview]
Message-ID: <b90d48745fdf6fb72864e06641da3d28fea9a1a7.kent@gentoo> (raw)

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"



             reply	other threads:[~2011-12-08  9:31 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-08  9:30 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-03-27  9:30 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/DateTime-TimeZone-Tzfile/ Kent Fredric
2011-04-05 18:16 Kent Fredric
2011-03-22  9:45 Kent Fredric

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=b90d48745fdf6fb72864e06641da3d28fea9a1a7.kent@gentoo \
    --to=kentfredric@gmail.com \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox