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 1QIIqY-0004o7-RH for garchives@archives.gentoo.org; Fri, 06 May 2011 11:05:23 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 059991C10B; Fri, 6 May 2011 11:04:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id BBA8B1C10B for ; Fri, 6 May 2011 11:04:00 +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 24E592AC034 for ; Fri, 6 May 2011 11:04:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 8212E80062 for ; Fri, 6 May 2011 11:03:59 +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: <3366a31d5a4f5780916d643a24d90a9ea19907fc.kent@gentoo> 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.1.ebuild dev-perl/Getopt-Euclid/metadata.xml X-VCS-Directories: dev-perl/Getopt-Euclid/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 3366a31d5a4f5780916d643a24d90a9ea19907fc Date: Fri, 6 May 2011 11:03:59 +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: c1acfa8e66b8c34295ad727d5b8418b6 Message-ID: <20110506110359.zRQD_hZ7mrTxL9nGcpztRrQrAjnGLkdJBrL4o0vmovI@z> commit: 3366a31d5a4f5780916d643a24d90a9ea19907fc Author: Kent Fredric gmail com> AuthorDate: Fri May 6 11:00:13 2011 +0000 Commit: Kent Fredric gmail com> CommitDate: Fri May 6 11:00:13 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/perl-overlay.= git;a=3Dcommit;h=3D3366a31d [fix] Getopt-Euclid-0.2.1 , modernize/cleanup (Portage version: 2.2.0_alpha30/git/Linux x86_64, signed Manifest commit = with key 0A0CB301) --- dev-perl/Getopt-Euclid/ChangeLog | 8 ++++++ dev-perl/Getopt-Euclid/Getopt-Euclid-0.2.1.ebuild | 25 ++++++++++++---= ----- dev-perl/Getopt-Euclid/metadata.xml | 9 +++++++ 3 files changed, 32 insertions(+), 10 deletions(-) diff --git a/dev-perl/Getopt-Euclid/ChangeLog b/dev-perl/Getopt-Euclid/Ch= angeLog new file mode 100644 index 0000000..c28ed3b --- /dev/null +++ b/dev-perl/Getopt-Euclid/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for dev-perl/Getopt-Euclid +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + + 06 May 2011; Kent Fredric Getopt-Euclid-0.2.1.= ebuild, + +metadata.xml: + Modernize + diff --git a/dev-perl/Getopt-Euclid/Getopt-Euclid-0.2.1.ebuild b/dev-perl= /Getopt-Euclid/Getopt-Euclid-0.2.1.ebuild index a0f5739..61f375a 100644 --- a/dev-perl/Getopt-Euclid/Getopt-Euclid-0.2.1.ebuild +++ b/dev-perl/Getopt-Euclid/Getopt-Euclid-0.2.1.ebuild @@ -1,20 +1,25 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ - +EAPI=3D4 +MODULE_AUTHOR=3DKGALINSKY +MODULE_VERSION=3D"0.2.1"; inherit perl-module =20 DESCRIPTION=3D"Executable Uniform Command-Line Interface Descriptions" -HOMEPAGE=3D"http://search.cpan.org/~kgalinsky/Getopt-Euclid" -SRC_URI=3D"mirror://cpan/authors/id/K/KG/KGALINSKY/${P}.tar.gz" =20 -LICENSE=3D"Unknown" +LICENSE=3D"|| ( Artistic GPL-2 )" SLOT=3D"0" -KEYWORDS=3D"~amd64 ~ia64 ~ppc ~sparc ~x86" +KEYWORDS=3D"~amd64 ~x86" IUSE=3D"" - -SRC_TEST=3D"do" - -RDEPEND=3D"dev-lang/perl" +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" + virtual/perl-Module-Build +" +SRC_TEST=3D"do" diff --git a/dev-perl/Getopt-Euclid/metadata.xml b/dev-perl/Getopt-Euclid= /metadata.xml new file mode 100644 index 0000000..504a3e6 --- /dev/null +++ b/dev-perl/Getopt-Euclid/metadata.xml @@ -0,0 +1,9 @@ + + + + perl + + kentfredric@gmail.com + Kent Fredric + + \ No newline at end of file