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 1PxoFe-0006nT-Sx for garchives@archives.gentoo.org; Thu, 10 Mar 2011 22:22:35 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 13FB1E05A5; Thu, 10 Mar 2011 22:20:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id C96FAE05A5 for ; Thu, 10 Mar 2011 22:20:42 +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 202671B40C5 for ; Thu, 10 Mar 2011 22:20:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 7FD0D8006E for ; Thu, 10 Mar 2011 22:20:41 +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: <99e00e2c1a91f062b071457caf502c2bb6f5b651.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Handel/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Handel/ChangeLog dev-perl/Handel/Handel-1.00011-r1.ebuild dev-perl/Handel/Handel-1.00011-r2.ebuild dev-perl/Handel/Handel-1.00011.ebuild dev-perl/Handel/Handel-1.00013.ebuild X-VCS-Directories: dev-perl/Handel/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 99e00e2c1a91f062b071457caf502c2bb6f5b651 Date: Thu, 10 Mar 2011 22:20:41 +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: 909a632217f81f6dbdbcabd7130437fa commit: 99e00e2c1a91f062b071457caf502c2bb6f5b651 Author: Kent Fredric gmail com> AuthorDate: Thu Mar 10 19:35:27 2011 +0000 Commit: Kent Fredric gmail com> CommitDate: Thu Mar 10 19:35:27 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/perl-overlay.= git;a=3Dcommit;h=3D99e00e2c [qa] EAPI3 + QA fix for Handel. No src test because everything either fai= ls epically or goes into deep recursion and OOMs (Portage version: 2.2.0_alpha26/git/Linux x86_64, signed Manifest commit = with key 0A0CB301) --- dev-perl/Handel/ChangeLog | 4 ++++ dev-perl/Handel/Handel-1.00011-r1.ebuild | 5 +++-- dev-perl/Handel/Handel-1.00011-r2.ebuild | 5 +++-- dev-perl/Handel/Handel-1.00011.ebuild | 5 +++-- dev-perl/Handel/Handel-1.00013.ebuild | 4 +++- 5 files changed, 16 insertions(+), 7 deletions(-) diff --git a/dev-perl/Handel/ChangeLog b/dev-perl/Handel/ChangeLog index 13cbbc4..ceff508 100644 --- a/dev-perl/Handel/ChangeLog +++ b/dev-perl/Handel/ChangeLog @@ -4,6 +4,10 @@ =20 10 Mar 2011; Kent Fredric Handel-1.00011.ebuil= d, Handel-1.00011-r1.ebuild, Handel-1.00011-r2.ebuild, Handel-1.00013.ebu= ild: + QA Fixes, EAPI3 + + 10 Mar 2011; Kent Fredric Handel-1.00011.ebuil= d, + Handel-1.00011-r1.ebuild, Handel-1.00011-r2.ebuild, Handel-1.00013.ebu= ild: Fixdep Locale-Codes =20 *Handel-1.00013 (09 Aug 2010) diff --git a/dev-perl/Handel/Handel-1.00011-r1.ebuild b/dev-perl/Handel/H= andel-1.00011-r1.ebuild index f0ca72f..a799f2f 100644 --- a/dev-perl/Handel/Handel-1.00011-r1.ebuild +++ b/dev-perl/Handel/Handel-1.00011-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ - +EAPI=3D3 MODULE_AUTHOR=3DCLACO inherit perl-module =20 @@ -43,6 +43,7 @@ DEPEND=3D" dev-perl/HTML-FillInForm ) " - +RDEPEND=3D"${DEPEND}" +#SRC_TEST=3D"do" # DEEP RECURSION #>=3Ddev-perl/Clone-0.28 #>=3Ddev-perl/yaml-0.65 diff --git a/dev-perl/Handel/Handel-1.00011-r2.ebuild b/dev-perl/Handel/H= andel-1.00011-r2.ebuild index f0ca72f..39a1743 100644 --- a/dev-perl/Handel/Handel-1.00011-r2.ebuild +++ b/dev-perl/Handel/Handel-1.00011-r2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ - +EAPI=3D3 MODULE_AUTHOR=3DCLACO inherit perl-module =20 @@ -43,6 +43,7 @@ DEPEND=3D" dev-perl/HTML-FillInForm ) " - +RDEPEND=3D"${DEPEND}" +# SRC_TEST=3D"do" # deep recursion #>=3Ddev-perl/Clone-0.28 #>=3Ddev-perl/yaml-0.65 diff --git a/dev-perl/Handel/Handel-1.00011.ebuild b/dev-perl/Handel/Hand= el-1.00011.ebuild index ffbb9c7..97f85c4 100644 --- a/dev-perl/Handel/Handel-1.00011.ebuild +++ b/dev-perl/Handel/Handel-1.00011.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ - +EAPI=3D3 MODULE_AUTHOR=3DCLACO inherit perl-module =20 @@ -44,6 +44,7 @@ DEPEND=3D" dev-perl/HTML-FillInForm ) " - +RDEPEND=3D"${DEPEND}" +#SRC_TEST=3D"do" # DEEP RECURSION #>=3Ddev-perl/Clone-0.28 #>=3Ddev-perl/yaml-0.65 diff --git a/dev-perl/Handel/Handel-1.00013.ebuild b/dev-perl/Handel/Hand= el-1.00013.ebuild index e772abf..db851f9 100644 --- a/dev-perl/Handel/Handel-1.00013.ebuild +++ b/dev-perl/Handel/Handel-1.00013.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ - +EAPI=3D3 MODULE_AUTHOR=3DCLACO inherit perl-module =20 @@ -44,3 +44,5 @@ DEPEND=3D" >=3Ddev-perl/HTML-FillInForm-2.00 ) " +RDEPEND=3D"${DEPEND}" +#SRC_TEST=3D"do"