summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-accessibility/dasher/dasher-3.2.10-r1.ebuild')
-rw-r--r--app-accessibility/dasher/dasher-3.2.10-r1.ebuild47
1 files changed, 0 insertions, 47 deletions
diff --git a/app-accessibility/dasher/dasher-3.2.10-r1.ebuild b/app-accessibility/dasher/dasher-3.2.10-r1.ebuild
deleted file mode 100644
index 89d80b2894ce..000000000000
--- a/app-accessibility/dasher/dasher-3.2.10-r1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/dasher/dasher-3.2.10-r1.ebuild,v 1.17 2005/07/13 05:29:55 geoman Exp $
-
-inherit eutils gnome2
-
-DESCRIPTION="A text entry interface, driven by continuous pointing gestures"
-HOMEPAGE="http://www.inference.phy.cam.ac.uk/dasher/"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 hppa ppc sparc x86"
-IUSE="accessibility gnome"
-
-# The package claims to support 'qte', but it hasn't been tested.
-# Any patches from someone who can test it are welcome.
-# <leonardop@gentoo.org>
-RDEPEND="dev-libs/expat
- >=x11-libs/gtk+-2
- >=gnome-base/gconf-2
- >=gnome-base/libglade-2
- gnome? ( >=gnome-base/libgnome-2
- >=gnome-base/gnome-vfs-2
- >=gnome-base/libgnomeui-2 )
- accessibility? ( >=gnome-base/libbonobo-2
- >=gnome-base/orbit-2
- >=gnome-base/libgnomeui-2
- app-accessibility/gnome-speech
- >=gnome-extra/at-spi-1 )"
-DEPEND="${RDEPEND}
- >=dev-util/intltool-0.18
- dev-util/pkgconfig
- app-text/scrollkeeper"
-
-G2CONF="${G2CONF} $(use_with gnome)"
-G2CONF="${G2CONF} $(use_with accessibility a11y)"
-G2CONF="${G2CONF} $(use_with accessibility speech)"
-
-DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
-
- # Fix Colour Treeview interface generation.
- epatch ${FILESDIR}/${P}-glade_fix.patch
-}