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 5782713877A for ; Wed, 27 Aug 2014 00:55:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1F9FEE08F5; Wed, 27 Aug 2014 00:55:54 +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 77174E08F5 for ; Wed, 27 Aug 2014 00:55:53 +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 54D3033FF6F for ; Wed, 27 Aug 2014 00:55:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8907A3F00 for ; Wed, 27 Aug 2014 00:55:50 +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: <1409096154.637a5efe473df6701f2632ac4484f7d128211dab.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.10-r1.ebuild dev-perl/Catalyst-Plugin-I18N/Catalyst-Plugin-I18N-0.100.0.ebuild dev-perl/Catalyst-Plugin-I18N/ChangeLog X-VCS-Directories: dev-perl/Catalyst-Plugin-I18N/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 637a5efe473df6701f2632ac4484f7d128211dab X-VCS-Branch: master Date: Wed, 27 Aug 2014 00:55:50 +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: c03bc871-2270-429d-ae79-b42f6fcf8cd2 X-Archives-Hash: 0fcf8b1f4da886f86fa2a8c393a0965a commit: 637a5efe473df6701f2632ac4484f7d128211dab Author: Kent Fredric gmail com> AuthorDate: Tue Aug 26 23:35:54 2014 +0000 Commit: Kent Fredric gmail com> CommitDate: Tue Aug 26 23:35:54 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=637a5efe [fixup] dev-perl/Catalyst-Plugin-I18N EAPI=5, Normalise, Fixups Package-Manager: portage-2.2.10 --- ...-0.10-r1.ebuild => Catalyst-Plugin-I18N-0.100.0.ebuild} | 14 +++++++++++--- dev-perl/Catalyst-Plugin-I18N/ChangeLog | 6 ++++++ 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/dev-perl/Catalyst-Plugin-I18N/Catalyst-Plugin-I18N-0.10-r1.ebuild b/dev-perl/Catalyst-Plugin-I18N/Catalyst-Plugin-I18N-0.100.0.ebuild similarity index 69% rename from dev-perl/Catalyst-Plugin-I18N/Catalyst-Plugin-I18N-0.10-r1.ebuild rename to dev-perl/Catalyst-Plugin-I18N/Catalyst-Plugin-I18N-0.100.0.ebuild index 6d47944..7d6c72a 100644 --- a/dev-perl/Catalyst-Plugin-I18N/Catalyst-Plugin-I18N-0.10-r1.ebuild +++ b/dev-perl/Catalyst-Plugin-I18N/Catalyst-Plugin-I18N-0.100.0.ebuild @@ -1,8 +1,9 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ - +EAPI=5 MODULE_AUTHOR=BOBTFISH +MODULE_VERSION=0.10 inherit perl-module DESCRIPTION="I18N for Catalyst" @@ -14,9 +15,16 @@ KEYWORDS="~amd64 ~x86" IUSE="" DEPEND=" dev-perl/Catalyst-Runtime - >=virtual/perl-Locale-Maketext-Simple-0.19 - >=virtual/perl-I18N-LangTags-0.35 + >=virtual/perl-Locale-Maketext-Simple-0.190.0 + >=virtual/perl-I18N-LangTags-0.350.0 dev-perl/locale-maketext-lexicon >=dev-perl/MRO-Compat-0.100.0 " RDEPEND=${DEPEND} + +PERL_RM_FILES=( + t/02pod.t + t/03podcoverage.t +) + +SRC_TEST=do diff --git a/dev-perl/Catalyst-Plugin-I18N/ChangeLog b/dev-perl/Catalyst-Plugin-I18N/ChangeLog index 572b254..74d6ca2 100644 --- a/dev-perl/Catalyst-Plugin-I18N/ChangeLog +++ b/dev-perl/Catalyst-Plugin-I18N/ChangeLog @@ -2,6 +2,12 @@ # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*Catalyst-Plugin-I18N-0.100.0 (26 Aug 2014) + + 26 Aug 2014; Kent Fredric + -Catalyst-Plugin-I18N-0.10-r1.ebuild, +Catalyst-Plugin-I18N-0.100.0.ebuild: + EAPI=5, Normalise, Fixups + 26 Aug 2014; Kent Fredric -Catalyst-Plugin-I18N-0.09.ebuild: Remove old