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 1QbQa4-0001Yz-6H for garchives@archives.gentoo.org; Tue, 28 Jun 2011 05:11:24 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6C19EE04C2; Tue, 28 Jun 2011 05:09:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 24181E0484 for ; Tue, 28 Jun 2011 05:09:41 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 952191BC01E for ; Tue, 28 Jun 2011 05:09:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id DF71780042 for ; Tue, 28 Jun 2011 05:09:40 +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: <83e3d082e8d07a7cda51a42c408b813fb7322b45.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/CGI-Application-Plugin-Authentication/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/CGI-Application-Plugin-Authentication/CGI-Application-Plugin-Authentication-0.170.0.ebuild dev-perl/CGI-Application-Plugin-Authentication/CGI-Application-Plugin-Authentication-0.180.0.ebuild dev-perl/CGI-Application-Plugin-Authentication/CGI-Application-Plugin-Authentication-0.190.0.ebuild dev-perl/CGI-Application-Plugin-Authentication/ChangeLog X-VCS-Directories: dev-perl/CGI-Application-Plugin-Authentication/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 83e3d082e8d07a7cda51a42c408b813fb7322b45 Date: Tue, 28 Jun 2011 05:09:40 +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: 56b72fc363a41463d427c4a7ad050a4e commit: 83e3d082e8d07a7cda51a42c408b813fb7322b45 Author: Kent Fredric gmail com> AuthorDate: Mon Jun 27 02:26:08 2011 +0000 Commit: Kent Fredric gmail com> CommitDate: Mon Jun 27 02:26:08 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/perl-overlay.= git;a=3Dcommit;h=3D83e3d082 [fixdep] CGI-Application-Plugin-Authentication -> CGI-Application (Portage version: 2.2.0_alpha41/git/Linux x86_64, signed Manifest commit = with key BD86D695) --- ...pplication-Plugin-Authentication-0.170.0.ebuild | 6 ++++-- ...pplication-Plugin-Authentication-0.180.0.ebuild | 9 +++++---- ...pplication-Plugin-Authentication-0.190.0.ebuild | 11 ++++++----- .../ChangeLog | 6 ++++++ 4 files changed, 21 insertions(+), 11 deletions(-) diff --git a/dev-perl/CGI-Application-Plugin-Authentication/CGI-Applicati= on-Plugin-Authentication-0.170.0.ebuild b/dev-perl/CGI-Application-Plugin= -Authentication/CGI-Application-Plugin-Authentication-0.170.0.ebuild index aaa43bc..e251b42 100644 --- a/dev-perl/CGI-Application-Plugin-Authentication/CGI-Application-Plug= in-Authentication-0.170.0.ebuild +++ b/dev-perl/CGI-Application-Plugin-Authentication/CGI-Application-Plug= in-Authentication-0.170.0.ebuild @@ -13,8 +13,9 @@ SLOT=3D"0" KEYWORDS=3D"~amd64 ~x86" =20 IUSE=3D"recommended" +comment() { echo ''; } RDEPEND=3D" - >=3Ddev-perl/CGI-Application-4 + >=3Ddev-perl/CGI-Application-4.0.0 virtual/perl-Scalar-List-Utils virtual/perl-Class-ISA dev-perl/UNIVERSAL-require @@ -30,10 +31,11 @@ RDEPEND=3D" =20 " DEPEND=3D" - >=3Ddev-perl/Test-Warn-0.11 + >=3Ddev-perl/Test-Warn-0.11 $(comment 0.110.0) virtual/perl-Test-Simple dev-perl/Task-Weaken dev-perl/Test-Exception ${RDEPEND} " + SRC_TEST=3Ddo diff --git a/dev-perl/CGI-Application-Plugin-Authentication/CGI-Applicati= on-Plugin-Authentication-0.180.0.ebuild b/dev-perl/CGI-Application-Plugin= -Authentication/CGI-Application-Plugin-Authentication-0.180.0.ebuild index 22e3a70..4eeebe9 100644 --- a/dev-perl/CGI-Application-Plugin-Authentication/CGI-Application-Plug= in-Authentication-0.180.0.ebuild +++ b/dev-perl/CGI-Application-Plugin-Authentication/CGI-Application-Plug= in-Authentication-0.180.0.ebuild @@ -13,9 +13,10 @@ SLOT=3D"0" KEYWORDS=3D"~amd64 ~x86" =20 IUSE=3D"recommended" +comment() { echo ''; } RDEPEND=3D" - >=3Ddev-perl/CGI-Application-4 - >=3Dvirtual/perl-CGI-3.16 + >=3Ddev-perl/CGI-Application-4.0.0 + >=3Dvirtual/perl-CGI-3.160 $(comment 3.160.0) dev-perl/Digest-SHA1 dev-perl/UNIVERSAL-require virtual/perl-Attribute-Handlers @@ -31,8 +32,8 @@ RDEPEND=3D" =20 " DEPEND=3D" - >=3Ddev-perl/Test-Warn-0.11 - >=3Dvirtual/perl-Module-Build-0.36 + >=3Ddev-perl/Test-Warn-0.11 $(comment 0.110.0) + >=3Dvirtual/perl-Module-Build-0.36 $(comment 0.360.0) dev-perl/Task-Weaken dev-perl/Test-Exception dev-perl/Test-MockObject diff --git a/dev-perl/CGI-Application-Plugin-Authentication/CGI-Applicati= on-Plugin-Authentication-0.190.0.ebuild b/dev-perl/CGI-Application-Plugin= -Authentication/CGI-Application-Plugin-Authentication-0.190.0.ebuild index e9e2818..f9346a0 100644 --- a/dev-perl/CGI-Application-Plugin-Authentication/CGI-Application-Plug= in-Authentication-0.190.0.ebuild +++ b/dev-perl/CGI-Application-Plugin-Authentication/CGI-Application-Plug= in-Authentication-0.190.0.ebuild @@ -13,9 +13,10 @@ SLOT=3D"0" KEYWORDS=3D"~amd64 ~x86" =20 IUSE=3D"recommended" +comment() { echo ''; } RDEPEND=3D" - >=3Ddev-perl/CGI-Application-4 - >=3Dvirtual/perl-CGI-3.16 + >=3Ddev-perl/CGI-Application-4.0.0 + >=3Dvirtual/perl-CGI-3.160 $(comment 3.160.0) dev-perl/Digest-SHA1 dev-perl/UNIVERSAL-require virtual/perl-Attribute-Handlers @@ -31,8 +32,8 @@ RDEPEND=3D" =20 " DEPEND=3D" - >=3Ddev-perl/Test-Warn-0.11 - >=3Dvirtual/perl-Module-Build-0.36 + >=3Ddev-perl/Test-Warn-0.11 $(comment 0.110.0) + >=3Dvirtual/perl-Module-Build-0.36 $(comment 0.360.0) " # dev-perl/Task-Weaken DEPEND=3D"${DEPEND} @@ -42,7 +43,7 @@ DEPEND=3D"${DEPEND} dev-perl/Test-Regression dev-perl/Test-Taint dev-perl/Test-Without-Module - >=3Dvirtual/perl-Test-Simple-0.93 + >=3Dvirtual/perl-Test-Simple-0.93 $(comment 0.930.0) ${RDEPEND} " SRC_TEST=3Ddo diff --git a/dev-perl/CGI-Application-Plugin-Authentication/ChangeLog b/d= ev-perl/CGI-Application-Plugin-Authentication/ChangeLog index 40c471b..4796ff4 100644 --- a/dev-perl/CGI-Application-Plugin-Authentication/ChangeLog +++ b/dev-perl/CGI-Application-Plugin-Authentication/ChangeLog @@ -2,6 +2,12 @@ # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ =20 + 27 Jun 2011; Kent Fredric + CGI-Application-Plugin-Authentication-0.170.0.ebuild, + CGI-Application-Plugin-Authentication-0.180.0.ebuild, + CGI-Application-Plugin-Authentication-0.190.0.ebuild: + Fixdep CGI-Application + *CGI-Application-Plugin-Authentication-0.200.0 (21 May 2011) =20 21 May 2011; Kent Fredric