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 1Pn4OO-0001So-Ad for garchives@archives.gentoo.org; Wed, 09 Feb 2011 07:23:12 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DD9F41C022; Wed, 9 Feb 2011 07:23:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 9909F1C022 for ; Wed, 9 Feb 2011 07:23:00 +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 0E18C1B409B for ; Wed, 9 Feb 2011 07:23:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 4055E80073 for ; Wed, 9 Feb 2011 07:22:59 +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: <4891481ec5d807da518c7d9f23d850f5a3db0202.tove@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Plugin-Authorization-Roles/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Catalyst-Plugin-Authorization-Roles/Catalyst-Plugin-Authorization-Roles-0.07.ebuild dev-perl/Catalyst-Plugin-Authorization-Roles/Catalyst-Plugin-Authorization-Roles-0.08.ebuild dev-perl/Catalyst-Plugin-Authorization-Roles/ChangeLog X-VCS-Directories: dev-perl/Catalyst-Plugin-Authorization-Roles/ X-VCS-Committer: tove X-VCS-Committer-Name: Torsten Veller X-VCS-Revision: 4891481ec5d807da518c7d9f23d850f5a3db0202 Date: Wed, 9 Feb 2011 07:22:59 +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: 69058ee0b39b4887755a3019bdb2074a commit: 4891481ec5d807da518c7d9f23d850f5a3db0202 Author: Torsten Veller gentoo org> AuthorDate: Wed Feb 9 07:15:30 2011 +0000 Commit: Torsten Veller gentoo org> CommitDate: Wed Feb 9 07:15:30 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/perl-overlay.= git;a=3Dcommit;h=3D4891481e [fix] dev-perl/Catalyst-Plugin-Authorization-Roles: Catalyst-Plugin-Authe= ntication version scheme (Portage version: 2.2.0_alpha21/git/Linux x86_64, signed Manifest commit = with key 0x4E046AEC) --- ...Catalyst-Plugin-Authorization-Roles-0.07.ebuild | 4 ++-- ...Catalyst-Plugin-Authorization-Roles-0.08.ebuild | 4 ++-- .../Catalyst-Plugin-Authorization-Roles/ChangeLog | 7 ++++++- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/dev-perl/Catalyst-Plugin-Authorization-Roles/Catalyst-Plugin= -Authorization-Roles-0.07.ebuild b/dev-perl/Catalyst-Plugin-Authorization= -Roles/Catalyst-Plugin-Authorization-Roles-0.07.ebuild index 6e4594f..d6c0cc7 100644 --- a/dev-perl/Catalyst-Plugin-Authorization-Roles/Catalyst-Plugin-Author= ization-Roles-0.07.ebuild +++ b/dev-perl/Catalyst-Plugin-Authorization-Roles/Catalyst-Plugin-Author= ization-Roles-0.07.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=3D2 @@ -15,7 +15,7 @@ KEYWORDS=3D"~amd64 ~x86" =20 RDEPEND=3D" dev-perl/Catalyst-Runtime - >=3Ddev-perl/Catalyst-Plugin-Authentication-0.10003 + >=3Ddev-perl/Catalyst-Plugin-Authentication-0.100.30 >=3Ddev-perl/Set-Object-1.14 >=3Ddev-perl/UNIVERSAL-isa-0.05 " diff --git a/dev-perl/Catalyst-Plugin-Authorization-Roles/Catalyst-Plugin= -Authorization-Roles-0.08.ebuild b/dev-perl/Catalyst-Plugin-Authorization= -Roles/Catalyst-Plugin-Authorization-Roles-0.08.ebuild index 6e4594f..d6c0cc7 100644 --- a/dev-perl/Catalyst-Plugin-Authorization-Roles/Catalyst-Plugin-Author= ization-Roles-0.08.ebuild +++ b/dev-perl/Catalyst-Plugin-Authorization-Roles/Catalyst-Plugin-Author= ization-Roles-0.08.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=3D2 @@ -15,7 +15,7 @@ KEYWORDS=3D"~amd64 ~x86" =20 RDEPEND=3D" dev-perl/Catalyst-Runtime - >=3Ddev-perl/Catalyst-Plugin-Authentication-0.10003 + >=3Ddev-perl/Catalyst-Plugin-Authentication-0.100.30 >=3Ddev-perl/Set-Object-1.14 >=3Ddev-perl/UNIVERSAL-isa-0.05 " diff --git a/dev-perl/Catalyst-Plugin-Authorization-Roles/ChangeLog b/dev= -perl/Catalyst-Plugin-Authorization-Roles/ChangeLog index 86af5a9..e49ebcd 100644 --- a/dev-perl/Catalyst-Plugin-Authorization-Roles/ChangeLog +++ b/dev-perl/Catalyst-Plugin-Authorization-Roles/ChangeLog @@ -1,7 +1,12 @@ # ChangeLog for dev-perl/Catalyst-Plugin-Authorization-Roles -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ =20 + 09 Feb 2011; Torsten Veller + Catalyst-Plugin-Authorization-Roles-0.07.ebuild, + Catalyst-Plugin-Authorization-Roles-0.08.ebuild: + Fix dependency on dev-perl/Catalyst-Plugin-Authentication + *Catalyst-Plugin-Authorization-Roles-0.08 (23 Nov 2009) =20 23 Nov 2009; Kent Fredric