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/
Date: Sat, 29 Dec 2018 20:43:11
Message-Id: 1546115974.8266e36c3a7c14f7c1f425dbc1c19fc432543565.leio@gentoo
1 commit: 8266e36c3a7c14f7c1f425dbc1c19fc432543565
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 29 20:31:44 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 29 20:39:34 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8266e36c
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 | 1 -
14 .../at-spi2-atk/at-spi2-atk-2.22.0.ebuild | 48 ----------------------
15 2 files changed, 49 deletions(-)
16
17 diff --git a/app-accessibility/at-spi2-atk/Manifest b/app-accessibility/at-spi2-atk/Manifest
18 index bf580cb6c8b..96aceac6124 100644
19 --- a/app-accessibility/at-spi2-atk/Manifest
20 +++ b/app-accessibility/at-spi2-atk/Manifest
21 @@ -1,3 +1,2 @@
22 -DIST at-spi2-atk-2.22.0.tar.xz 306148 BLAKE2B 3606f96ca89dcc23700c2aaa67da9daf51709113b5d5a15d4864e565dd559e4136007f125801de08e9c6bc6c14d7b1c39e8307340c1758a6145aeb0caeb0a5c9 SHA512 9b815eecbe01164df8a3341a3b0e1fe57a4f333964a0836f89f54712512a32d69c333c0c099eb194716d081f5460bb6e6d2c852f7218df51549e88e75880f284
23 DIST at-spi2-atk-2.24.1.tar.xz 308576 BLAKE2B 92b96c54cd5a2dbd8a3dddbaa3188b3396ef8e4631cc9438e4ba57da27672d509babae3415c66d2c6afc74855ff0536d4cc6f24a8cecf66478021d350b3572a1 SHA512 5dbc186c7ea4f7f34aa0acaf90f683e549162caa274ba5b5818ae9992b52f1b475923d9818870978e87e3dacdf1018db31810d2d53b39bb4f068bcb64a423f23
24 DIST at-spi2-atk-2.26.2.tar.xz 322800 BLAKE2B 108a01fd8c16816d9953ad42721080dd6dcb9f75c95c412387d7f54920998c66eb5855eb859e8e00096a47b387d05779691887a7717d31f4c70681d69a9c8266 SHA512 f938b8e2b999fcdfa13e9433bd13c39430bae2ceae0c664a24caccc6af522947bf73de02de3c359807f5370a85961193df2ba24b193b60b915c61828ea747bb2
25
26 diff --git a/app-accessibility/at-spi2-atk/at-spi2-atk-2.22.0.ebuild b/app-accessibility/at-spi2-atk/at-spi2-atk-2.22.0.ebuild
27 deleted file mode 100644
28 index d5e666995bf..00000000000
29 --- a/app-accessibility/at-spi2-atk/at-spi2-atk-2.22.0.ebuild
30 +++ /dev/null
31 @@ -1,48 +0,0 @@
32 -# Copyright 1999-2017 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -GNOME2_LA_PUNT="yes"
37 -
38 -inherit gnome2 multilib-minimal virtualx
39 -
40 -DESCRIPTION="Gtk module for bridging AT-SPI to Atk"
41 -HOMEPAGE="https://wiki.gnome.org/Accessibility"
42 -
43 -LICENSE="LGPL-2+"
44 -SLOT="2"
45 -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"
46 -IUSE="test"
47 -
48 -COMMON_DEPEND="
49 - >=app-accessibility/at-spi2-core-2.17.90[${MULTILIB_USEDEP}]
50 - >=dev-libs/atk-2.15.4[${MULTILIB_USEDEP}]
51 - >=dev-libs/glib-2.32:2[${MULTILIB_USEDEP}]
52 - >=sys-apps/dbus-1.5[${MULTILIB_USEDEP}]
53 -"
54 -RDEPEND="${COMMON_DEPEND}
55 - !<gnome-extra/at-spi-1.32.0-r1
56 -"
57 -DEPEND="${COMMON_DEPEND}
58 - virtual/pkgconfig[${MULTILIB_USEDEP}]
59 - test? ( >=dev-libs/libxml2-2.9.1 )
60 -"
61 -
62 -src_prepare() {
63 - # Upstream forgot to put this in tarball, upstream #770615
64 - cp -n "${FILESDIR}"/${PN}-2.20.0-tests-data/*.xml "${S}"/tests/data/ || die
65 -
66 - gnome2_src_prepare
67 -}
68 -
69 -multilib_src_configure() {
70 - ECONF_SOURCE=${S} \
71 - gnome2_src_configure --enable-p2p $(use_with test tests)
72 -}
73 -
74 -multilib_src_test() {
75 - virtx emake check TESTS_ENVIRONMENT="dbus-run-session"
76 -}
77 -
78 -multilib_src_compile() { gnome2_src_compile; }
79 -multilib_src_install() { gnome2_src_install; }