From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Q1y9g-0004W0-CG for garchives@archives.gentoo.org; Tue, 22 Mar 2011 09:45:36 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3D414E063F; Tue, 22 Mar 2011 09:45:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id EEE55E063F for ; Tue, 22 Mar 2011 09:45:28 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 57C1C1B4045 for ; Tue, 22 Mar 2011 09:45:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id B79AB8005E for ; Tue, 22 Mar 2011 09:45:27 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <0ffc53e19236c983af15041ff26b0c3129aa3faa.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/DateTime-TimeZone-Tzfile/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/DateTime-TimeZone-Tzfile/ChangeLog dev-perl/DateTime-TimeZone-Tzfile/DateTime-TimeZone-Tzfile-0.4.0.ebuild dev-perl/DateTime-TimeZone-Tzfile/metadata.xml X-VCS-Directories: dev-perl/DateTime-TimeZone-Tzfile/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 0ffc53e19236c983af15041ff26b0c3129aa3faa Date: Tue, 22 Mar 2011 09:45:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: c82b2da5298ea95795d5ad18c476ef49 commit: 0ffc53e19236c983af15041ff26b0c3129aa3faa Author: Kent Fredric gmail com> AuthorDate: Tue Mar 22 03:41:38 2011 +0000 Commit: Kent Fredric gmail com> CommitDate: Tue Mar 22 03:41:38 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/perl-overlay.= git;a=3Dcommit;h=3D0ffc53e1 [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/DateT= ime-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 + +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.eb= uild @@ -0,0 +1,44 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +EAPI=3D"4" +MODULE_AUTHOR=3DZEFRAM +MODULE_VERSION=3D0.004 +inherit perl-module + +DESCRIPTION=3D"tzfile (zoneinfo) timezone files" +LICENSE=3D"|| ( Artistic GPL-2 )" +SLOT=3D"0" +KEYWORDS=3D"~amd64 ~x86" +IUSE=3D"" +comment() { echo ''; } +COMMON_DEPEND=3D" + $(comment CORE Carp) + >=3Ddev-perl/DateTime-TimeZone-SystemV-0.2.0 + >=3Dvirtual/perl-IO-1.08 $(comment 1.80.0) $(comment IO::File IO::Handl= e) + $(comment CORE constant) + $(comment CORE integer) + >=3Ddev-lang/perl-5.6.0 + $(comment CORE strict) + $(comment CORE warnings) +" +DEPEND=3D" + ${COMMON_DEPEND} + $(comment BUILD REQUIRES) + >=3Dvirtual/perl-IO-1.03 $(comment 1.30.0) $(comment IO::File) + virtual/perl-Module-Build + virtual/perl-Test-Simple + >=3Ddev-lang/perl-5.6.0 + $(comment CORE strict) + $(comment CORE warnings) + + $(comment CONFIGURE REQUIRES) + virtual/perl-Module-Build + >=3Ddev-lang/perl-5.6.0 + $(comment CORE strict) + $(comment CORE warnings) +" +RDEPEND=3D" + ${COMMON_DEPEND} +" +SRC_TEST=3D"do" diff --git a/dev-perl/DateTime-TimeZone-Tzfile/metadata.xml b/dev-perl/Da= teTime-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 @@ + + + + perl + + kentfredric@gmail.com + Kent Fredric + +