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 B14D6138CEE for ; Wed, 17 Jun 2015 00:56:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 66D2214011; Wed, 17 Jun 2015 00:56:42 +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 810CFE084B for ; Wed, 17 Jun 2015 00:56:41 +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 7F4E0340BCA for ; Wed, 17 Jun 2015 00:56:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2EDCFA41 for ; Wed, 17 Jun 2015 00:56: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: <1434500495.c088b18cefe86938bf77508ca3aab7b13e74832f.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Model-File/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Catalyst-Model-File/Catalyst-Model-File-0.100.0-r1.ebuild dev-perl/Catalyst-Model-File/Catalyst-Model-File-0.100.0.ebuild X-VCS-Directories: dev-perl/Catalyst-Model-File/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: c088b18cefe86938bf77508ca3aab7b13e74832f X-VCS-Branch: master Date: Wed, 17 Jun 2015 00:56: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: d8e37462-c6a8-457b-bab2-ac41008fc364 X-Archives-Hash: 6bf778ef7df147bb72d7b8d44439cfe4 commit: c088b18cefe86938bf77508ca3aab7b13e74832f Author: Kent Fredric gmail com> AuthorDate: Wed Jun 17 00:21:35 2015 +0000 Commit: Kent Fredric gmail com> CommitDate: Wed Jun 17 00:21:35 2015 +0000 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=c088b18c [fixup] Catalyst-Model-File: EAPI5 Package-Manager: portage-2.2.17 ...l-File-0.100.0.ebuild => Catalyst-Model-File-0.100.0-r1.ebuild} | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/dev-perl/Catalyst-Model-File/Catalyst-Model-File-0.100.0.ebuild b/dev-perl/Catalyst-Model-File/Catalyst-Model-File-0.100.0-r1.ebuild similarity index 92% rename from dev-perl/Catalyst-Model-File/Catalyst-Model-File-0.100.0.ebuild rename to dev-perl/Catalyst-Model-File/Catalyst-Model-File-0.100.0-r1.ebuild index 5f24ffc..2072f56 100644 --- a/dev-perl/Catalyst-Model-File/Catalyst-Model-File-0.100.0.ebuild +++ b/dev-perl/Catalyst-Model-File/Catalyst-Model-File-0.100.0-r1.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2012 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=ASH MODULE_VERSION=0.10 inherit perl-module DESCRIPTION='File based storage model for Catalyst.' -LICENSE=" || ( Artistic GPL-2 )" + SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" @@ -49,4 +49,3 @@ DEPEND=" RDEPEND=" $(perl_meta_runtime) " -SRC_TEST="do"