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 60E09138D16 for ; Tue, 14 Jul 2015 06:25:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0057EE08DC; Tue, 14 Jul 2015 06:25: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 8C3CEE08DC for ; Tue, 14 Jul 2015 06:25:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A9A7134085D for ; Tue, 14 Jul 2015 06:25:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 18400999 for ; Tue, 14 Jul 2015 06:25:46 +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: <1436855077.ff8d07438392a01f330575d7f7ad47f896f512d2.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Plugin-I18N/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Catalyst-Plugin-I18N/Catalyst-Plugin-I18N-0.100.0-r1.ebuild dev-perl/Catalyst-Plugin-I18N/Catalyst-Plugin-I18N-0.100.0.ebuild X-VCS-Directories: dev-perl/Catalyst-Plugin-I18N/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: ff8d07438392a01f330575d7f7ad47f896f512d2 X-VCS-Branch: master Date: Tue, 14 Jul 2015 06:25:46 +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: f536c432-b31a-4204-abf7-6f49fb6a425b X-Archives-Hash: a47d3052f8c7b2decda102592efbb402 commit: ff8d07438392a01f330575d7f7ad47f896f512d2 Author: Kent Fredric gmail com> AuthorDate: Tue Jul 14 06:24:37 2015 +0000 Commit: Kent Fredric gmail com> CommitDate: Tue Jul 14 06:24:37 2015 +0000 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=ff8d0743 dev-perl/Catalyst-Plugin-I18N: Fixup dep on Locale-MakeText-Lexicon Package-Manager: portage-2.2.17 ...-I18N-0.100.0.ebuild => Catalyst-Plugin-I18N-0.100.0-r1.ebuild} | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/dev-perl/Catalyst-Plugin-I18N/Catalyst-Plugin-I18N-0.100.0.ebuild b/dev-perl/Catalyst-Plugin-I18N/Catalyst-Plugin-I18N-0.100.0-r1.ebuild similarity index 78% rename from dev-perl/Catalyst-Plugin-I18N/Catalyst-Plugin-I18N-0.100.0.ebuild rename to dev-perl/Catalyst-Plugin-I18N/Catalyst-Plugin-I18N-0.100.0-r1.ebuild index 7d6c72a..e3ff82d 100644 --- a/dev-perl/Catalyst-Plugin-I18N/Catalyst-Plugin-I18N-0.100.0.ebuild +++ b/dev-perl/Catalyst-Plugin-I18N/Catalyst-Plugin-I18N-0.100.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=5 @@ -7,7 +7,6 @@ MODULE_VERSION=0.10 inherit perl-module DESCRIPTION="I18N for Catalyst" -LICENSE="|| ( Artistic GPL-2 )" SLOT="0" KEYWORDS="~amd64 ~x86" @@ -17,7 +16,7 @@ DEPEND=" dev-perl/Catalyst-Runtime >=virtual/perl-Locale-Maketext-Simple-0.190.0 >=virtual/perl-I18N-LangTags-0.350.0 - dev-perl/locale-maketext-lexicon + dev-perl/Locale-Maketext-Lexicon >=dev-perl/MRO-Compat-0.100.0 " RDEPEND=${DEPEND} @@ -26,5 +25,3 @@ PERL_RM_FILES=( t/02pod.t t/03podcoverage.t ) - -SRC_TEST=do