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 1Qdgb7-00069d-VD for garchives@archives.gentoo.org; Mon, 04 Jul 2011 10:41:50 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 42ECB21C0D3; Mon, 4 Jul 2011 10:41:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 1715B21C0BE for ; Mon, 4 Jul 2011 10:41:02 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7A5362AC00E for ; Mon, 4 Jul 2011 10:41:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 8AF9080051 for ; Mon, 4 Jul 2011 10:41:01 +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/Getopt-Euclid/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Getopt-Euclid/ChangeLog dev-perl/Getopt-Euclid/Getopt-Euclid-0.2.4.ebuild X-VCS-Directories: dev-perl/Getopt-Euclid/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: bdcd4ee836af3339089d6a9739f9bd5e8690e4ce Date: Mon, 4 Jul 2011 10:41:01 +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: 3a9997c7343cd8b1dbf97028d142d341 commit: bdcd4ee836af3339089d6a9739f9bd5e8690e4ce Author: Kent Fredric gmail com> AuthorDate: Wed Jun 29 05:28:14 2011 +0000 Commit: Kent Fredric gmail com> CommitDate: Wed Jun 29 05:28:14 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/perl-overlay.= git;a=3Dcommit;h=3Dbdcd4ee8 [newversion] Getopt-Euclid-0.2.4 (Portage version: 2.2.0_alpha41/git/Linux x86_64, signed Manifest commit = with key BD86D695) --- dev-perl/Getopt-Euclid/ChangeLog | 6 +++++ dev-perl/Getopt-Euclid/Getopt-Euclid-0.2.4.ebuild | 25 +++++++++++++++= ++++++ 2 files changed, 31 insertions(+), 0 deletions(-) diff --git a/dev-perl/Getopt-Euclid/ChangeLog b/dev-perl/Getopt-Euclid/Ch= angeLog index aff0fb3..4c3cc0b 100644 --- a/dev-perl/Getopt-Euclid/ChangeLog +++ b/dev-perl/Getopt-Euclid/ChangeLog @@ -2,6 +2,12 @@ # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ =20 +*Getopt-Euclid-0.2.4 (29 Jun 2011) + + 29 Jun 2011; Kent Fredric + +Getopt-Euclid-0.2.4.ebuild: + Version Bump + 06 Jun 2011; Kent Fredric Getopt-Euclid-0.2.1.= ebuild, Getopt-Euclid-0.2.3.ebuild: Minor: get rid of excess ; and ", it annoys naive parsers diff --git a/dev-perl/Getopt-Euclid/Getopt-Euclid-0.2.4.ebuild b/dev-perl= /Getopt-Euclid/Getopt-Euclid-0.2.4.ebuild new file mode 100644 index 0000000..425835d --- /dev/null +++ b/dev-perl/Getopt-Euclid/Getopt-Euclid-0.2.4.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +EAPI=3D4 +MODULE_AUTHOR=3DFANGLY +MODULE_VERSION=3D0.2.4 +inherit perl-module + +DESCRIPTION=3D"Executable Uniform Command-Line Interface Descriptions" + +LICENSE=3D"|| ( Artistic GPL-2 )" +SLOT=3D"0" +KEYWORDS=3D"~amd64 ~x86" +IUSE=3D"" +comment() { echo ''; } +RDEPEND=3D" + virtual/perl-Test-Simple + virtual/perl-version + virtual/perl-File-Spec $(comment File::Spec::Functions) + virtual/perl-Scalar-List-Utils $(comment List::Util) +" +DEPEND=3D"${RDEPEND} + virtual/perl-Module-Build +" +SRC_TEST=3D"do"