From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1PrQnE-0004pI-NO for garchives@archives.gentoo.org; Mon, 21 Feb 2011 08:06:53 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 06EB11C040; Mon, 21 Feb 2011 08:06:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id C3CCB1C040 for ; Mon, 21 Feb 2011 08:06:40 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 54BC21B41FA for ; Mon, 21 Feb 2011 08:06:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 86CF980073 for ; Mon, 21 Feb 2011 08:06:39 +0000 (UTC) From: "Torsten Veller" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Torsten Veller" Message-ID: <8f96a416da6c91fc5d2d7ba21fdf436e1f5fd3f0.tove@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Plugin-Unicode-Encoding/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Catalyst-Plugin-Unicode-Encoding/Catalyst-Plugin-Unicode-Encoding-1.1.ebuild dev-perl/Catalyst-Plugin-Unicode-Encoding/ChangeLog X-VCS-Directories: dev-perl/Catalyst-Plugin-Unicode-Encoding/ X-VCS-Committer: tove X-VCS-Committer-Name: Torsten Veller X-VCS-Revision: 8f96a416da6c91fc5d2d7ba21fdf436e1f5fd3f0 Date: Mon, 21 Feb 2011 08:06: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 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: b100065f6ceafc5e16de4a690365486f commit: 8f96a416da6c91fc5d2d7ba21fdf436e1f5fd3f0 Author: Torsten Veller gentoo org> AuthorDate: Mon Feb 21 07:57:37 2011 +0000 Commit: Torsten Veller gentoo org> CommitDate: Mon Feb 21 07:57:37 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/perl-overlay.= git;a=3Dcommit;h=3D8f96a416 [fix] dev-perl/Catalyst-Plugin-Unicode-Encoding: Depend on Class-Data-Inh= eritable (Portage version: 2.2.0_alpha24/git/Linux x86_64, signed Manifest commit = with key 0x4E046AEC) --- .../Catalyst-Plugin-Unicode-Encoding-1.1.ebuild | 10 +++++----- .../Catalyst-Plugin-Unicode-Encoding/ChangeLog | 6 +++++- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/dev-perl/Catalyst-Plugin-Unicode-Encoding/Catalyst-Plugin-Un= icode-Encoding-1.1.ebuild b/dev-perl/Catalyst-Plugin-Unicode-Encoding/Cat= alyst-Plugin-Unicode-Encoding-1.1.ebuild index 4a8d9bd..1e031d5 100644 --- a/dev-perl/Catalyst-Plugin-Unicode-Encoding/Catalyst-Plugin-Unicode-E= ncoding-1.1.ebuild +++ b/dev-perl/Catalyst-Plugin-Unicode-Encoding/Catalyst-Plugin-Unicode-E= ncoding-1.1.ebuild @@ -1,21 +1,21 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ =20 -EAPI=3D2 +EAPI=3D3 + MODULE_AUTHOR=3DBOBTFISH inherit perl-module =20 DESCRIPTION=3D"Unicode aware Catalyst" =20 -IUSE=3D"test" - SLOT=3D"0" -LICENSE=3D"|| ( Artistic GPL-2 )" KEYWORDS=3D"~amd64 ~x86" +IUSE=3D"test" =20 RDEPEND=3D" >=3Ddev-perl/Catalyst-Runtime-5.800 + dev-perl/Class-Data-Inheritable >=3Dvirtual/perl-Encode-2.21 >=3Ddev-perl/libwww-perl-5.828 >=3Ddev-perl/URI-1.36 diff --git a/dev-perl/Catalyst-Plugin-Unicode-Encoding/ChangeLog b/dev-pe= rl/Catalyst-Plugin-Unicode-Encoding/ChangeLog index 6f25edd..eadeffc 100644 --- a/dev-perl/Catalyst-Plugin-Unicode-Encoding/ChangeLog +++ b/dev-perl/Catalyst-Plugin-Unicode-Encoding/ChangeLog @@ -1,7 +1,11 @@ # ChangeLog for dev-perl/Catalyst-Plugin-Unicode-Encoding -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ =20 + 21 Feb 2011; Torsten Veller + Catalyst-Plugin-Unicode-Encoding-1.1.ebuild: + Depend on Class-Data-Inheritable + *Catalyst-Plugin-Unicode-Encoding-1.1 (10 Aug 2010) =20 10 Aug 2010; Michele Beltrame