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 1QJTwF-0000QE-Sw for garchives@archives.gentoo.org; Mon, 09 May 2011 17:08:08 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 22E551C038; Mon, 9 May 2011 17:08:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id D8B611C038 for ; Mon, 9 May 2011 17:07:59 +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 EEB901B401C for ; Mon, 9 May 2011 17:07:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 4AFBB80504 for ; Mon, 9 May 2011 17:07:58 +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: <312ccaa3a8c274a2b8b25d9df73b2da15cd24942.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Algorithm-IncludeExclude/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Algorithm-IncludeExclude/Algorithm-IncludeExclude-0.10.0.ebuild dev-perl/Algorithm-IncludeExclude/ChangeLog X-VCS-Directories: dev-perl/Algorithm-IncludeExclude/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 312ccaa3a8c274a2b8b25d9df73b2da15cd24942 Date: Mon, 9 May 2011 17:07:58 +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: fa17cceb6a020780b5a41496e9b42f46 commit: 312ccaa3a8c274a2b8b25d9df73b2da15cd24942 Author: Kent Fredric gmail com> AuthorDate: Mon May 9 17:07:06 2011 +0000 Commit: Kent Fredric gmail com> CommitDate: Mon May 9 17:07:06 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/perl-overlay.= git;a=3Dcommit;h=3D312ccaa3 [fixdeps] Add Test::Exception and T::M as deps to Algorithm-IncludeExclud= e (Portage version: 2.2.0_alpha31/git/Linux x86_64, signed Manifest commit = with key 0A0CB301) --- .../Algorithm-IncludeExclude-0.10.0.ebuild | 12 ++++++++++-- dev-perl/Algorithm-IncludeExclude/ChangeLog | 4 ++++ 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/dev-perl/Algorithm-IncludeExclude/Algorithm-IncludeExclude-0= .10.0.ebuild b/dev-perl/Algorithm-IncludeExclude/Algorithm-IncludeExclude= -0.10.0.ebuild index 56d687c..a7ff96b 100644 --- a/dev-perl/Algorithm-IncludeExclude/Algorithm-IncludeExclude-0.10.0.e= build +++ b/dev-perl/Algorithm-IncludeExclude/Algorithm-IncludeExclude-0.10.0.e= build @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ =20 -EAPI=3D3 +EAPI=3D4 =20 MODULE_VERSION=3D0.01 MODULE_AUTHOR=3DJROCKWAY @@ -12,6 +12,14 @@ DESCRIPTION=3D"build and evaluate include/exclude list= s" =20 SLOT=3D"0" KEYWORDS=3D"~amd64 ~x86" -IUSE=3D"" +IUSE=3D"test" +comment() { echo ''; } =20 +RDEPEND=3D"$(comment virtual/perl-Carp)" +DEPEND=3D"${RDEPEND} + test? ( + virtual/perl-Test-Simple $(comment Test::More) + dev-perl/Test-Exception + ) +" SRC_TEST=3D"do" diff --git a/dev-perl/Algorithm-IncludeExclude/ChangeLog b/dev-perl/Algor= ithm-IncludeExclude/ChangeLog index 4624c32..301f553 100644 --- a/dev-perl/Algorithm-IncludeExclude/ChangeLog +++ b/dev-perl/Algorithm-IncludeExclude/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ =20 + 09 May 2011; Kent Fredric + Algorithm-IncludeExclude-0.10.0.ebuild: + Fix deps, Add Test::Exception + *Algorithm-IncludeExclude-0.10.0 (12 Apr 2011) =20 12 Apr 2011; Kent Fredric