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 ABAC5138CE4 for ; Tue, 9 Jun 2015 16:58:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 03ECFE0857; Tue, 9 Jun 2015 16:58:50 +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 24A5CE0853 for ; Tue, 9 Jun 2015 16:58:49 +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 65872340968 for ; Tue, 9 Jun 2015 16:58:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 132C1A34 for ; Tue, 9 Jun 2015 16:58:47 +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: <1433867544.d09fb09423b288db966447751685f7c068f13004.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/CLASS/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/CLASS/CLASS-1.0.0-r1.ebuild dev-perl/CLASS/CLASS-1.0.0.ebuild X-VCS-Directories: dev-perl/CLASS/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: d09fb09423b288db966447751685f7c068f13004 X-VCS-Branch: master Date: Tue, 9 Jun 2015 16:58:47 +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: e6b7e3a0-2a46-49d7-88d7-e11af37abf42 X-Archives-Hash: f537207b0bdfd8e06102d4b34c83e01b commit: d09fb09423b288db966447751685f7c068f13004 Author: Kent Fredric gmail com> AuthorDate: Tue Jun 9 16:32:24 2015 +0000 Commit: Kent Fredric gmail com> CommitDate: Tue Jun 9 16:32:24 2015 +0000 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=d09fb094 [fixup] CLASS: EAPI5, fixup deps Package-Manager: portage-2.2.17 .../{CLASS-1.0.0.ebuild => CLASS-1.0.0-r1.ebuild} | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/dev-perl/CLASS/CLASS-1.0.0.ebuild b/dev-perl/CLASS/CLASS-1.0.0-r1.ebuild similarity index 52% rename from dev-perl/CLASS/CLASS-1.0.0.ebuild rename to dev-perl/CLASS/CLASS-1.0.0-r1.ebuild index f1f887f..b06ae89 100644 --- a/dev-perl/CLASS/CLASS-1.0.0.ebuild +++ b/dev-perl/CLASS/CLASS-1.0.0-r1.ebuild @@ -1,24 +1,20 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=2 +EAPI=5 MODULE_AUTHOR=MSCHWERN -MODULE_VERSION="1.00" +MODULE_VERSION=1.00 inherit perl-module DESCRIPTION="Alias for __PACKAGE__" -LICENSE="|| ( Artistic GPL-2 )" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" -COMMON_DEPEND="" +REPEND="" DEPEND=" - ${COMMON_DEPEND} + ${RDEPEND} + virtual/perl-ExtUtils-MakeMaker test? ( - virtual/perl-Test-Simple + >=virtual/perl-Test-Simple-0.70.0 ) " -RDEPEND=" - ${COMMON_DEPEND} -" -SRC_TEST="do"