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-core/
Date: Thu, 13 Sep 2018 15:33:17
Message-Id: 1536852697.251af2ce8b958161fa94280740228b4b0cf79ca3.leio@gentoo
1 commit: 251af2ce8b958161fa94280740228b4b0cf79ca3
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 13 15:31:37 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 13 15:31:37 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=251af2ce
7
8 app-accessibility/at-spi2-core-2.26.2: remove, autotools ver available in ::gentoo
9
10 meson doesn't seem quite ready for at-spi at these versions yet and the
11 meson port seems of limited value (no meson_use usage, etc)
12
13 Package-Manager: Portage-2.3.49, Repoman-2.3.10
14
15 .../at-spi2-core/at-spi2-core-2.26.2.ebuild | 54 ----------------------
16 1 file changed, 54 deletions(-)
17
18 diff --git a/app-accessibility/at-spi2-core/at-spi2-core-2.26.2.ebuild b/app-accessibility/at-spi2-core/at-spi2-core-2.26.2.ebuild
19 deleted file mode 100644
20 index efad0d35..00000000
21 --- a/app-accessibility/at-spi2-core/at-spi2-core-2.26.2.ebuild
22 +++ /dev/null
23 @@ -1,54 +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 eutils gnome-meson multilib-minimal
31 -
32 -DESCRIPTION="D-Bus accessibility specifications and registration daemon"
33 -HOMEPAGE="https://wiki.gnome.org/Accessibility"
34 -
35 -LICENSE="LGPL-2+"
36 -SLOT="2"
37 -IUSE="X +introspection"
38 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos"
39 -
40 -# x11-libs/libSM is needed until upstream #719808 is solved either
41 -# making the dep unneeded or fixing their configure
42 -# Only libX11 is optional right now
43 -RDEPEND="
44 - >=dev-libs/glib-2.36:2[${MULTILIB_USEDEP}]
45 - >=sys-apps/dbus-1.5[${MULTILIB_USEDEP}]
46 - x11-libs/libSM[${MULTILIB_USEDEP}]
47 - x11-libs/libXi[${MULTILIB_USEDEP}]
48 - x11-libs/libXtst[${MULTILIB_USEDEP}]
49 - introspection? ( >=dev-libs/gobject-introspection-1.32.0:= )
50 - X? (
51 - x11-libs/libX11[${MULTILIB_USEDEP}]
52 - x11-libs/libXi[${MULTILIB_USEDEP}]
53 - x11-libs/libXtst[${MULTILIB_USEDEP}]
54 - )
55 -"
56 -DEPEND="${RDEPEND}
57 - dev-util/gtk-doc
58 - >=dev-util/intltool-0.40
59 - sys-devel/gettext
60 - virtual/pkgconfig[${MULTILIB_USEDEP}]
61 -"
62 -
63 -PATCHES=(
64 - # disable teamspaces test since that requires Novell.ICEDesktop.Daemon
65 - "${FILESDIR}/${PN}-2.0.2-disable-teamspaces-test.patch"
66 -)
67 -
68 -multilib_src_configure() {
69 - ECONF_SOURCE=${S} \
70 - gnome-meson_src_configure \
71 - -Denable_docs=true \
72 - -Denable-introspection=$(multilib_native_usex introspection yes no) \
73 - -Denable-x11=$(usex X yes no)
74 -}
75 -
76 -multilib_src_compile() { gnome-meson_src_compile; }
77 -multilib_src_install() { gnome-meson_src_install; }