summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'gnome-extra/at-spi/at-spi-1.18.0.ebuild')
-rw-r--r--gnome-extra/at-spi/at-spi-1.18.0.ebuild53
1 files changed, 0 insertions, 53 deletions
diff --git a/gnome-extra/at-spi/at-spi-1.18.0.ebuild b/gnome-extra/at-spi/at-spi-1.18.0.ebuild
deleted file mode 100644
index f1dbab46a81a..000000000000
--- a/gnome-extra/at-spi/at-spi-1.18.0.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/at-spi/at-spi-1.18.0.ebuild,v 1.1 2007/03/27 14:47:08 dang Exp $
-
-WANT_AUTOMAKE="1.9"
-
-inherit virtualx autotools eutils gnome2
-
-DESCRIPTION="The Gnome Accessibility Toolkit"
-HOMEPAGE="http://developer.gnome.org/projects/gap/"
-
-LICENSE="LGPL-2"
-SLOT="1"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="doc"
-
-RDEPEND=">=dev-libs/atk-1.17
- >=x11-libs/gtk+-2.10.0
- >=gnome-base/gail-1.9.0
- >=gnome-base/libbonobo-1.107
- >=gnome-base/orbit-2
- dev-libs/popt
-
- x11-libs/libICE
- x11-libs/libSM
- x11-libs/libX11
- x11-libs/libXi
- x11-libs/libXtst"
-
-DEPEND="${RDEPEND}
- >=dev-util/pkgconfig-0.9
- >=dev-util/intltool-0.35
- doc? ( >=dev-util/gtk-doc-1 )
-
- x11-libs/libXt
- x11-proto/xextproto
- x11-proto/inputproto
- x11-proto/xproto"
-
-DOCS="AUTHORS ChangeLog NEWS README TODO"
-
-src_unpack() {
- gnome2_src_unpack
-
- epatch "${FILESDIR}"/${PN}-1.7.12-tests.patch
-
- cp aclocal.m4 old_macros.m4
- AT_M4DIR="." eautoreconf
-}
-
-src_test() {
- Xmake check || die "Testing phase failed"
-}