Gentoo Archives: gentoo-commits

From: Kent Fredric <kentfredric@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/DateTime-TimeZone-Tzfile/
Date: Tue, 05 Apr 2011 18:17:17
Message-Id: edf3889c4686e5214677f9b6575afb3557b4aecf.kent@gentoo
1 commit: edf3889c4686e5214677f9b6575afb3557b4aecf
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Tue Apr 5 14:31:39 2011 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Tue Apr 5 14:31:39 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=edf3889c
7
8 [newversion] DateTime-TimeZone-Tzfile-0.5.0
9
10 (Portage version: 2.2.0_alpha29/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
11
12 ---
13 dev-perl/DateTime-TimeZone-Tzfile/ChangeLog | 6 +++
14 .../DateTime-TimeZone-Tzfile-0.5.0.ebuild | 44 ++++++++++++++++++++
15 2 files changed, 50 insertions(+), 0 deletions(-)
16
17 diff --git a/dev-perl/DateTime-TimeZone-Tzfile/ChangeLog b/dev-perl/DateTime-TimeZone-Tzfile/ChangeLog
18 index bca8991..3e66bb6 100644
19 --- a/dev-perl/DateTime-TimeZone-Tzfile/ChangeLog
20 +++ b/dev-perl/DateTime-TimeZone-Tzfile/ChangeLog
21 @@ -2,6 +2,12 @@
22 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 +*DateTime-TimeZone-Tzfile-0.5.0 (05 Apr 2011)
26 +
27 + 05 Apr 2011; Kent Fredric <kentfredric@×××××.com>
28 + +DateTime-TimeZone-Tzfile-0.5.0.ebuild:
29 + Bump
30 +
31 *DateTime-TimeZone-Tzfile-0.4.0 (22 Mar 2011)
32
33 22 Mar 2011; Kent Fredric <kentfredric@×××××.com>
34
35 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
36 new file mode 100644
37 index 0000000..61a042f
38 --- /dev/null
39 +++ b/dev-perl/DateTime-TimeZone-Tzfile/DateTime-TimeZone-Tzfile-0.5.0.ebuild
40 @@ -0,0 +1,44 @@
41 +# Copyright 1999-2011 Gentoo Foundation
42 +# Distributed under the terms of the GNU General Public License v2
43 +# $Header: $
44 +EAPI=4
45 +MODULE_AUTHOR=ZEFRAM
46 +MODULE_VERSION=0.005
47 +inherit perl-module
48 +
49 +DESCRIPTION="tzfile (zoneinfo) timezone files"
50 +LICENSE="|| ( Artistic GPL-2 )"
51 +SLOT="0"
52 +KEYWORDS="~amd64 ~x86"
53 +IUSE=""
54 +comment() { echo ''; }
55 +COMMON_DEPEND="
56 + $(comment CORE Carp)
57 + >=dev-perl/DateTime-TimeZone-SystemV-0.2.0
58 + >=virtual/perl-IO-1.13 $(comment 1.80.0) $(comment IO::File IO::Handle)
59 + $(comment CORE constant)
60 + $(comment CORE integer)
61 + >=dev-lang/perl-5.6.0
62 + $(comment CORE strict)
63 + $(comment CORE warnings)
64 +"
65 +DEPEND="
66 + ${COMMON_DEPEND}
67 + $(comment BUILD REQUIRES)
68 + >=virtual/perl-IO-1.13 $(comment 1.30.0) $(comment IO::File)
69 + virtual/perl-Module-Build
70 + virtual/perl-Test-Simple
71 + >=dev-lang/perl-5.6.0
72 + $(comment CORE strict)
73 + $(comment CORE warnings)
74 +
75 + $(comment CONFIGURE REQUIRES)
76 + virtual/perl-Module-Build
77 + >=dev-lang/perl-5.6.0
78 + $(comment CORE strict)
79 + $(comment CORE warnings)
80 +"
81 +RDEPEND="
82 + ${COMMON_DEPEND}
83 +"
84 +SRC_TEST="do"