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 614F4138247 for ; Sat, 11 Oct 2014 18:46:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D8C8FE0DC9; Sat, 11 Oct 2014 18:46:45 +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 8D324E0D8E for ; Sat, 11 Oct 2014 18:46:44 +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 7602C340413 for ; Sat, 11 Oct 2014 18:46:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 898D57967 for ; Sat, 11 Oct 2014 18:46:39 +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: <1413052834.e8118dfeb2658aa7b7820cdaf9e61a5f0ce473db.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/MetaCPAN-API/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/MetaCPAN-API/MetaCPAN-API-0.430.0-r1.ebuild dev-perl/MetaCPAN-API/MetaCPAN-API-0.430.0.ebuild X-VCS-Directories: dev-perl/MetaCPAN-API/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: e8118dfeb2658aa7b7820cdaf9e61a5f0ce473db X-VCS-Branch: master Date: Sat, 11 Oct 2014 18:46:39 +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: 9f9c1666-44b8-489f-958c-e94aa567ec1c X-Archives-Hash: eb03a14142a484a6b232007a10721ad3 commit: e8118dfeb2658aa7b7820cdaf9e61a5f0ce473db Author: Kent Fredric gmail com> AuthorDate: Sat Oct 11 18:40:34 2014 +0000 Commit: Kent Fredric gmail com> CommitDate: Sat Oct 11 18:40:34 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=e8118dfe [fixup] dev-perl/MetaCPAN-API EAPI5, PERL_RESTRICT=network-test Package-Manager: portage-2.2.10 --- ...{MetaCPAN-API-0.430.0.ebuild => MetaCPAN-API-0.430.0-r1.ebuild} | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/dev-perl/MetaCPAN-API/MetaCPAN-API-0.430.0.ebuild b/dev-perl/MetaCPAN-API/MetaCPAN-API-0.430.0-r1.ebuild similarity index 92% rename from dev-perl/MetaCPAN-API/MetaCPAN-API-0.430.0.ebuild rename to dev-perl/MetaCPAN-API/MetaCPAN-API-0.430.0-r1.ebuild index d0cd925..c853536 100644 --- a/dev-perl/MetaCPAN-API/MetaCPAN-API-0.430.0.ebuild +++ b/dev-perl/MetaCPAN-API/MetaCPAN-API-0.430.0-r1.ebuild @@ -1,15 +1,15 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 MODULE_AUTHOR=XSAWYERX MODULE_VERSION=0.43 inherit perl-module DESCRIPTION='A comprehensive, DWIM-featured API to MetaCPAN' -LICENSE=" || ( Artistic GPL-2 )" SLOT="0" KEYWORDS="~amd64 ~x86" +PERL_RESTRICT=network-test IUSE="" perl_meta_configure() { # ExtUtils::MakeMaker 6.30 ( 6.300.0 ) @@ -59,4 +59,3 @@ DEPEND=" RDEPEND=" $(perl_meta_runtime) " -SRC_TEST="do"