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 1RwTnk-0007WP-NE for garchives@archives.gentoo.org; Sun, 12 Feb 2012 07:24:49 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E870BE0593; Sun, 12 Feb 2012 07:23:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id AA5C6E058A for ; Sun, 12 Feb 2012 07:23:01 +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 B62B61B401E for ; Sun, 12 Feb 2012 07:23:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 168A0E5403 for ; Sun, 12 Feb 2012 07:22:58 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <7f55c872349cbc519418c60cc432acfc6863fca9.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Plugin-Session-State-Cookie/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Catalyst-Plugin-Session-State-Cookie/Catalyst-Plugin-Session-State-Cookie-0.15.ebuild dev-perl/Catalyst-Plugin-Session-State-Cookie/Catalyst-Plugin-Session-State-Cookie-0.150.0.ebuild dev-perl/Catalyst-Plugin-Session-State-Cookie/Catalyst-Plugin-Session-State-Cookie-0.17.ebuild dev-perl/Catalyst-Plugin-Session-State-Cookie/Catalyst-Plugin-Session-State-Cookie-0.170.0.ebuild dev-perl/Catalyst-Plugin-Session-State-Cookie/ChangeLog X-VCS-Directories: dev-perl/Catalyst-Plugin-Session-State-Cookie/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 7f55c872349cbc519418c60cc432acfc6863fca9 Date: Sun, 12 Feb 2012 07:22:58 +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: d23a19f7-b4dd-42e4-9d12-ad24ac891c37 X-Archives-Hash: 7b159b795c6b342a99ecd8c25bfca97e commit: 7f55c872349cbc519418c60cc432acfc6863fca9 Author: Kent Fredric gmail com> AuthorDate: Sun Feb 12 04:56:19 2012 +0000 Commit: Kent Fredric gmail com> CommitDate: Sun Feb 12 07:14:34 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/perl-overlay.= git;a=3Dcommit;h=3D7f55c872 [migrate/fix] Catalyst-Plugin-Session-State-Cookie to x.y.z, fixdep on Ca= talyst-Plugin-Session (Portage version: 2.2.0_alpha85/git/Linux x86_64, signed Manifest commit = with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6) --- ...yst-Plugin-Session-State-Cookie-0.150.0.ebuild} | 5 +++-- ...yst-Plugin-Session-State-Cookie-0.170.0.ebuild} | 5 +++-- .../Catalyst-Plugin-Session-State-Cookie/ChangeLog | 12 +++++++++++- 3 files changed, 17 insertions(+), 5 deletions(-) diff --git a/dev-perl/Catalyst-Plugin-Session-State-Cookie/Catalyst-Plugi= n-Session-State-Cookie-0.15.ebuild b/dev-perl/Catalyst-Plugin-Session-Sta= te-Cookie/Catalyst-Plugin-Session-State-Cookie-0.150.0.ebuild similarity index 82% rename from dev-perl/Catalyst-Plugin-Session-State-Cookie/Catalyst-Plugin= -Session-State-Cookie-0.15.ebuild rename to dev-perl/Catalyst-Plugin-Session-State-Cookie/Catalyst-Plugin-S= ession-State-Cookie-0.150.0.ebuild index 4a67c9b..7578b50 100644 --- a/dev-perl/Catalyst-Plugin-Session-State-Cookie/Catalyst-Plugin-Sessi= on-State-Cookie-0.15.ebuild +++ b/dev-perl/Catalyst-Plugin-Session-State-Cookie/Catalyst-Plugin-Sessi= on-State-Cookie-0.150.0.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=3D2 MODULE_AUTHOR=3DBOBTFISH +MODULE_VERSION=3D"0.15" inherit perl-module =20 DESCRIPTION=3D"Catalyst plugin: maintain session IDs using cookies" @@ -14,7 +15,7 @@ KEYWORDS=3D"~amd64 ~x86" IUSE=3D"test" RDEPEND=3D" >=3Ddev-perl/Catalyst-Runtime-5.800.50 - >=3Ddev-perl/Catalyst-Plugin-Session-0.19 + >=3Ddev-perl/Catalyst-Plugin-Session-0.190.0 dev-perl/MRO-Compat dev-perl/Moose dev-perl/namespace-autoclean diff --git a/dev-perl/Catalyst-Plugin-Session-State-Cookie/Catalyst-Plugi= n-Session-State-Cookie-0.17.ebuild b/dev-perl/Catalyst-Plugin-Session-Sta= te-Cookie/Catalyst-Plugin-Session-State-Cookie-0.170.0.ebuild similarity index 82% rename from dev-perl/Catalyst-Plugin-Session-State-Cookie/Catalyst-Plugin= -Session-State-Cookie-0.17.ebuild rename to dev-perl/Catalyst-Plugin-Session-State-Cookie/Catalyst-Plugin-S= ession-State-Cookie-0.170.0.ebuild index 9b15bdb..260d107 100644 --- a/dev-perl/Catalyst-Plugin-Session-State-Cookie/Catalyst-Plugin-Sessi= on-State-Cookie-0.17.ebuild +++ b/dev-perl/Catalyst-Plugin-Session-State-Cookie/Catalyst-Plugin-Sessi= on-State-Cookie-0.170.0.ebuild @@ -1,9 +1,10 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ =20 EAPI=3D2 MODULE_AUTHOR=3DMSTROUT +MODULE_VERSION=3D"0.17" inherit perl-module =20 DESCRIPTION=3D"Catalyst plugin: maintain session IDs using cookies" @@ -15,7 +16,7 @@ KEYWORDS=3D"~amd64 ~x86" IUSE=3D"test" RDEPEND=3D" >=3Ddev-perl/Catalyst-Runtime-5.800.50 - >=3Ddev-perl/Catalyst-Plugin-Session-0.27 + >=3Ddev-perl/Catalyst-Plugin-Session-0.270.0 dev-perl/MRO-Compat dev-perl/Moose dev-perl/namespace-autoclean diff --git a/dev-perl/Catalyst-Plugin-Session-State-Cookie/ChangeLog b/de= v-perl/Catalyst-Plugin-Session-State-Cookie/ChangeLog index ecce819..fbeddf1 100644 --- a/dev-perl/Catalyst-Plugin-Session-State-Cookie/ChangeLog +++ b/dev-perl/Catalyst-Plugin-Session-State-Cookie/ChangeLog @@ -1,7 +1,17 @@ # ChangeLog for dev-perl/Catalyst-Plugin-Session-State-Cookie -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ =20 +*Catalyst-Plugin-Session-State-Cookie-0.170.0 (12 Feb 2012) +*Catalyst-Plugin-Session-State-Cookie-0.150.0 (12 Feb 2012) + + 12 Feb 2012; Kent Fredric + -Catalyst-Plugin-Session-State-Cookie-0.15.ebuild, + -Catalyst-Plugin-Session-State-Cookie-0.17.ebuild, + +Catalyst-Plugin-Session-State-Cookie-0.150.0.ebuild, + +Catalyst-Plugin-Session-State-Cookie-0.170.0.ebuild: + Migrate to x.y.z, fixdep on Catalyst-Plugin-Session + 11 Nov 2011; Kent Fredric Catalyst-Plugin-Session-State-Cookie-0.15.ebuild, Catalyst-Plugin-Session-State-Cookie-0.17.ebuild: