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 EF7E1138989 for ; Sat, 2 May 2015 02:21:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 47CEAE082D; Sat, 2 May 2015 02:21:15 +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 E30D0E082D for ; Sat, 2 May 2015 02:21:14 +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 129E3340AFF for ; Sat, 2 May 2015 02:21:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 936059B2 for ; Sat, 2 May 2015 02:21:09 +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: <1430518104.93daf61068538a875cce6e9b94cc17bcfeef5801.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/B-Hooks-OP-Annotation/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/B-Hooks-OP-Annotation/B-Hooks-OP-Annotation-0.440.0-r1.ebuild dev-perl/B-Hooks-OP-Annotation/B-Hooks-OP-Annotation-0.440.0.ebuild X-VCS-Directories: dev-perl/B-Hooks-OP-Annotation/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 93daf61068538a875cce6e9b94cc17bcfeef5801 X-VCS-Branch: master Date: Sat, 2 May 2015 02:21:09 +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: 9ad02e71-9ff5-4ce6-9717-d312bd05c6f9 X-Archives-Hash: ed111dd044ee246c506e2a9068ae393f commit: 93daf61068538a875cce6e9b94cc17bcfeef5801 Author: Kent Fredric gmail com> AuthorDate: Fri May 1 22:08:24 2015 +0000 Commit: Kent Fredric gmail com> CommitDate: Fri May 1 22:08:24 2015 +0000 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=93daf610 [fixup] B-Hooks-OP-Annotation: EAPI5, fixup deps and tests Package-Manager: portage-2.2.17 ...ild => B-Hooks-OP-Annotation-0.440.0-r1.ebuild} | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/dev-perl/B-Hooks-OP-Annotation/B-Hooks-OP-Annotation-0.440.0.ebuild b/dev-perl/B-Hooks-OP-Annotation/B-Hooks-OP-Annotation-0.440.0-r1.ebuild similarity index 55% rename from dev-perl/B-Hooks-OP-Annotation/B-Hooks-OP-Annotation-0.440.0.ebuild rename to dev-perl/B-Hooks-OP-Annotation/B-Hooks-OP-Annotation-0.440.0-r1.ebuild index 58a54f3..0366d09 100644 --- a/dev-perl/B-Hooks-OP-Annotation/B-Hooks-OP-Annotation-0.440.0.ebuild +++ b/dev-perl/B-Hooks-OP-Annotation/B-Hooks-OP-Annotation-0.440.0-r1.ebuild @@ -1,25 +1,23 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI="4" +EAPI=5 MODULE_AUTHOR=CHOCOLATE MODULE_VERSION=0.44 inherit perl-module DESCRIPTION="annotate and delegate hooked OPs" -LICENSE="|| ( Artistic GPL-2 )" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -comment() { echo ''; } -COMMON_DEPEND=" - >=dev-perl/extutils-depends-0.304.0 -" + +PERL_RM_FILES=( + t/pod.t +) + +RDEPEND="" DEPEND=" - ${COMMON_DEPEND} + ${RDEPEND} virtual/perl-ExtUtils-MakeMaker + >=dev-perl/ExtUtils-Depends-0.304.0 " -RDEPEND=" - ${COMMON_DEPEND} -" -SRC_TEST="do"