Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: app-accessibility/at-spi2-atk/
Date: Thu, 13 Sep 2018 15:33:20
Message-Id: 1536852785.118d72d55cab56bda24227af3ed9b75a404e1f92.leio@gentoo
1 commit: 118d72d55cab56bda24227af3ed9b75a404e1f92
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 13 15:33:05 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 13 15:33:05 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=118d72d5
7
8 app-accessibility/at-spi2-atk-2.26.2: remove, autotools ver available in ::gentoo
9
10 Meson version reported to be broken by Kobboi. The meson port looks of limited
11 value, and might be the cause of the breakage even (ECONF_SOURCE...?)
12
13 Package-Manager: Portage-2.3.49, Repoman-2.3.10
14
15 .../at-spi2-atk/at-spi2-atk-2.26.2.ebuild | 42 ----------------------
16 1 file changed, 42 deletions(-)
17
18 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
19 deleted file mode 100644
20 index d2f70859..00000000
21 --- a/app-accessibility/at-spi2-atk/at-spi2-atk-2.26.2.ebuild
22 +++ /dev/null
23 @@ -1,42 +0,0 @@
24 -# Copyright 1999-2018 Gentoo Foundation
25 -# Distributed under the terms of the GNU General Public License v2
26 -
27 -EAPI=6
28 -GNOME2_LA_PUNT="yes"
29 -
30 -inherit gnome-meson multilib-minimal virtualx
31 -
32 -DESCRIPTION="Gtk module for bridging AT-SPI to Atk"
33 -HOMEPAGE="https://wiki.gnome.org/Accessibility"
34 -
35 -LICENSE="LGPL-2+"
36 -SLOT="2"
37 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos"
38 -IUSE="test"
39 -
40 -COMMON_DEPEND="
41 - >=app-accessibility/at-spi2-core-2.17.90[${MULTILIB_USEDEP}]
42 - >=dev-libs/atk-2.25.2[${MULTILIB_USEDEP}]
43 - >=dev-libs/glib-2.32:2[${MULTILIB_USEDEP}]
44 - >=sys-apps/dbus-1.5[${MULTILIB_USEDEP}]
45 -"
46 -RDEPEND="${COMMON_DEPEND}
47 - !<gnome-extra/at-spi-1.32.0-r1
48 -"
49 -DEPEND="${COMMON_DEPEND}
50 - virtual/pkgconfig[${MULTILIB_USEDEP}]
51 - test? ( >=dev-libs/libxml2-2.9.1 )
52 -"
53 -
54 -multilib_src_configure() {
55 - ECONF_SOURCE=${S} \
56 - gnome-meson_src_configure
57 -}
58 -
59 -multilib_src_test() {
60 - #FIXME test fail
61 - virtx meson_src_test
62 -}
63 -
64 -multilib_src_compile() { gnome-meson_src_compile; }
65 -multilib_src_install() { gnome-meson_src_install; }