Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-apps/swish-e: swish-e-2.4.3.ebuild swish-e-2.4.4.ebuild ChangeLog swish-e-2.4.7.ebuild swish-e-2.4.3-r1.ebuild swish-e-2.4.3-r2.ebuild swish-e-2.4.5.ebuild
Date: Wed, 10 Feb 2010 22:58:20
Message-Id: E1NfLVe-0004yF-Oe@stork.gentoo.org
1 ssuominen 10/02/10 22:58:14
2
3 Modified: swish-e-2.4.3.ebuild swish-e-2.4.4.ebuild ChangeLog
4 swish-e-2.4.7.ebuild swish-e-2.4.3-r1.ebuild
5 swish-e-2.4.3-r2.ebuild swish-e-2.4.5.ebuild
6 Log:
7 Fix poppler depend.
8 (Portage version: 2.2_rc62/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.6 www-apps/swish-e/swish-e-2.4.3.ebuild
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/swish-e/swish-e-2.4.3.ebuild?rev=1.6&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/swish-e/swish-e-2.4.3.ebuild?rev=1.6&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/swish-e/swish-e-2.4.3.ebuild?r1=1.5&r2=1.6
16
17 Index: swish-e-2.4.3.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/www-apps/swish-e/swish-e-2.4.3.ebuild,v
20 retrieving revision 1.5
21 retrieving revision 1.6
22 diff -u -r1.5 -r1.6
23 --- swish-e-2.4.3.ebuild 23 Oct 2009 16:17:33 -0000 1.5
24 +++ swish-e-2.4.3.ebuild 10 Feb 2010 22:58:12 -0000 1.6
25 @@ -1,6 +1,6 @@
26 -# Copyright 1999-2009 Gentoo Foundation
27 +# Copyright 1999-2010 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/www-apps/swish-e/swish-e-2.4.3.ebuild,v 1.5 2009/10/23 16:17:33 vostorga Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/www-apps/swish-e/swish-e-2.4.3.ebuild,v 1.6 2010/02/10 22:58:12 ssuominen Exp $
31
32 inherit perl-module
33
34 @@ -15,7 +15,7 @@
35
36 DEPEND=">=sys-libs/zlib-1.1.3
37 dev-libs/libxml2
38 - pdf? ( virtual/poppler-utils )
39 + pdf? ( app-text/poppler )
40 perl? ( dev-perl/libwww-perl
41 dev-perl/HTML-Parser
42 dev-perl/HTML-Tagset
43
44
45
46 1.4 www-apps/swish-e/swish-e-2.4.4.ebuild
47
48 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/swish-e/swish-e-2.4.4.ebuild?rev=1.4&view=markup
49 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/swish-e/swish-e-2.4.4.ebuild?rev=1.4&content-type=text/plain
50 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/swish-e/swish-e-2.4.4.ebuild?r1=1.3&r2=1.4
51
52 Index: swish-e-2.4.4.ebuild
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/www-apps/swish-e/swish-e-2.4.4.ebuild,v
55 retrieving revision 1.3
56 retrieving revision 1.4
57 diff -u -r1.3 -r1.4
58 --- swish-e-2.4.4.ebuild 30 Mar 2009 16:21:43 -0000 1.3
59 +++ swish-e-2.4.4.ebuild 10 Feb 2010 22:58:12 -0000 1.4
60 @@ -1,6 +1,6 @@
61 -# Copyright 1999-2009 Gentoo Foundation
62 +# Copyright 1999-2010 Gentoo Foundation
63 # Distributed under the terms of the GNU General Public License v2
64 -# $Header: /var/cvsroot/gentoo-x86/www-apps/swish-e/swish-e-2.4.4.ebuild,v 1.3 2009/03/30 16:21:43 loki_val Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/www-apps/swish-e/swish-e-2.4.4.ebuild,v 1.4 2010/02/10 22:58:12 ssuominen Exp $
66
67 inherit perl-module eutils
68
69 @@ -15,7 +15,7 @@
70
71 DEPEND=">=sys-libs/zlib-1.1.3
72 dev-libs/libxml2
73 - pdf? ( virtual/poppler-utils )
74 + pdf? ( app-text/poppler )
75 perl? ( dev-perl/libwww-perl
76 dev-perl/HTML-Parser
77 dev-perl/HTML-Tagset
78
79
80
81 1.17 www-apps/swish-e/ChangeLog
82
83 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/swish-e/ChangeLog?rev=1.17&view=markup
84 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/swish-e/ChangeLog?rev=1.17&content-type=text/plain
85 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/swish-e/ChangeLog?r1=1.16&r2=1.17
86
87 Index: ChangeLog
88 ===================================================================
89 RCS file: /var/cvsroot/gentoo-x86/www-apps/swish-e/ChangeLog,v
90 retrieving revision 1.16
91 retrieving revision 1.17
92 diff -u -r1.16 -r1.17
93 --- ChangeLog 23 Oct 2009 16:17:33 -0000 1.16
94 +++ ChangeLog 10 Feb 2010 22:58:12 -0000 1.17
95 @@ -1,6 +1,11 @@
96 # ChangeLog for www-apps/swish-e
97 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
98 -# $Header: /var/cvsroot/gentoo-x86/www-apps/swish-e/ChangeLog,v 1.16 2009/10/23 16:17:33 vostorga Exp $
99 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
100 +# $Header: /var/cvsroot/gentoo-x86/www-apps/swish-e/ChangeLog,v 1.17 2010/02/10 22:58:12 ssuominen Exp $
101 +
102 + 10 Feb 2010; Samuli Suominen <ssuominen@g.o> swish-e-2.4.3.ebuild,
103 + swish-e-2.4.3-r1.ebuild, swish-e-2.4.3-r2.ebuild, swish-e-2.4.4.ebuild,
104 + swish-e-2.4.5.ebuild, swish-e-2.4.7.ebuild:
105 + Fix poppler depend.
106
107 23 Oct 2009; VĂ­ctor Ostorga <vostorga@g.o> swish-e-2.4.3.ebuild,
108 swish-e-2.4.3-r1.ebuild:
109
110
111
112 1.2 www-apps/swish-e/swish-e-2.4.7.ebuild
113
114 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/swish-e/swish-e-2.4.7.ebuild?rev=1.2&view=markup
115 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/swish-e/swish-e-2.4.7.ebuild?rev=1.2&content-type=text/plain
116 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/swish-e/swish-e-2.4.7.ebuild?r1=1.1&r2=1.2
117
118 Index: swish-e-2.4.7.ebuild
119 ===================================================================
120 RCS file: /var/cvsroot/gentoo-x86/www-apps/swish-e/swish-e-2.4.7.ebuild,v
121 retrieving revision 1.1
122 retrieving revision 1.2
123 diff -u -r1.1 -r1.2
124 --- swish-e-2.4.7.ebuild 3 Jun 2009 08:32:40 -0000 1.1
125 +++ swish-e-2.4.7.ebuild 10 Feb 2010 22:58:12 -0000 1.2
126 @@ -1,6 +1,6 @@
127 -# Copyright 1999-2009 Gentoo Foundation
128 +# Copyright 1999-2010 Gentoo Foundation
129 # Distributed under the terms of the GNU General Public License v2
130 -# $Header: /var/cvsroot/gentoo-x86/www-apps/swish-e/swish-e-2.4.7.ebuild,v 1.1 2009/06/03 08:32:40 tove Exp $
131 +# $Header: /var/cvsroot/gentoo-x86/www-apps/swish-e/swish-e-2.4.7.ebuild,v 1.2 2010/02/10 22:58:12 ssuominen Exp $
132
133 EAPI=2
134
135 @@ -17,7 +17,7 @@
136
137 DEPEND=">=sys-libs/zlib-1.1.3
138 dev-libs/libxml2
139 - pdf? ( virtual/poppler-utils )
140 + pdf? ( >=app-text/poppler-0.12.3-r3[utils] )
141 perl? ( dev-perl/libwww-perl
142 dev-perl/HTML-Parser
143 dev-perl/HTML-Tagset
144
145
146
147 1.7 www-apps/swish-e/swish-e-2.4.3-r1.ebuild
148
149 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/swish-e/swish-e-2.4.3-r1.ebuild?rev=1.7&view=markup
150 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/swish-e/swish-e-2.4.3-r1.ebuild?rev=1.7&content-type=text/plain
151 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/swish-e/swish-e-2.4.3-r1.ebuild?r1=1.6&r2=1.7
152
153 Index: swish-e-2.4.3-r1.ebuild
154 ===================================================================
155 RCS file: /var/cvsroot/gentoo-x86/www-apps/swish-e/swish-e-2.4.3-r1.ebuild,v
156 retrieving revision 1.6
157 retrieving revision 1.7
158 diff -u -r1.6 -r1.7
159 --- swish-e-2.4.3-r1.ebuild 23 Oct 2009 16:17:33 -0000 1.6
160 +++ swish-e-2.4.3-r1.ebuild 10 Feb 2010 22:58:12 -0000 1.7
161 @@ -1,6 +1,6 @@
162 -# Copyright 1999-2009 Gentoo Foundation
163 +# Copyright 1999-2010 Gentoo Foundation
164 # Distributed under the terms of the GNU General Public License v2
165 -# $Header: /var/cvsroot/gentoo-x86/www-apps/swish-e/swish-e-2.4.3-r1.ebuild,v 1.6 2009/10/23 16:17:33 vostorga Exp $
166 +# $Header: /var/cvsroot/gentoo-x86/www-apps/swish-e/swish-e-2.4.3-r1.ebuild,v 1.7 2010/02/10 22:58:12 ssuominen Exp $
167
168 inherit perl-module eutils
169
170 @@ -15,7 +15,7 @@
171
172 DEPEND=">=sys-libs/zlib-1.1.3
173 dev-libs/libxml2
174 - pdf? ( virtual/poppler-utils )
175 + pdf? ( app-text/poppler )
176 perl? ( dev-perl/libwww-perl
177 dev-perl/HTML-Parser
178 dev-perl/HTML-Tagset
179
180
181
182 1.7 www-apps/swish-e/swish-e-2.4.3-r2.ebuild
183
184 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/swish-e/swish-e-2.4.3-r2.ebuild?rev=1.7&view=markup
185 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/swish-e/swish-e-2.4.3-r2.ebuild?rev=1.7&content-type=text/plain
186 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/swish-e/swish-e-2.4.3-r2.ebuild?r1=1.6&r2=1.7
187
188 Index: swish-e-2.4.3-r2.ebuild
189 ===================================================================
190 RCS file: /var/cvsroot/gentoo-x86/www-apps/swish-e/swish-e-2.4.3-r2.ebuild,v
191 retrieving revision 1.6
192 retrieving revision 1.7
193 diff -u -r1.6 -r1.7
194 --- swish-e-2.4.3-r2.ebuild 30 Mar 2009 16:21:43 -0000 1.6
195 +++ swish-e-2.4.3-r2.ebuild 10 Feb 2010 22:58:12 -0000 1.7
196 @@ -1,6 +1,6 @@
197 -# Copyright 1999-2009 Gentoo Foundation
198 +# Copyright 1999-2010 Gentoo Foundation
199 # Distributed under the terms of the GNU General Public License v2
200 -# $Header: /var/cvsroot/gentoo-x86/www-apps/swish-e/swish-e-2.4.3-r2.ebuild,v 1.6 2009/03/30 16:21:43 loki_val Exp $
201 +# $Header: /var/cvsroot/gentoo-x86/www-apps/swish-e/swish-e-2.4.3-r2.ebuild,v 1.7 2010/02/10 22:58:12 ssuominen Exp $
202
203 inherit perl-module eutils
204
205 @@ -15,7 +15,7 @@
206
207 DEPEND=">=sys-libs/zlib-1.1.3
208 dev-libs/libxml2
209 - pdf? ( virtual/poppler-utils )
210 + pdf? ( app-text/poppler )
211 perl? ( dev-perl/libwww-perl
212 dev-perl/HTML-Parser
213 dev-perl/HTML-Tagset
214
215
216
217 1.3 www-apps/swish-e/swish-e-2.4.5.ebuild
218
219 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/swish-e/swish-e-2.4.5.ebuild?rev=1.3&view=markup
220 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/swish-e/swish-e-2.4.5.ebuild?rev=1.3&content-type=text/plain
221 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/swish-e/swish-e-2.4.5.ebuild?r1=1.2&r2=1.3
222
223 Index: swish-e-2.4.5.ebuild
224 ===================================================================
225 RCS file: /var/cvsroot/gentoo-x86/www-apps/swish-e/swish-e-2.4.5.ebuild,v
226 retrieving revision 1.2
227 retrieving revision 1.3
228 diff -u -r1.2 -r1.3
229 --- swish-e-2.4.5.ebuild 30 Mar 2009 16:21:43 -0000 1.2
230 +++ swish-e-2.4.5.ebuild 10 Feb 2010 22:58:12 -0000 1.3
231 @@ -1,6 +1,6 @@
232 -# Copyright 1999-2009 Gentoo Foundation
233 +# Copyright 1999-2010 Gentoo Foundation
234 # Distributed under the terms of the GNU General Public License v2
235 -# $Header: /var/cvsroot/gentoo-x86/www-apps/swish-e/swish-e-2.4.5.ebuild,v 1.2 2009/03/30 16:21:43 loki_val Exp $
236 +# $Header: /var/cvsroot/gentoo-x86/www-apps/swish-e/swish-e-2.4.5.ebuild,v 1.3 2010/02/10 22:58:12 ssuominen Exp $
237
238 inherit perl-module eutils
239
240 @@ -15,7 +15,7 @@
241
242 DEPEND=">=sys-libs/zlib-1.1.3
243 dev-libs/libxml2
244 - pdf? ( virtual/poppler-utils )
245 + pdf? ( app-text/poppler )
246 perl? ( dev-perl/libwww-perl
247 dev-perl/HTML-Parser
248 dev-perl/HTML-Tagset