aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory M. Tuner <gmt@be-evil.net>2014-01-23 15:59:27 -0800
committerGregory M. Tuner <gmt@be-evil.net>2014-01-23 15:59:27 -0800
commitee23dd0226862203c50e357a244959d077dbdd37 (patch)
treeb50f18d765e3bac431e14eaf8d3089f3516534f9 /app-accessibility
parentdev-python/sip: multilib python header finding (diff)
downloadgmt-ee23dd0226862203c50e357a244959d077dbdd37.tar.gz
gmt-ee23dd0226862203c50e357a244959d077dbdd37.tar.bz2
gmt-ee23dd0226862203c50e357a244959d077dbdd37.zip
dev-cpp/at-spi2-core: remove 2.10.2 clone (premature clonification)
Signed-off-by: Gregory M. Tuner <gmt@be-evil.net>
Diffstat (limited to 'app-accessibility')
-rw-r--r--app-accessibility/at-spi2-core/at-spi2-core-2.10.2.ebuild50
1 files changed, 0 insertions, 50 deletions
diff --git a/app-accessibility/at-spi2-core/at-spi2-core-2.10.2.ebuild b/app-accessibility/at-spi2-core/at-spi2-core-2.10.2.ebuild
deleted file mode 100644
index 2edf1e8..0000000
--- a/app-accessibility/at-spi2-core/at-spi2-core-2.10.2.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2014 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 gtk-doc gnome2-multilib
-
-DESCRIPTION="D-Bus accessibility specifications and registration daemon"
-HOMEPAGE="http://live.gnome.org/Accessibility"
-
-LICENSE="LGPL-2+"
-SLOT="2"
-IUSE="+X +introspection"
-KEYWORDS="~amd64"
-
-# x11-libs/libSM is needed until upstream #719808 is solved either
-# making the dep unneeded or fixing their configure
-# Only libX11 is optional right now
-RDEPEND="
- >=dev-libs/glib-2.28:2[${MULTILIB_USEDEP}]
- >=sys-apps/dbus-1[${MULTILIB_USEDEP}]
- x11-libs/libSM[${MULTILIB_USEDEP}]
- x11-libs/libXi[${MULTILIB_USEDEP}]
- x11-libs/libXtst[${MULTILIB_USEDEP}]
- introspection? ( >=dev-libs/gobject-introspection-0.9.6[${MULTILIB_USEDEP}] )
- X? ( x11-libs/libX11[${MULTILIB_USEDEP}] )
-"
-DEPEND="${RDEPEND}
- >=dev-util/gtk-doc-am-1.9
- >=dev-util/intltool-0.40
- virtual/pkgconfig
-"
-
-src_prepare() {
- # disable teamspaces test since that requires Novell.ICEDesktop.Daemon
- epatch "${FILESDIR}/${PN}-2.0.2-disable-teamspaces-test.patch"
-
- gnome2-multilib_src_prepare
-}
-
-src_configure() {
- # xevie is deprecated/broken since xorg-1.6/1.7
- gnome2-multilib_src_configure \
- --disable-xevie \
- $(use_enable introspection) \
- $(use_enable X x11)
-}