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 DD4CC138CEA for ; Sun, 14 Jun 2015 16:31:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DE2F8E0856; Sun, 14 Jun 2015 16:30:53 +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 51675E088A for ; Sun, 14 Jun 2015 16:30:53 +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 50C97340BF8 for ; Sun, 14 Jun 2015 16:30:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 005C3A3A for ; Sun, 14 Jun 2015 16:30:51 +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: <1434298323.2423fc8c21dbd27b01df6d63178d3e25700dce61.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dist-Zilla-Role-Tempdir/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Dist-Zilla-Role-Tempdir/Dist-Zilla-Role-Tempdir-0.10.537.220.ebuild X-VCS-Directories: dev-perl/Dist-Zilla-Role-Tempdir/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 2423fc8c21dbd27b01df6d63178d3e25700dce61 X-VCS-Branch: master Date: Sun, 14 Jun 2015 16:30:51 +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: 9dd856ef-df61-492b-aee5-562c4c3fb0fb X-Archives-Hash: 3201c2f62a161650ab13d2e1bd5dfc88 commit: 2423fc8c21dbd27b01df6d63178d3e25700dce61 Author: Kent Fredric gmail com> AuthorDate: Sun Jun 14 16:12:03 2015 +0000 Commit: Kent Fredric gmail com> CommitDate: Sun Jun 14 16:12:03 2015 +0000 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=2423fc8c [fixup] Dist-Zilla-Role-Tempdir: Module::Build is no longer part of core Perl and has been moved to dev-perl Package-Manager: portage-2.2.17 .../Dist-Zilla-Role-Tempdir-0.10.537.220.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-perl/Dist-Zilla-Role-Tempdir/Dist-Zilla-Role-Tempdir-0.10.537.220.ebuild b/dev-perl/Dist-Zilla-Role-Tempdir/Dist-Zilla-Role-Tempdir-0.10.537.220.ebuild index f9aa6e3..011bd1b 100644 --- a/dev-perl/Dist-Zilla-Role-Tempdir/Dist-Zilla-Role-Tempdir-0.10.537.220.ebuild +++ b/dev-perl/Dist-Zilla-Role-Tempdir/Dist-Zilla-Role-Tempdir-0.10.537.220.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=5 @@ -13,11 +13,11 @@ KEYWORDS="~amd64 ~x86" IUSE="test" perl_meta_configure() { # Module::Build 0.4004 ( 0.400.400 ) - echo \>=virtual/perl-Module-Build-0.400.400 + echo \>=dev-perl/Module-Build-0.400.400 } perl_meta_build() { # Module::Build 0.4004 ( 0.400.400 ) - echo \>=virtual/perl-Module-Build-0.400.400 + echo \>=dev-perl/Module-Build-0.400.400 } perl_meta_runtime() { # Carp