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 8767D138CEC for ; Tue, 16 Jun 2015 23:35:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 14EACE084D; Tue, 16 Jun 2015 23:35:56 +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 B4A27E084D for ; Tue, 16 Jun 2015 23:35:55 +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 122FA340885 for ; Tue, 16 Jun 2015 23:35:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5BA39A55 for ; Tue, 16 Jun 2015 23:35: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: <1434497546.1845bfc26969c337c576bf452fdded894d982d0c.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Class-Fields/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Class-Fields/Class-Fields-0.204.0.ebuild dev-perl/Class-Fields/Class-Fields-0.204.ebuild X-VCS-Directories: dev-perl/Class-Fields/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 1845bfc26969c337c576bf452fdded894d982d0c X-VCS-Branch: master Date: Tue, 16 Jun 2015 23:35: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: 7df5c661-4e17-4be7-b4fb-28ecd6bed381 X-Archives-Hash: 24d9e23f49a0793bb8056c8b2db0b7e8 commit: 1845bfc26969c337c576bf452fdded894d982d0c Author: Kent Fredric gmail com> AuthorDate: Tue Jun 16 23:32:26 2015 +0000 Commit: Kent Fredric gmail com> CommitDate: Tue Jun 16 23:32:26 2015 +0000 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=1845bfc2 [fixup] Class-Fields: EAPI5, normalize version Package-Manager: portage-2.2.17 .../{Class-Fields-0.204.ebuild => Class-Fields-0.204.0.ebuild} | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/dev-perl/Class-Fields/Class-Fields-0.204.ebuild b/dev-perl/Class-Fields/Class-Fields-0.204.0.ebuild similarity index 75% rename from dev-perl/Class-Fields/Class-Fields-0.204.ebuild rename to dev-perl/Class-Fields/Class-Fields-0.204.0.ebuild index 7aac535..e03fda4 100644 --- a/dev-perl/Class-Fields/Class-Fields-0.204.ebuild +++ b/dev-perl/Class-Fields/Class-Fields-0.204.0.ebuild @@ -1,18 +1,16 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=3 +EAPI=5 MODULE_AUTHOR=MSCHWERN MODULE_VERSION=0.204 inherit perl-module DESCRIPTION="Inspect the fields of a class." -LICENSE="|| ( Artistic GPL-2 )" + SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="dev-perl/Carp-Assert" RDEPEND="${DEPEND}" - -SRC_TEST="do"