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 1Qhl2j-0001Cg-J6 for garchives@archives.gentoo.org; Fri, 15 Jul 2011 16:15:09 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 126C7E0654; Fri, 15 Jul 2011 16:15:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id D5E41E0654 for ; Fri, 15 Jul 2011 16:15:01 +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 391932AC312 for ; Fri, 15 Jul 2011 16:15:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 8A75E8003F for ; Fri, 15 Jul 2011 16:15:00 +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.7.ebuild X-VCS-Directories: dev-perl/Getopt-Euclid/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: b5beb4d6b5e7dbc7592becb970caad1e5f24725f Date: Fri, 15 Jul 2011 16:15:00 +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: b869d232ca2c12f7faf60d2afa681edf commit: b5beb4d6b5e7dbc7592becb970caad1e5f24725f Author: Kent Fredric gmail com> AuthorDate: Fri Jul 15 07:35:26 2011 +0000 Commit: Kent Fredric gmail com> CommitDate: Fri Jul 15 07:35:26 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/perl-overlay.= git;a=3Dcommit;h=3Db5beb4d6 [newversion] Getopt-Euclid-0.2.7 (Portage version: 2.2.0_alpha43/git/Linux x86_64, signed Manifest commit = with key BD86D695) --- dev-perl/Getopt-Euclid/ChangeLog | 6 ++++ dev-perl/Getopt-Euclid/Getopt-Euclid-0.2.7.ebuild | 28 +++++++++++++++= ++++++ 2 files changed, 34 insertions(+), 0 deletions(-) diff --git a/dev-perl/Getopt-Euclid/ChangeLog b/dev-perl/Getopt-Euclid/Ch= angeLog index 4c3cc0b..887d69c 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.7 (15 Jul 2011) + + 15 Jul 2011; Kent Fredric + +Getopt-Euclid-0.2.7.ebuild: + Version Bump + *Getopt-Euclid-0.2.4 (29 Jun 2011) =20 29 Jun 2011; Kent Fredric diff --git a/dev-perl/Getopt-Euclid/Getopt-Euclid-0.2.7.ebuild b/dev-perl= /Getopt-Euclid/Getopt-Euclid-0.2.7.ebuild new file mode 100644 index 0000000..7f0a421 --- /dev/null +++ b/dev-perl/Getopt-Euclid/Getopt-Euclid-0.2.7.ebuild @@ -0,0 +1,28 @@ +# 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.7 +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 + $(comment virtual/perl-File-Basename) + virtual/perl-File-Spec $(comment File::Spec::Functions) + virtual/perl-Scalar-List-Utils $(comment List::Util) + virtual/perl-Text-Balanced + dev-perl/perltidy $(comment Perl::Tidy) +" +DEPEND=3D"${RDEPEND} + virtual/perl-Module-Build +" +SRC_TEST=3D"do"