commit:     118d72d55cab56bda24227af3ed9b75a404e1f92
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 13 15:33:05 2018 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Thu Sep 13 15:33:05 2018 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=118d72d5

app-accessibility/at-spi2-atk-2.26.2: remove, autotools ver available in 
::gentoo

Meson version reported to be broken by Kobboi. The meson port looks of limited
value, and might be the cause of the breakage even (ECONF_SOURCE...?)

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 .../at-spi2-atk/at-spi2-atk-2.26.2.ebuild          | 42 ----------------------
 1 file changed, 42 deletions(-)

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
deleted file mode 100644
index d2f70859..00000000
--- a/app-accessibility/at-spi2-atk/at-spi2-atk-2.26.2.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GNOME2_LA_PUNT="yes"
-
-inherit gnome-meson multilib-minimal virtualx
-
-DESCRIPTION="Gtk module for bridging AT-SPI to Atk"
-HOMEPAGE="https://wiki.gnome.org/Accessibility";
-
-LICENSE="LGPL-2+"
-SLOT="2"
-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"
-IUSE="test"
-
-COMMON_DEPEND="
-       >=app-accessibility/at-spi2-core-2.17.90[${MULTILIB_USEDEP}]
-       >=dev-libs/atk-2.25.2[${MULTILIB_USEDEP}]
-       >=dev-libs/glib-2.32:2[${MULTILIB_USEDEP}]
-       >=sys-apps/dbus-1.5[${MULTILIB_USEDEP}]
-"
-RDEPEND="${COMMON_DEPEND}
-       !<gnome-extra/at-spi-1.32.0-r1
-"
-DEPEND="${COMMON_DEPEND}
-       virtual/pkgconfig[${MULTILIB_USEDEP}]
-       test? ( >=dev-libs/libxml2-2.9.1 )
-"
-
-multilib_src_configure() {
-       ECONF_SOURCE=${S} \
-       gnome-meson_src_configure
-}
-
-multilib_src_test() {
-       #FIXME test fail
-       virtx meson_src_test
-}
-
-multilib_src_compile() { gnome-meson_src_compile; }
-multilib_src_install() { gnome-meson_src_install; }

Reply via email to