commit:     267ab06566620ad59fbd5103ba2491e95d456644
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Tue Jun  9 09:52:56 2015 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Tue Jun  9 13:48:42 2015 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=267ab065

app-accessibility/at-spi2-atk: moved to gentoo-x86

 .../at-spi2-atk/at-spi2-atk-2.16.0.ebuild          | 48 ----------------------
 1 file changed, 48 deletions(-)

diff --git a/app-accessibility/at-spi2-atk/at-spi2-atk-2.16.0.ebuild 
b/app-accessibility/at-spi2-atk/at-spi2-atk-2.16.0.ebuild
deleted file mode 100644
index 744da6a..0000000
--- a/app-accessibility/at-spi2-atk/at-spi2-atk-2.16.0.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="5"
-GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
-
-inherit eutils gnome2 multilib-minimal virtualx
-
-DESCRIPTION="Gtk module for bridging AT-SPI to Atk"
-HOMEPAGE="http://live.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.15.5[${MULTILIB_USEDEP}]
-       >=dev-libs/atk-2.15.4[${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
-       abi_x86_32? (
-               !<=app-emulation/emul-linux-x86-gtklibs-20140508-r3
-               !app-emulation/emul-linux-x86-gtklibs[-abi_x86_32(-)]
-       )
-"
-DEPEND="${COMMON_DEPEND}
-       virtual/pkgconfig[${MULTILIB_USEDEP}]
-       test? ( >=dev-libs/libxml2-2.9.1 )
-"
-
-multilib_src_configure() {
-       ECONF_SOURCE=${S} \
-       gnome2_src_configure --enable-p2p $(use_with test tests)
-}
-
-multilib_src_test() {
-       unset DBUS_SESSION_BUS_ADDRESS
-       Xemake check
-}
-
-multilib_src_compile() { gnome2_src_compile; }
-multilib_src_install() { gnome2_src_install; }

Reply via email to