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 1Q1yAm-0004gy-UG for garchives@archives.gentoo.org; Tue, 22 Mar 2011 09:46:45 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2BE08E068E; Tue, 22 Mar 2011 09:45:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id D0385E068E for ; Tue, 22 Mar 2011 09:45:35 +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 50F3A1B4162 for ; Tue, 22 Mar 2011 09:45:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 16D5280074 for ; Tue, 22 Mar 2011 09:45:29 +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: Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Hash-FieldHash/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Hash-FieldHash/ChangeLog dev-perl/Hash-FieldHash/Hash-FieldHash-0.100.0.ebuild dev-perl/Hash-FieldHash/metadata.xml X-VCS-Directories: dev-perl/Hash-FieldHash/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: a6a55ea543733e04c0e7e3d271e2c4319f49195d Date: Tue, 22 Mar 2011 09:45:29 +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: c9da6273a9311c4ba5240db92354274f commit: a6a55ea543733e04c0e7e3d271e2c4319f49195d Author: Kent Fredric gmail com> AuthorDate: Tue Mar 22 04:50:10 2011 +0000 Commit: Kent Fredric gmail com> CommitDate: Tue Mar 22 04:50:10 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/perl-overlay.= git;a=3Dcommit;h=3Da6a55ea5 [added] Object-ID (Portage version: 2.2.0_alpha27/git/Linux x86_64, signed Manifest commit = with key 0A0CB301) --- dev-perl/Hash-FieldHash/ChangeLog | 10 +++++ .../Hash-FieldHash/Hash-FieldHash-0.100.0.ebuild | 37 ++++++++++++++= ++++++ dev-perl/Hash-FieldHash/metadata.xml | 9 +++++ 3 files changed, 56 insertions(+), 0 deletions(-) diff --git a/dev-perl/Hash-FieldHash/ChangeLog b/dev-perl/Hash-FieldHash/= ChangeLog new file mode 100644 index 0000000..ea9d20c --- /dev/null +++ b/dev-perl/Hash-FieldHash/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-perl/Hash-FieldHash +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + +*Hash-FieldHash-0.100.0 (22 Mar 2011) + + 22 Mar 2011; Kent Fredric + +Hash-FieldHash-0.100.0.ebuild, +metadata.xml: + Added for Object-ID + diff --git a/dev-perl/Hash-FieldHash/Hash-FieldHash-0.100.0.ebuild b/dev-= perl/Hash-FieldHash/Hash-FieldHash-0.100.0.ebuild new file mode 100644 index 0000000..5f20e7c --- /dev/null +++ b/dev-perl/Hash-FieldHash/Hash-FieldHash-0.100.0.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +EAPI=3D"4" +MODULE_AUTHOR=3DGFUJI +MODULE_VERSION=3D0.10 +inherit perl-module + +DESCRIPTION=3D"A lightweight field hash implementation" +LICENSE=3D"|| ( Artistic GPL-2 )" +SLOT=3D"0" +KEYWORDS=3D"~amd64 ~x86" +IUSE=3D"test" +comment() { echo ''; } +COMMON_DEPEND=3D" + >=3Dvirtual/perl-parent-0.221 $(comment 0.221.0) + || ( + >=3Ddev-lang/perl-5.010 + >=3Ddev-perl/MRO-Compat-0.10 $(comment 0.100.0) + ) +" +DEPEND=3D" + ${COMMON_DEPEND} + $(comment CONFIGURE REQUIRES) + >=3Dvirtual/perl-ExtUtils-MakeMaker-6.42 $(comment 6.420.0) + >=3Dvirtual/perl-Devel-PPPort-3.19 $(comment 3.190.0) + test? ( + >=3Dvirtual/perl-Test-Simple-0.62 $(comment 0.620.0) + >=3Ddev-perl/Test-LeakTrace-0.70.0 + ) + $(comment BUILD REQUIRES) + >=3Dvirtual/perl-ExtUtils-ParseXS-2.21.0 $(comment 2.210.0) +" +RDEPEND=3D" + ${COMMON_DEPEND} +" +SRC_TEST=3D"do" diff --git a/dev-perl/Hash-FieldHash/metadata.xml b/dev-perl/Hash-FieldHa= sh/metadata.xml new file mode 100644 index 0000000..ccc7e0f --- /dev/null +++ b/dev-perl/Hash-FieldHash/metadata.xml @@ -0,0 +1,9 @@ + + + + perl + + kentfredric@gmail.com + Kent Fredric + +