Gentoo Archives: gentoo-commits

From: NP Hardass <np-hardass@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gentoo-mate:master commit in: app-text/atril/
Date: Mon, 23 Oct 2017 17:27:06
Message-Id: 1508779545.e0f6ea4908be79cd7f05ad3b2952ac595311cfd0.np-hardass@gentoo
1 commit: e0f6ea4908be79cd7f05ad3b2952ac595311cfd0
2 Author: NP-Hardass <NP-Hardass <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 23 10:41:49 2017 +0000
4 Commit: NP Hardass <np-hardass <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 23 17:25:45 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=e0f6ea49
7
8 app-text/atril: Drop old ebuilds requiring old webkit
9
10 Bug: https://bugs.gentoo.org/608604
11 Package-Manager: Portage-2.3.12, Repoman-2.3.3
12
13 app-text/atril/atril-1.12.2-r3.ebuild | 94 ----------------------------------
14 app-text/atril/atril-1.14.2.ebuild | 96 -----------------------------------
15 app-text/atril/atril-1.16.1.ebuild | 94 ----------------------------------
16 3 files changed, 284 deletions(-)
17
18 diff --git a/app-text/atril/atril-1.12.2-r3.ebuild b/app-text/atril/atril-1.12.2-r3.ebuild
19 deleted file mode 100644
20 index 78c75e6..0000000
21 --- a/app-text/atril/atril-1.12.2-r3.ebuild
22 +++ /dev/null
23 @@ -1,94 +0,0 @@
24 -# Copyright 1999-2016 Gentoo Foundation
25 -# Distributed under the terms of the GNU General Public License v2
26 -
27 -EAPI=6
28 -
29 -MATE_LA_PUNT="yes"
30 -
31 -inherit mate
32 -
33 -if [[ ${PV} != 9999 ]]; then
34 - KEYWORDS="amd64 ~arm x86"
35 -fi
36 -
37 -DESCRIPTION="Atril document viewer for MATE"
38 -LICENSE="GPL-2"
39 -SLOT="0"
40 -
41 -IUSE="caja dbus debug djvu dvi epub +introspection gnome-keyring gtk3 +postscript t1lib tiff xps"
42 -
43 -REQUIRED_USE="t1lib? ( dvi )"
44 -
45 -RDEPEND=">=app-text/poppler-0.16:0=[cairo]
46 - app-text/rarian:0
47 - dev-libs/atk:0
48 - >=dev-libs/glib-2.36:2
49 - >=dev-libs/libxml2-2.5:2
50 - >=mate-base/mate-desktop-1.9[gtk3(-)=]
51 - sys-libs/zlib:0
52 - x11-libs/gdk-pixbuf:2
53 - x11-libs/libICE:0
54 - >=x11-libs/libSM-1:0
55 - x11-libs/libX11:0
56 - >=x11-libs/cairo-1.9.10:0
57 - x11-libs/pango:0
58 - caja? ( >=mate-base/caja-1.8[gtk3(-)=,introspection?] )
59 - djvu? ( >=app-text/djvu-3.5.17:0 )
60 - dvi? (
61 - virtual/tex-base:0
62 - t1lib? ( >=media-libs/t1lib-5:5 )
63 - )
64 - epub? ( dev-libs/mathjax )
65 - gnome-keyring? ( >=app-crypt/libsecret-0.5:0 )
66 - !gtk3? (
67 - >=x11-libs/gtk+-2.24.0:2[introspection?]
68 - epub? ( >=net-libs/webkit-gtk-2.4.3:2 )
69 - )
70 - gtk3? (
71 - >=x11-libs/gtk+-3.0:3[introspection?]
72 - epub? ( >=net-libs/webkit-gtk-2.4.3:4 )
73 - )
74 - introspection? ( >=dev-libs/gobject-introspection-0.6:= )
75 - postscript? ( >=app-text/libspectre-0.2:0 )
76 - tiff? ( >=media-libs/tiff-3.6:0 )
77 - xps? ( >=app-text/libgxps-0.2.0:0 )
78 - !!app-text/mate-document-viewer"
79 -
80 -DEPEND="${RDEPEND}
81 - app-text/docbook-xml-dtd:4.1.2
82 - app-text/yelp-tools:0
83 - >=app-text/scrollkeeper-dtd-1:1.0
84 - dev-util/gtk-doc
85 - dev-util/gtk-doc-am
86 - >=dev-util/intltool-0.50.1:*
87 - virtual/pkgconfig:*
88 - sys-devel/gettext:*"
89 -
90 -# Tests use dogtail which is not available on Gentoo.
91 -RESTRICT="test"
92 -
93 -src_configure() {
94 - # Passing --disable-help would drop offline help, that would be inconsistent
95 - # with helps of the most of GNOME apps that doesn't require network for that.
96 - mate_src_configure \
97 - --disable-tests \
98 - --enable-comics \
99 - --enable-pdf \
100 - --enable-pixbuf \
101 - --enable-previewer \
102 - --enable-thumbnailer \
103 - --with-matedesktop \
104 - --with-gtk=$(usex gtk3 3.0 2.0) \
105 - $(use_with gnome-keyring keyring) \
106 - $(use_enable caja) \
107 - $(use_enable dbus) \
108 - $(use_enable debug) \
109 - $(use_enable djvu) \
110 - $(use_enable dvi) \
111 - $(use_enable epub) \
112 - $(use_enable introspection) \
113 - $(use_enable postscript ps) \
114 - $(use_enable t1lib) \
115 - $(use_enable tiff) \
116 - $(use_enable xps)
117 -}
118
119 diff --git a/app-text/atril/atril-1.14.2.ebuild b/app-text/atril/atril-1.14.2.ebuild
120 deleted file mode 100644
121 index cec82ec..0000000
122 --- a/app-text/atril/atril-1.14.2.ebuild
123 +++ /dev/null
124 @@ -1,96 +0,0 @@
125 -# Copyright 1999-2016 Gentoo Foundation
126 -# Distributed under the terms of the GNU General Public License v2
127 -
128 -EAPI=6
129 -
130 -MATE_LA_PUNT="yes"
131 -
132 -inherit mate
133 -
134 -if [[ ${PV} != 9999 ]]; then
135 - KEYWORDS="~amd64 ~arm ~x86"
136 -fi
137 -
138 -DESCRIPTION="Atril document viewer for MATE"
139 -LICENSE="GPL-2"
140 -SLOT="0"
141 -
142 -IUSE="caja dbus debug djvu dvi epub +introspection gnome-keyring gtk3 +postscript t1lib tiff xps"
143 -
144 -REQUIRED_USE="t1lib? ( dvi )"
145 -
146 -COMMON_DEPEND=">=app-text/poppler-0.16:0=[cairo]
147 - dev-libs/atk:0
148 - >=dev-libs/glib-2.36:2
149 - >=dev-libs/libxml2-2.5:2
150 - >=mate-base/mate-desktop-1.9[gtk3(-)=]
151 - sys-libs/zlib:0
152 - x11-libs/gdk-pixbuf:2
153 - x11-libs/libICE:0
154 - >=x11-libs/libSM-1:0
155 - x11-libs/libX11:0
156 - >=x11-libs/cairo-1.9.10:0
157 - x11-libs/pango:0
158 - caja? ( >=mate-base/caja-1.8[gtk3(-)=,introspection?] )
159 - djvu? ( >=app-text/djvu-3.5.17:0 )
160 - dvi? (
161 - virtual/tex-base:0
162 - t1lib? ( >=media-libs/t1lib-5:5 )
163 - )
164 - epub? ( dev-libs/mathjax )
165 - gnome-keyring? ( >=app-crypt/libsecret-0.5:0 )
166 - !gtk3? (
167 - >=x11-libs/gtk+-2.24.0:2[introspection?]
168 - epub? ( >=net-libs/webkit-gtk-2.4.3:2 )
169 - )
170 - gtk3? (
171 - >=x11-libs/gtk+-3.0:3[introspection?]
172 - epub? ( >=net-libs/webkit-gtk-2.4.3:4 )
173 - )
174 - introspection? ( >=dev-libs/gobject-introspection-0.6:= )
175 - postscript? ( >=app-text/libspectre-0.2:0 )
176 - tiff? ( >=media-libs/tiff-3.6:0 )
177 - xps? ( >=app-text/libgxps-0.2.0:0 )
178 - !!app-text/mate-document-viewer"
179 -
180 -RDEPEND="${COMMON_DEPEND}"
181 -
182 -DEPEND="${COMMON_DEPEND}
183 - app-text/docbook-xml-dtd:4.1.2
184 - app-text/rarian:0
185 - app-text/yelp-tools:0
186 - >=app-text/scrollkeeper-dtd-1:1.0
187 - dev-util/gtk-doc
188 - dev-util/gtk-doc-am
189 - >=dev-util/intltool-0.50.1:*
190 - virtual/pkgconfig:*
191 - sys-devel/gettext:*"
192 -
193 -# Tests use dogtail which is not available on Gentoo.
194 -RESTRICT="test"
195 -
196 -src_configure() {
197 - # Passing --disable-help would drop offline help, that would be inconsistent
198 - # with helps of the most of GNOME apps that doesn't require network for that.
199 - mate_src_configure \
200 - --disable-tests \
201 - --enable-comics \
202 - --enable-pdf \
203 - --enable-pixbuf \
204 - --enable-previewer \
205 - --enable-thumbnailer \
206 - --with-matedesktop \
207 - --with-gtk=$(usex gtk3 3.0 2.0) \
208 - $(use_with gnome-keyring keyring) \
209 - $(use_enable caja) \
210 - $(use_enable dbus) \
211 - $(use_enable debug) \
212 - $(use_enable djvu) \
213 - $(use_enable dvi) \
214 - $(use_enable epub) \
215 - $(use_enable introspection) \
216 - $(use_enable postscript ps) \
217 - $(use_enable t1lib) \
218 - $(use_enable tiff) \
219 - $(use_enable xps)
220 -}
221
222 diff --git a/app-text/atril/atril-1.16.1.ebuild b/app-text/atril/atril-1.16.1.ebuild
223 deleted file mode 100644
224 index 25821be..0000000
225 --- a/app-text/atril/atril-1.16.1.ebuild
226 +++ /dev/null
227 @@ -1,94 +0,0 @@
228 -# Copyright 1999-2016 Gentoo Foundation
229 -# Distributed under the terms of the GNU General Public License v2
230 -
231 -EAPI=6
232 -
233 -MATE_LA_PUNT="yes"
234 -
235 -inherit mate
236 -
237 -if [[ ${PV} != 9999 ]]; then
238 - KEYWORDS="~amd64 ~arm ~x86"
239 -fi
240 -
241 -DESCRIPTION="Atril document viewer for MATE"
242 -LICENSE="GPL-2"
243 -SLOT="0"
244 -
245 -IUSE="caja dbus debug djvu dvi epub +introspection gnome-keyring gtk3 +postscript t1lib tiff xps"
246 -
247 -REQUIRED_USE="t1lib? ( dvi )"
248 -
249 -COMMON_DEPEND=">=app-text/poppler-0.22:0=[cairo]
250 - dev-libs/atk:0
251 - >=dev-libs/glib-2.36:2
252 - >=dev-libs/libxml2-2.5:2
253 - sys-libs/zlib:0
254 - x11-libs/gdk-pixbuf:2
255 - x11-libs/libICE:0
256 - >=x11-libs/libSM-1:0
257 - x11-libs/libX11:0
258 - >=x11-libs/cairo-1.9.10:0
259 - x11-libs/pango:0
260 - caja? ( >=mate-base/caja-1.8[gtk3(-)=,introspection?] )
261 - djvu? ( >=app-text/djvu-3.5.17:0 )
262 - dvi? (
263 - virtual/tex-base:0
264 - t1lib? ( >=media-libs/t1lib-5:5 )
265 - )
266 - epub? ( dev-libs/mathjax )
267 - gnome-keyring? ( >=app-crypt/libsecret-0.5:0 )
268 - !gtk3? (
269 - >=x11-libs/gtk+-2.24.0:2[introspection?]
270 - epub? ( >=net-libs/webkit-gtk-2.4.3:2 )
271 - )
272 - gtk3? (
273 - >=x11-libs/gtk+-3.0:3[introspection?]
274 - epub? ( >=net-libs/webkit-gtk-2.4.3:4 )
275 - )
276 - introspection? ( >=dev-libs/gobject-introspection-0.6:= )
277 - postscript? ( >=app-text/libspectre-0.2:0 )
278 - tiff? ( >=media-libs/tiff-3.6:0 )
279 - xps? ( >=app-text/libgxps-0.2.1:0 )
280 - !!app-text/mate-document-viewer"
281 -
282 -RDEPEND="${COMMON_DEPEND}"
283 -
284 -DEPEND="${COMMON_DEPEND}
285 - app-text/docbook-xml-dtd:4.1.2
286 - app-text/rarian:0
287 - app-text/yelp-tools:0
288 - >=app-text/scrollkeeper-dtd-1:1.0
289 - dev-util/gtk-doc
290 - dev-util/gtk-doc-am
291 - >=dev-util/intltool-0.50.1:*
292 - virtual/pkgconfig:*
293 - sys-devel/gettext:*"
294 -
295 -# Tests use dogtail which is not available on Gentoo.
296 -RESTRICT="test"
297 -
298 -src_configure() {
299 - # Passing --disable-help would drop offline help, that would be inconsistent
300 - # with helps of the most of GNOME apps that doesn't require network for that.
301 - mate_src_configure \
302 - --disable-tests \
303 - --enable-comics \
304 - --enable-pdf \
305 - --enable-pixbuf \
306 - --enable-previewer \
307 - --enable-thumbnailer \
308 - --with-gtk=$(usex gtk3 3.0 2.0) \
309 - $(use_with gnome-keyring keyring) \
310 - $(use_enable caja) \
311 - $(use_enable dbus) \
312 - $(use_enable debug) \
313 - $(use_enable djvu) \
314 - $(use_enable dvi) \
315 - $(use_enable epub) \
316 - $(use_enable introspection) \
317 - $(use_enable postscript ps) \
318 - $(use_enable t1lib) \
319 - $(use_enable tiff) \
320 - $(use_enable xps)
321 -}