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 C14191381F3 for ; Wed, 26 Jun 2013 07:43:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 43A28E0A5E; Wed, 26 Jun 2013 07:43:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 765AEE0A5D for ; Wed, 26 Jun 2013 07:42:51 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 39B8433E72B for ; Wed, 26 Jun 2013 07:42:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 7056AE5458 for ; Wed, 26 Jun 2013 07:42:47 +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: <1371567258.a7e7e0dd7057944e9948123dcc7a579b0fa4ef69.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Gitalist/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Gitalist/ChangeLog dev-perl/Gitalist/Gitalist-0.4.2-r1.ebuild dev-perl/Gitalist/Gitalist-0.4.2.ebuild X-VCS-Directories: dev-perl/Gitalist/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: a7e7e0dd7057944e9948123dcc7a579b0fa4ef69 X-VCS-Branch: master Date: Wed, 26 Jun 2013 07:42:47 +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: 5266545f-6571-49fd-a0aa-64d965093619 X-Archives-Hash: f94d7931ade7e6829c57679384d93860 commit: a7e7e0dd7057944e9948123dcc7a579b0fa4ef69 Author: Kent Fredric gmail com> AuthorDate: Tue Jun 18 14:54:18 2013 +0000 Commit: Kent Fredric gmail com> CommitDate: Tue Jun 18 14:54:18 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=a7e7e0dd [fix] Gitalist - Change Unicode::Encoding dep to Catalyst::Runtime Package-Manager: portage-2.2.0_alpha180 Manifest-Sign-Key: ECD2C675C102CDA4 --- dev-perl/Gitalist/ChangeLog | 6 ++++++ .../Gitalist/{Gitalist-0.4.2.ebuild => Gitalist-0.4.2-r1.ebuild} | 5 ++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/dev-perl/Gitalist/ChangeLog b/dev-perl/Gitalist/ChangeLog index 49ed19e..1af3c5c 100644 --- a/dev-perl/Gitalist/ChangeLog +++ b/dev-perl/Gitalist/ChangeLog @@ -2,6 +2,12 @@ # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*Gitalist-0.4.2-r1 (18 Jun 2013) + + 18 Jun 2013; Kent Fredric -Gitalist-0.4.2.ebuild, + +Gitalist-0.4.2-r1.ebuild: + Use Catalyst::Runtime instead of Unicode::Encoding where possible + 18 Jun 2013; Kent Fredric -Gitalist-0.1.8.ebuild, -Gitalist-0.2.9.ebuild, -Gitalist-0.3.9.ebuild, -Gitalist-0.4.1.ebuild: Trim old versions diff --git a/dev-perl/Gitalist/Gitalist-0.4.2.ebuild b/dev-perl/Gitalist/Gitalist-0.4.2-r1.ebuild similarity index 96% rename from dev-perl/Gitalist/Gitalist-0.4.2.ebuild rename to dev-perl/Gitalist/Gitalist-0.4.2-r1.ebuild index 1911f42..b6f4654 100644 --- a/dev-perl/Gitalist/Gitalist-0.4.2.ebuild +++ b/dev-perl/Gitalist/Gitalist-0.4.2-r1.ebuild @@ -45,7 +45,10 @@ perl_meta_runtime() { # Catalyst::Plugin::SubRequest 0.15 ( 0.150.0 ) echo \>=dev-perl/Catalyst-Plugin-SubRequest-0.150.0 # Catalyst::Plugin::Unicode::Encoding - echo dev-perl/Catalyst-Plugin-Unicode-Encoding + echo '|| (' + echo ' >=dev-perl/Catalyst-Runtime-5.900.420' + echo ' dev-perl/Catalyst-Plugin-Unicode-Encoding' + echo ')' # Catalyst::Runtime 5.90013 ( 5.900.130 ) echo \>=dev-perl/Catalyst-Runtime-5.900.130 # Catalyst::View::Component::SubInclude 0.07 ( 0.70.0 )