Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-accessibility/at-spi2-atk/files/at-spi2-atk-2.20.0-tests-data/, ...
Date: Fri, 29 Mar 2019 23:27:13
Message-Id: 1553899686.972b1e16b88b5e1da425ab028a96dbd91b450098.leio@gentoo
1 commit: 972b1e16b88b5e1da425ab028a96dbd91b450098
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 29 22:48:06 2019 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 29 22:48:06 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=972b1e16
7
8 app-accessibility/at-spi2-atk: remove old
9
10 Package-Manager: Portage-2.3.52, Repoman-2.3.12
11 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
12
13 app-accessibility/at-spi2-atk/Manifest | 2 -
14 .../at-spi2-atk/at-spi2-atk-2.24.1.ebuild | 48 ---------------
15 .../at-spi2-atk/at-spi2-atk-2.30.0.ebuild | 41 -------------
16 .../test-collection.xml | 20 -------
17 .../test-document.xml | 7 ---
18 .../test-editable-text.xml | 9 ---
19 .../test-hypertext.xml | 6 --
20 .../at-spi2-atk-2.20.0-tests-data/test-image.xml | 7 ---
21 .../test-selection.xml | 16 -----
22 .../at-spi2-atk-2.20.0-tests-data/test-table.xml | 70 ----------------------
23 .../at-spi2-atk-2.20.0-tests-data/test-text.xml | 9 ---
24 .../at-spi2-atk-2.20.0-tests-data/test-value.xml | 6 --
25 12 files changed, 241 deletions(-)
26
27 diff --git a/app-accessibility/at-spi2-atk/Manifest b/app-accessibility/at-spi2-atk/Manifest
28 index 3cb4d25c457..f2a27f9d2c2 100644
29 --- a/app-accessibility/at-spi2-atk/Manifest
30 +++ b/app-accessibility/at-spi2-atk/Manifest
31 @@ -1,4 +1,2 @@
32 -DIST at-spi2-atk-2.24.1.tar.xz 308576 BLAKE2B 92b96c54cd5a2dbd8a3dddbaa3188b3396ef8e4631cc9438e4ba57da27672d509babae3415c66d2c6afc74855ff0536d4cc6f24a8cecf66478021d350b3572a1 SHA512 5dbc186c7ea4f7f34aa0acaf90f683e549162caa274ba5b5818ae9992b52f1b475923d9818870978e87e3dacdf1018db31810d2d53b39bb4f068bcb64a423f23
33 DIST at-spi2-atk-2.26.2.tar.xz 322800 BLAKE2B 108a01fd8c16816d9953ad42721080dd6dcb9f75c95c412387d7f54920998c66eb5855eb859e8e00096a47b387d05779691887a7717d31f4c70681d69a9c8266 SHA512 f938b8e2b999fcdfa13e9433bd13c39430bae2ceae0c664a24caccc6af522947bf73de02de3c359807f5370a85961193df2ba24b193b60b915c61828ea747bb2
34 -DIST at-spi2-atk-2.30.0.tar.xz 94824 BLAKE2B 65f8abb034a610e8aaa72c4d0e3c93fa03f6737cbf8bff28c885c654ba3fe98e8750e6398326e47069f12d33f75eae729cbafdfca31a3a0ab7b233ba3f8a4c58 SHA512 d7a02c347e31d78da81455cff77b44ab6d9e11add8d9457fba6a6b354cef731ab73e8a83060c150f3ef3d5191bfbc649618360a61c9826816b1aafb3e2bea7d5
35 DIST at-spi2-atk-2.30.1.tar.xz 94812 BLAKE2B fe3ef77e749bef2300219fe32586ac0b871d06dce708ce8b7b57356a1fa17041c3f7b788e3e6d6b5f89dc97c3e8d43a9d1eb897ed8fbaac954f042421aef68b6 SHA512 862cccb65d2a8a7df4e899e4f53742535389a0efa0a75c936b52e68690c07e206b19d8308f0910cddb71bda0d803012d613f6959329ae43c411d1314062b7018
36
37 diff --git a/app-accessibility/at-spi2-atk/at-spi2-atk-2.24.1.ebuild b/app-accessibility/at-spi2-atk/at-spi2-atk-2.24.1.ebuild
38 deleted file mode 100644
39 index cf70707dd34..00000000000
40 --- a/app-accessibility/at-spi2-atk/at-spi2-atk-2.24.1.ebuild
41 +++ /dev/null
42 @@ -1,48 +0,0 @@
43 -# Copyright 1999-2018 Gentoo Foundation
44 -# Distributed under the terms of the GNU General Public License v2
45 -
46 -EAPI=6
47 -GNOME2_LA_PUNT="yes"
48 -
49 -inherit gnome2 multilib-minimal virtualx
50 -
51 -DESCRIPTION="Gtk module for bridging AT-SPI to Atk"
52 -HOMEPAGE="https://wiki.gnome.org/Accessibility"
53 -
54 -LICENSE="LGPL-2+"
55 -SLOT="2"
56 -KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
57 -IUSE="test"
58 -
59 -COMMON_DEPEND="
60 - >=app-accessibility/at-spi2-core-2.17.90[${MULTILIB_USEDEP}]
61 - >=dev-libs/atk-2.15.4[${MULTILIB_USEDEP}]
62 - >=dev-libs/glib-2.32:2[${MULTILIB_USEDEP}]
63 - >=sys-apps/dbus-1.5[${MULTILIB_USEDEP}]
64 -"
65 -RDEPEND="${COMMON_DEPEND}
66 - !<gnome-extra/at-spi-1.32.0-r1
67 -"
68 -DEPEND="${COMMON_DEPEND}
69 - virtual/pkgconfig[${MULTILIB_USEDEP}]
70 - test? ( >=dev-libs/libxml2-2.9.1 )
71 -"
72 -
73 -src_prepare() {
74 - # Upstream forgot to put this in tarball, upstream #770615
75 - cp -n "${FILESDIR}"/${PN}-2.20.0-tests-data/*.xml "${S}"/tests/data/ || die
76 -
77 - gnome2_src_prepare
78 -}
79 -
80 -multilib_src_configure() {
81 - ECONF_SOURCE=${S} \
82 - gnome2_src_configure --enable-p2p $(use_with test tests)
83 -}
84 -
85 -multilib_src_test() {
86 - virtx emake check TESTS_ENVIRONMENT="dbus-run-session"
87 -}
88 -
89 -multilib_src_compile() { gnome2_src_compile; }
90 -multilib_src_install() { gnome2_src_install; }
91
92 diff --git a/app-accessibility/at-spi2-atk/at-spi2-atk-2.30.0.ebuild b/app-accessibility/at-spi2-atk/at-spi2-atk-2.30.0.ebuild
93 deleted file mode 100644
94 index 3af77c5c498..00000000000
95 --- a/app-accessibility/at-spi2-atk/at-spi2-atk-2.30.0.ebuild
96 +++ /dev/null
97 @@ -1,41 +0,0 @@
98 -# Copyright 1999-2019 Gentoo Authors
99 -# Distributed under the terms of the GNU General Public License v2
100 -
101 -EAPI=6
102 -
103 -inherit gnome.org meson multilib-minimal virtualx xdg
104 -
105 -DESCRIPTION="Gtk module for bridging AT-SPI to Atk"
106 -HOMEPAGE="https://wiki.gnome.org/Accessibility"
107 -
108 -LICENSE="LGPL-2+"
109 -SLOT="2"
110 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
111 -IUSE="test"
112 -
113 -RDEPEND="
114 - >=sys-apps/dbus-1.5[${MULTILIB_USEDEP}]
115 - >=dev-libs/glib-2.32:2[${MULTILIB_USEDEP}]
116 - >=dev-libs/atk-2.30.0[${MULTILIB_USEDEP}]
117 - >=app-accessibility/at-spi2-core-2.30.0[${MULTILIB_USEDEP}]
118 -"
119 -DEPEND="${RDEPEND}
120 - virtual/pkgconfig[${MULTILIB_USEDEP}]
121 - test? ( >=dev-libs/libxml2-2.9.1 )
122 -"
123 -
124 -multilib_src_configure() {
125 - meson_src_configure
126 -}
127 -
128 -multilib_src_compile() {
129 - meson_src_compile
130 -}
131 -
132 -multilib_src_test() {
133 - virtx dbus-run-session meson test -C "${BUILD_DIR}" || die 'tests failed'
134 -}
135 -
136 -multilib_src_install() {
137 - meson_src_install
138 -}
139
140 diff --git a/app-accessibility/at-spi2-atk/files/at-spi2-atk-2.20.0-tests-data/test-collection.xml b/app-accessibility/at-spi2-atk/files/at-spi2-atk-2.20.0-tests-data/test-collection.xml
141 deleted file mode 100644
142 index 7086ede8554..00000000000
143 --- a/app-accessibility/at-spi2-atk/files/at-spi2-atk-2.20.0-tests-data/test-collection.xml
144 +++ /dev/null
145 @@ -1,20 +0,0 @@
146 -<?xml version="1.0" ?>
147 -<accessible description="Root of the accessible tree" name="root_object" role="accelerator label">
148 - <accessible description="first child" name="obj1" role="alert">
149 - <state state_enum="modal"/>
150 - <state state_enum="multi-line"/>
151 - </accessible>
152 - <accessible description="second child" name="obj2" role="animation">
153 - <accessible description="first prechild" name="obj2/1" role="arrow">
154 - <relation relation_type="2" target_name="obj2"/>
155 - <state state_enum="modal"/>
156 - <state state_enum="multi-line"/>
157 - </accessible>
158 - <accessible description="second prechild" name="obj2/2" role="canvas"/>
159 - </accessible>
160 - <accessible description="third child" name="obj3" role="check box">
161 - <state state_enum="modal"/>
162 - <state state_enum="multi-line"/>
163 - <accessible description="first prechild" name="obj3/1" role="check menu item"/>
164 - </accessible>
165 -</accessible>
166
167 diff --git a/app-accessibility/at-spi2-atk/files/at-spi2-atk-2.20.0-tests-data/test-document.xml b/app-accessibility/at-spi2-atk/files/at-spi2-atk-2.20.0-tests-data/test-document.xml
168 deleted file mode 100644
169 index 7363a622e76..00000000000
170 --- a/app-accessibility/at-spi2-atk/files/at-spi2-atk-2.20.0-tests-data/test-document.xml
171 +++ /dev/null
172 @@ -1,7 +0,0 @@
173 -<?xml version="1.0" ?>
174 -<accessible description="Root of the accessible tree" name="root_object" role="accelerator label">
175 - <accessible description="first child" name="test" role="alert"/>
176 - <accessible_document description="image child" name="my_document" role="text">
177 - <document page_numer="7" page_no="2"/>
178 - </accessible_document>
179 -</accessible>
180
181 diff --git a/app-accessibility/at-spi2-atk/files/at-spi2-atk-2.20.0-tests-data/test-editable-text.xml b/app-accessibility/at-spi2-atk/files/at-spi2-atk-2.20.0-tests-data/test-editable-text.xml
182 deleted file mode 100644
183 index ae8084c2cc4..00000000000
184 --- a/app-accessibility/at-spi2-atk/files/at-spi2-atk-2.20.0-tests-data/test-editable-text.xml
185 +++ /dev/null
186 @@ -1,9 +0,0 @@
187 -<?xml version="1.0" ?>
188 -<accessible description="Root of the accessible tree" name="root_object" role="accelerator label">
189 - <accessible_editable_text description="first child" name="obj0" role="entry">
190 - <text_edit_node text="test text"/>
191 - </accessible_editable_text>
192 - <accessible_editable_text description="second child" name="obj1" role="entry">
193 - <text_edit_node text="second test text"/>
194 - </accessible_editable_text>
195 -</accessible>
196
197 diff --git a/app-accessibility/at-spi2-atk/files/at-spi2-atk-2.20.0-tests-data/test-hypertext.xml b/app-accessibility/at-spi2-atk/files/at-spi2-atk-2.20.0-tests-data/test-hypertext.xml
198 deleted file mode 100644
199 index 1b6be6d4b1f..00000000000
200 --- a/app-accessibility/at-spi2-atk/files/at-spi2-atk-2.20.0-tests-data/test-hypertext.xml
201 +++ /dev/null
202 @@ -1,6 +0,0 @@
203 -<?xml version="1.0" ?>
204 -<accessible description="Root of the accessible tree" name="root_object" role="accelerator label">
205 - <accessible_hypertext description="first child" name="obj0" role="alert">
206 - <hypertext text="This is article about know downhill portals href='dh-zone.com' href='pinkbike.com'" />
207 - </accessible_hypertext>
208 -</accessible>
209
210 diff --git a/app-accessibility/at-spi2-atk/files/at-spi2-atk-2.20.0-tests-data/test-image.xml b/app-accessibility/at-spi2-atk/files/at-spi2-atk-2.20.0-tests-data/test-image.xml
211 deleted file mode 100644
212 index b678ac25074..00000000000
213 --- a/app-accessibility/at-spi2-atk/files/at-spi2-atk-2.20.0-tests-data/test-image.xml
214 +++ /dev/null
215 @@ -1,7 +0,0 @@
216 -<?xml version="1.0" ?>
217 -<accessible description="Root of the accessible tree" name="root_object" role="accelerator label">
218 - <accessible description="first child" name="obj1" role="alert"/>
219 - <accessible_image description="image child" name="obj0" role="image">
220 - <image image_description="image description" width="100" height="50" x="500" y="50" image_extents="png" image_locale="image_locale"/>
221 - </accessible_image>
222 -</accessible>
223
224 diff --git a/app-accessibility/at-spi2-atk/files/at-spi2-atk-2.20.0-tests-data/test-selection.xml b/app-accessibility/at-spi2-atk/files/at-spi2-atk-2.20.0-tests-data/test-selection.xml
225 deleted file mode 100644
226 index 2fc17333449..00000000000
227 --- a/app-accessibility/at-spi2-atk/files/at-spi2-atk-2.20.0-tests-data/test-selection.xml
228 +++ /dev/null
229 @@ -1,16 +0,0 @@
230 -<?xml version="1.0" ?>
231 -<accessible description="Root of the accessible tree" name="root_object" role="accelerator label">
232 - <accessible_selection description="first child" name="obj1" role="alert">
233 - <accessible description="first prechild" name="obj2/1" role="arrow">
234 - <state state_enum="selected"/>
235 - </accessible>
236 - <accessible description="second prechild" name="obj2/2" role="canvas" selected="1">
237 - <state state_enum="selected"/>
238 - </accessible>
239 - <accessible description="first prechild" name="obj2/1" role="arrow"/>
240 - <accessible description="second prechild" name="obj2/2" role="canvas"/>
241 - <accessible description="first prechild" name="obj3/1" role="check menu item">
242 - <state state_enum="selected"/>
243 - </accessible>
244 - </accessible_selection>
245 -</accessible>
246
247 diff --git a/app-accessibility/at-spi2-atk/files/at-spi2-atk-2.20.0-tests-data/test-table.xml b/app-accessibility/at-spi2-atk/files/at-spi2-atk-2.20.0-tests-data/test-table.xml
248 deleted file mode 100644
249 index 9d6cb502d74..00000000000
250 --- a/app-accessibility/at-spi2-atk/files/at-spi2-atk-2.20.0-tests-data/test-table.xml
251 +++ /dev/null
252 @@ -1,70 +0,0 @@
253 -<?xml version="1.0" ?>
254 -<accessible description="Root of the accessible tree" name="root_object" role="accelerator label">
255 - <accessible_table description="first_child" name="obj0" role="table">
256 - <accessible description="table caption" name="caption name" role="caption"/>
257 - <accessible description="table summary" name="table summary name" role="heading"/>
258 - <accessible description="first column" name="col1" role="table column header">
259 - <accessible description="first column header" name="column 1 header" role="header"/>
260 - </accessible>
261 - <accessible description="second column" name="col2" role="table column header">
262 - <state state_enum="selected"/>
263 - <accessible description="second column header" name="column 2 header" role="header"/>
264 - </accessible>
265 - <accessible description="third column" name="col3" role="table column header">
266 - <accessible description="thrid column header" name="column 3 header" role="header"/>
267 - </accessible>
268 - <accessible description="first row" name="row1" role="table row header">
269 - <state state_enum="selected"/>
270 - <accessible description="first row header" name="row 1 header" role="header"/>
271 - </accessible>
272 - <accessible description="second row" name="row2" role="table row header">
273 - <accessible description="second row header" name="row 2 header" role="header"/>
274 - </accessible>
275 - <accessible description="third row" name="row3" role="table row header">
276 - <state state_enum="selected"/>
277 - <accessible description="third row header" name="row 3 header" role="header"/>
278 - </accessible>
279 - <accessible description="fourth row" name="row4" role="table row header">
280 - <accessible description="fourth row header" name="row 4 header" role="header"/>
281 - </accessible>
282 - <accessible_table_cell description="table cell 1" name="cell 0/0" role="table cell">
283 - <table_cell cell_x="0" cell_y="0" row_span="2"/>
284 - </accessible_table_cell>
285 - <accessible_table_cell description="table cell 5" name="cell 1/0" role="table cell">
286 - <table_cell cell_x="1" cell_y="0" column_span="3"/>
287 - </accessible_table_cell>
288 - <accessible_table_cell description="table cell 9" name="cell 2/0" role="table cell">
289 - <state state_enum="selected"/>
290 - <table_cell cell_x="2" cell_y="0"/>
291 - </accessible_table_cell>
292 - <accessible_table_cell description="table cell 2" name="cell 0/1" role="table cell">
293 - <table_cell cell_x="0" cell_y="1"/>
294 - </accessible_table_cell>
295 - <accessible_table_cell description="table cell 6" name="cell 1/1" role="table cell">
296 - <table_cell cell_x="1" cell_y="1"/>
297 - </accessible_table_cell>
298 - <accessible_table_cell description="table cell 10" name="cell 2/1" role="table cell">
299 - <table_cell cell_x="2" cell_y="1"/>
300 - </accessible_table_cell>
301 - <accessible_table_cell description="table cell 3" name="cell 0/2" role="table cell">
302 - <table_cell cell_x="0" cell_y="2"/>
303 - </accessible_table_cell>
304 - <accessible_table_cell description="table cell 7" name="cell 1/2" role="table cell">
305 - <table_cell cell_x="1" cell_y="2"/>
306 - </accessible_table_cell>
307 - <accessible_table_cell description="table cell 11" name="cell 2/2" role="table cell">
308 - <table_cell cell_x="2" cell_y="2"/>
309 - </accessible_table_cell>
310 - <accessible_table_cell description="table cell 4" name="cell 0/3" role="table cell">
311 - <table_cell cell_x="0" cell_y="3"/>
312 - </accessible_table_cell>
313 - <accessible_table_cell description="table cell 8" name="cell 1/3" role="table cell">
314 - <table_cell cell_x="1" cell_y="3"/>
315 - </accessible_table_cell>
316 - <accessible_table_cell description="table cell 12" name="cell 2/3" role="table cell">
317 - <table_cell cell_x="2" cell_y="3"/>
318 - </accessible_table_cell>
319 - </accessible_table>
320 -</accessible>
321 -
322 -
323
324 diff --git a/app-accessibility/at-spi2-atk/files/at-spi2-atk-2.20.0-tests-data/test-text.xml b/app-accessibility/at-spi2-atk/files/at-spi2-atk-2.20.0-tests-data/test-text.xml
325 deleted file mode 100644
326 index ab72522afd5..00000000000
327 --- a/app-accessibility/at-spi2-atk/files/at-spi2-atk-2.20.0-tests-data/test-text.xml
328 +++ /dev/null
329 @@ -1,9 +0,0 @@
330 -<?xml version="1.0" ?>
331 -<accessible description="Root of the accessible tree" name="root_object" role="accelerator label">
332 - <accessible_text description="first child" name="obj0" role="text">
333 - <text_node text="text0 it works!." x="100" y="33" width="110" height="30" bold_text="on" underline_text="off"/>
334 - </accessible_text>
335 - <accessible_text description="second child" name="obj1" role="text">
336 - <text_node text="First sentence./n Second sentence." x="66" y="44" width="550" height="40" bold_text="off" underline_text="off"/>
337 - </accessible_text>
338 -</accessible>
339
340 diff --git a/app-accessibility/at-spi2-atk/files/at-spi2-atk-2.20.0-tests-data/test-value.xml b/app-accessibility/at-spi2-atk/files/at-spi2-atk-2.20.0-tests-data/test-value.xml
341 deleted file mode 100644
342 index 83172d5f8b8..00000000000
343 --- a/app-accessibility/at-spi2-atk/files/at-spi2-atk-2.20.0-tests-data/test-value.xml
344 +++ /dev/null
345 @@ -1,6 +0,0 @@
346 -<?xml version="1.0" ?>
347 -<accessible description="Root of the accessible tree" name="root_object" role="accelerator label">
348 - <accessible_value description="first child" name="obj0" role="alert">
349 - <value_node min="1.1" current="2.1" max="3.1" step="0.1"/>
350 - </accessible_value>
351 -</accessible>