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 1QHuAK-0006DM-57 for garchives@archives.gentoo.org; Thu, 05 May 2011 08:44:08 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 617571C053; Thu, 5 May 2011 08:43:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 35FBA1C053 for ; Thu, 5 May 2011 08:43:36 +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 C685A2AC042 for ; Thu, 5 May 2011 08:43:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 3D0E380509 for ; Thu, 5 May 2011 08:43:35 +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/Data-Section/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Data-Section/ChangeLog dev-perl/Data-Section/Data-Section-0.101.621.ebuild X-VCS-Directories: dev-perl/Data-Section/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: ad06acfc357058453a4354b9702ab36d97c9071f Date: Thu, 5 May 2011 08:43:35 +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: a91e3d27bd4dbeb3c064d47464546c7a Message-ID: <20110505084335.Po7PA245VY3oVmKXDf9fySQ0UEKuEwUU57WDHQmZ1ac@z> commit: ad06acfc357058453a4354b9702ab36d97c9071f Author: Kent Fredric gmail com> AuthorDate: Thu May 5 08:42:54 2011 +0000 Commit: Kent Fredric gmail com> CommitDate: Thu May 5 08:42:54 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/perl-overlay.= git;a=3Dcommit;h=3Dad06acfc [newversion] Data-Section-0.101.621 (Portage version: 2.2.0_alpha30/git/Linux x86_64, signed Manifest commit = with key 0A0CB301) --- dev-perl/Data-Section/ChangeLog | 6 ++++ .../Data-Section/Data-Section-0.101.621.ebuild | 31 ++++++++++++++= ++++++ 2 files changed, 37 insertions(+), 0 deletions(-) diff --git a/dev-perl/Data-Section/ChangeLog b/dev-perl/Data-Section/Chan= geLog index 457f1bb..1742134 100644 --- a/dev-perl/Data-Section/ChangeLog +++ b/dev-perl/Data-Section/ChangeLog @@ -2,6 +2,12 @@ # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ =20 +*Data-Section-0.101.621 (05 May 2011) + + 05 May 2011; Kent Fredric + +Data-Section-0.101.621.ebuild: + Bump + *Data-Section-0.101.620 (05 May 2011) *Data-Section-0.100.770 (05 May 2011) *Data-Section-0.100.270 (05 May 2011) diff --git a/dev-perl/Data-Section/Data-Section-0.101.621.ebuild b/dev-pe= rl/Data-Section/Data-Section-0.101.621.ebuild new file mode 100644 index 0000000..81c647a --- /dev/null +++ b/dev-perl/Data-Section/Data-Section-0.101.621.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3D4 + +MODULE_AUTHOR=3DRJBS +MODULE_VERSION=3D0.101621 +inherit perl-module + +DESCRIPTION=3D"read multiple hunks of data out of your DATA section" + +SLOT=3D"0" +KEYWORDS=3D"~amd64 ~x86" +IUSE=3D"" +comment() { echo '';} +COMMON_DEPEND=3D" + >=3Ddev-perl/MRO-Compat-0.09 $(comment 0.90.0) + >=3Ddev-perl/Sub-Exporter-0.979 $(comment 0.979.0) +" +DEPEND=3D" + $(comment CDEP) + >=3Dvirtual/perl-ExtUtils-MakeMaker-6.56 $(comment 6.560.0) + $(comment BDEP) + >=3Dvirtual/perl-Test-Simple-0.96 $(comment Test::More 0.960.0) + ${COMMON_DEPEND} +" +RDEPEND=3D" + ${COMMON_DEPEND} +" +SRC_TEST=3D"do"