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 6FD36138CEC for ; Wed, 17 Jun 2015 00:57:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D92FD14024; Wed, 17 Jun 2015 00:56:49 +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 5D45E14026 for ; Wed, 17 Jun 2015 00:56: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 AF272340BE3 for ; Wed, 17 Jun 2015 00:56:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 79D65A5A for ; Wed, 17 Jun 2015 00:56:40 +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: <1434502010.f05e0c4fc574590ee708690fb13e3355638fe493.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Pod-Coverage-TrustPod/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Pod-Coverage-TrustPod/Pod-Coverage-TrustPod-0.100.2-r1.ebuild dev-perl/Pod-Coverage-TrustPod/Pod-Coverage-TrustPod-0.100.2-r2.ebuild X-VCS-Directories: dev-perl/Pod-Coverage-TrustPod/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: f05e0c4fc574590ee708690fb13e3355638fe493 X-VCS-Branch: master Date: Wed, 17 Jun 2015 00:56:40 +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: 75e2e920-25d1-42a7-9af2-2b74b96db525 X-Archives-Hash: eb0037b5bb3cc1fa581a89b7a5b14669 commit: f05e0c4fc574590ee708690fb13e3355638fe493 Author: Kent Fredric gmail com> AuthorDate: Wed Jun 17 00:46:50 2015 +0000 Commit: Kent Fredric gmail com> CommitDate: Wed Jun 17 00:46:50 2015 +0000 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=f05e0c4f [fixup] Pod-Coverage-TrustPod: EAPI5 Package-Manager: portage-2.2.17 ...d-0.100.2-r1.ebuild => Pod-Coverage-TrustPod-0.100.2-r2.ebuild} | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/dev-perl/Pod-Coverage-TrustPod/Pod-Coverage-TrustPod-0.100.2-r1.ebuild b/dev-perl/Pod-Coverage-TrustPod/Pod-Coverage-TrustPod-0.100.2-r2.ebuild similarity index 90% rename from dev-perl/Pod-Coverage-TrustPod/Pod-Coverage-TrustPod-0.100.2-r1.ebuild rename to dev-perl/Pod-Coverage-TrustPod/Pod-Coverage-TrustPod-0.100.2-r2.ebuild index d8dfc54..15bc485 100644 --- a/dev-perl/Pod-Coverage-TrustPod/Pod-Coverage-TrustPod-0.100.2-r1.ebuild +++ b/dev-perl/Pod-Coverage-TrustPod/Pod-Coverage-TrustPod-0.100.2-r2.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2014 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=RJBS MODULE_VERSION=0.100002 inherit perl-module DESCRIPTION='allow a module'\''s pod to contain Pod::Coverage hints' -LICENSE=" || ( Artistic GPL-2 )" + SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" @@ -41,4 +41,3 @@ DEPEND=" RDEPEND=" $(perl_meta_runtime) " -SRC_TEST="do"