Gentoo Archives: gentoo-commits

From: Kent Fredric <kentfredric@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/CGI-Application-Plugin-Authentication/
Date: Tue, 28 Jun 2011 05:11:24
Message-Id: 83e3d082e8d07a7cda51a42c408b813fb7322b45.kent@gentoo
1 commit: 83e3d082e8d07a7cda51a42c408b813fb7322b45
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Mon Jun 27 02:26:08 2011 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Mon Jun 27 02:26:08 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=83e3d082
7
8 [fixdep] CGI-Application-Plugin-Authentication -> CGI-Application
9
10 (Portage version: 2.2.0_alpha41/git/Linux x86_64, signed Manifest commit with key BD86D695)
11
12 ---
13 ...pplication-Plugin-Authentication-0.170.0.ebuild | 6 ++++--
14 ...pplication-Plugin-Authentication-0.180.0.ebuild | 9 +++++----
15 ...pplication-Plugin-Authentication-0.190.0.ebuild | 11 ++++++-----
16 .../ChangeLog | 6 ++++++
17 4 files changed, 21 insertions(+), 11 deletions(-)
18
19 diff --git a/dev-perl/CGI-Application-Plugin-Authentication/CGI-Application-Plugin-Authentication-0.170.0.ebuild b/dev-perl/CGI-Application-Plugin-Authentication/CGI-Application-Plugin-Authentication-0.170.0.ebuild
20 index aaa43bc..e251b42 100644
21 --- a/dev-perl/CGI-Application-Plugin-Authentication/CGI-Application-Plugin-Authentication-0.170.0.ebuild
22 +++ b/dev-perl/CGI-Application-Plugin-Authentication/CGI-Application-Plugin-Authentication-0.170.0.ebuild
23 @@ -13,8 +13,9 @@ SLOT="0"
24 KEYWORDS="~amd64 ~x86"
25
26 IUSE="recommended"
27 +comment() { echo ''; }
28 RDEPEND="
29 - >=dev-perl/CGI-Application-4
30 + >=dev-perl/CGI-Application-4.0.0
31 virtual/perl-Scalar-List-Utils
32 virtual/perl-Class-ISA
33 dev-perl/UNIVERSAL-require
34 @@ -30,10 +31,11 @@ RDEPEND="
35
36 "
37 DEPEND="
38 - >=dev-perl/Test-Warn-0.11
39 + >=dev-perl/Test-Warn-0.11 $(comment 0.110.0)
40 virtual/perl-Test-Simple
41 dev-perl/Task-Weaken
42 dev-perl/Test-Exception
43 ${RDEPEND}
44 "
45 +
46 SRC_TEST=do
47
48 diff --git a/dev-perl/CGI-Application-Plugin-Authentication/CGI-Application-Plugin-Authentication-0.180.0.ebuild b/dev-perl/CGI-Application-Plugin-Authentication/CGI-Application-Plugin-Authentication-0.180.0.ebuild
49 index 22e3a70..4eeebe9 100644
50 --- a/dev-perl/CGI-Application-Plugin-Authentication/CGI-Application-Plugin-Authentication-0.180.0.ebuild
51 +++ b/dev-perl/CGI-Application-Plugin-Authentication/CGI-Application-Plugin-Authentication-0.180.0.ebuild
52 @@ -13,9 +13,10 @@ SLOT="0"
53 KEYWORDS="~amd64 ~x86"
54
55 IUSE="recommended"
56 +comment() { echo ''; }
57 RDEPEND="
58 - >=dev-perl/CGI-Application-4
59 - >=virtual/perl-CGI-3.16
60 + >=dev-perl/CGI-Application-4.0.0
61 + >=virtual/perl-CGI-3.160 $(comment 3.160.0)
62 dev-perl/Digest-SHA1
63 dev-perl/UNIVERSAL-require
64 virtual/perl-Attribute-Handlers
65 @@ -31,8 +32,8 @@ RDEPEND="
66
67 "
68 DEPEND="
69 - >=dev-perl/Test-Warn-0.11
70 - >=virtual/perl-Module-Build-0.36
71 + >=dev-perl/Test-Warn-0.11 $(comment 0.110.0)
72 + >=virtual/perl-Module-Build-0.36 $(comment 0.360.0)
73 dev-perl/Task-Weaken
74 dev-perl/Test-Exception
75 dev-perl/Test-MockObject
76
77 diff --git a/dev-perl/CGI-Application-Plugin-Authentication/CGI-Application-Plugin-Authentication-0.190.0.ebuild b/dev-perl/CGI-Application-Plugin-Authentication/CGI-Application-Plugin-Authentication-0.190.0.ebuild
78 index e9e2818..f9346a0 100644
79 --- a/dev-perl/CGI-Application-Plugin-Authentication/CGI-Application-Plugin-Authentication-0.190.0.ebuild
80 +++ b/dev-perl/CGI-Application-Plugin-Authentication/CGI-Application-Plugin-Authentication-0.190.0.ebuild
81 @@ -13,9 +13,10 @@ SLOT="0"
82 KEYWORDS="~amd64 ~x86"
83
84 IUSE="recommended"
85 +comment() { echo ''; }
86 RDEPEND="
87 - >=dev-perl/CGI-Application-4
88 - >=virtual/perl-CGI-3.16
89 + >=dev-perl/CGI-Application-4.0.0
90 + >=virtual/perl-CGI-3.160 $(comment 3.160.0)
91 dev-perl/Digest-SHA1
92 dev-perl/UNIVERSAL-require
93 virtual/perl-Attribute-Handlers
94 @@ -31,8 +32,8 @@ RDEPEND="
95
96 "
97 DEPEND="
98 - >=dev-perl/Test-Warn-0.11
99 - >=virtual/perl-Module-Build-0.36
100 + >=dev-perl/Test-Warn-0.11 $(comment 0.110.0)
101 + >=virtual/perl-Module-Build-0.36 $(comment 0.360.0)
102 "
103 # dev-perl/Task-Weaken
104 DEPEND="${DEPEND}
105 @@ -42,7 +43,7 @@ DEPEND="${DEPEND}
106 dev-perl/Test-Regression
107 dev-perl/Test-Taint
108 dev-perl/Test-Without-Module
109 - >=virtual/perl-Test-Simple-0.93
110 + >=virtual/perl-Test-Simple-0.93 $(comment 0.930.0)
111 ${RDEPEND}
112 "
113 SRC_TEST=do
114
115 diff --git a/dev-perl/CGI-Application-Plugin-Authentication/ChangeLog b/dev-perl/CGI-Application-Plugin-Authentication/ChangeLog
116 index 40c471b..4796ff4 100644
117 --- a/dev-perl/CGI-Application-Plugin-Authentication/ChangeLog
118 +++ b/dev-perl/CGI-Application-Plugin-Authentication/ChangeLog
119 @@ -2,6 +2,12 @@
120 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
121 # $Header: $
122
123 + 27 Jun 2011; Kent Fredric <kentfredric@×××××.com>
124 + CGI-Application-Plugin-Authentication-0.170.0.ebuild,
125 + CGI-Application-Plugin-Authentication-0.180.0.ebuild,
126 + CGI-Application-Plugin-Authentication-0.190.0.ebuild:
127 + Fixdep CGI-Application
128 +
129 *CGI-Application-Plugin-Authentication-0.200.0 (21 May 2011)
130
131 21 May 2011; Kent Fredric <kentfredric@×××××.com>