From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 64182138CD3 for ; Sun, 7 Jun 2015 19:48:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0B3F7E08B2; Sun, 7 Jun 2015 19:48:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6F19FE08B2 for ; Sun, 7 Jun 2015 19:48:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C4F02340676 for ; Sun, 7 Jun 2015 19:48:17 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7C6B2A14 for ; Sun, 7 Jun 2015 19:48:16 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1433691903.f39da97e4d627285bfaa30a306f986cb6fda8b16.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Module-Compile-TT/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Module-Compile-TT/Module-Compile-TT-0.20.0-r1.ebuild dev-perl/Module-Compile-TT/Module-Compile-TT-0.20.0.ebuild X-VCS-Directories: dev-perl/Module-Compile-TT/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: f39da97e4d627285bfaa30a306f986cb6fda8b16 X-VCS-Branch: master Date: Sun, 7 Jun 2015 19:48:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: cef2a2b1-7aa1-4428-9f70-862eb759a563 X-Archives-Hash: 169995829075da9b6df8f97650856f39 commit: f39da97e4d627285bfaa30a306f986cb6fda8b16 Author: Kent Fredric gmail com> AuthorDate: Sun Jun 7 15:45:03 2015 +0000 Commit: Kent Fredric gmail com> CommitDate: Sun Jun 7 15:45:03 2015 +0000 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=f39da97e [fixup] MOdule-Compile-TT: Set Test-Simple as a provider for Test::use::ok Package-Manager: portage-2.2.17 ...-Compile-TT-0.20.0.ebuild => Module-Compile-TT-0.20.0-r1.ebuild} | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/dev-perl/Module-Compile-TT/Module-Compile-TT-0.20.0.ebuild b/dev-perl/Module-Compile-TT/Module-Compile-TT-0.20.0-r1.ebuild similarity index 79% rename from dev-perl/Module-Compile-TT/Module-Compile-TT-0.20.0.ebuild rename to dev-perl/Module-Compile-TT/Module-Compile-TT-0.20.0-r1.ebuild index 2bc7a7e..7344ea3 100644 --- a/dev-perl/Module-Compile-TT/Module-Compile-TT-0.20.0.ebuild +++ b/dev-perl/Module-Compile-TT/Module-Compile-TT-0.20.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=5 @@ -7,7 +7,6 @@ MODULE_VERSION=0.02 inherit perl-module DESCRIPTION="Preprocess Perl code with Template Toolkit and Module::Compile." -LICENSE="|| ( Artistic GPL-2 )" SLOT="0" KEYWORDS="~amd64 ~x86" @@ -17,9 +16,8 @@ IUSE="" RDEPEND=" dev-perl/Module-Compile dev-perl/Template-Toolkit - dev-perl/Test-use-ok + || ( >=virtual/perl-Test-Simple-1.1.10 dev-perl/Test-use-ok ) " DEPEND="$RDEPEND virtual/perl-Module-Build " -SRC_TEST=do