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: Sun, 09 Feb 2020 15:56:32
Message-Id: 1581263758.876057921835c73198bf6c5c9b8265052493f1ab.leio@gentoo
1 commit: 876057921835c73198bf6c5c9b8265052493f1ab
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 9 15:19:40 2020 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 9 15:55:58 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87605792
7
8 app-accessibility/at-spi2-atk: remove old
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
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.26.2.ebuild | 39 ----------------------
15 2 files changed, 40 deletions(-)
16
17 diff --git a/app-accessibility/at-spi2-atk/Manifest b/app-accessibility/at-spi2-atk/Manifest
18 index 7065ddf75b7..34daef6d086 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.26.2.tar.xz 322800 BLAKE2B 108a01fd8c16816d9953ad42721080dd6dcb9f75c95c412387d7f54920998c66eb5855eb859e8e00096a47b387d05779691887a7717d31f4c70681d69a9c8266 SHA512 f938b8e2b999fcdfa13e9433bd13c39430bae2ceae0c664a24caccc6af522947bf73de02de3c359807f5370a85961193df2ba24b193b60b915c61828ea747bb2
23 DIST at-spi2-atk-2.32.0.tar.xz 94952 BLAKE2B 972bb32590a51549eb8b0b3c46a068e95cc43783f0f0e31ca3663ff1669196a88def63342c01d056d45d6f4fb4bcc2127b50a49be37fd45d33aa1daeadca5172 SHA512 095ceaa33d5b35f1f4f81a31bea00487c054493cb29d4fdbcf74331ec8d1b9570dc7cb93e1cc06da9ea3f5805e7a3a9e7bf80cfdbce86a1822c2a46327109393
24 DIST at-spi2-atk-2.34.0.tar.xz 96116 BLAKE2B 242b29b988d97b06ca85495be77f9c4cf1c621d9ff977cd73ea37f97b42fc636474df34429e7397fb3f91d3d11b14ce1b3de5d68c0b30f85877f444c78389564 SHA512 515ad4d0a000fa47a7848f3ea9f95f8e0c582f9d9876725deb8e521c60e290f73655445456e6c238f382cb8773b56db2795c221029ec931bad68395326b6bb04
25
26 diff --git a/app-accessibility/at-spi2-atk/at-spi2-atk-2.26.2.ebuild b/app-accessibility/at-spi2-atk/at-spi2-atk-2.26.2.ebuild
27 deleted file mode 100644
28 index 81663143db5..00000000000
29 --- a/app-accessibility/at-spi2-atk/at-spi2-atk-2.26.2.ebuild
30 +++ /dev/null
31 @@ -1,39 +0,0 @@
32 -# Copyright 1999-2020 Gentoo Authors
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 s390 ~sh sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
46 -IUSE="test"
47 -RESTRICT="!test? ( test )"
48 -
49 -RDEPEND="
50 - >=sys-apps/dbus-1.5[${MULTILIB_USEDEP}]
51 - >=dev-libs/glib-2.32:2[${MULTILIB_USEDEP}]
52 - >=dev-libs/atk-2.25.2[${MULTILIB_USEDEP}]
53 - >=app-accessibility/at-spi2-core-2.25.3[${MULTILIB_USEDEP}]
54 -"
55 -DEPEND="${RDEPEND}
56 - virtual/pkgconfig[${MULTILIB_USEDEP}]
57 - test? ( >=dev-libs/libxml2-2.9.1 )
58 -"
59 -
60 -multilib_src_configure() {
61 - ECONF_SOURCE=${S} \
62 - gnome2_src_configure --enable-p2p $(use_with test tests)
63 -}
64 -
65 -multilib_src_test() {
66 - virtx emake check TESTS_ENVIRONMENT="dbus-run-session"
67 -}
68 -
69 -multilib_src_compile() { gnome2_src_compile; }
70 -multilib_src_install() { gnome2_src_install; }