summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-accessibility/dasher')
-rw-r--r--app-accessibility/dasher/dasher-3.2.13.ebuild53
-rw-r--r--app-accessibility/dasher/files/dasher-3.2.13-buildwindowtree.patch22
-rw-r--r--app-accessibility/dasher/files/digest-dasher-3.2.131
3 files changed, 0 insertions, 76 deletions
diff --git a/app-accessibility/dasher/dasher-3.2.13.ebuild b/app-accessibility/dasher/dasher-3.2.13.ebuild
deleted file mode 100644
index 08045f7b0d57..000000000000
--- a/app-accessibility/dasher/dasher-3.2.13.ebuild
+++ /dev/null
@@ -1,53 +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.13.ebuild,v 1.4 2005/05/11 15:59:37 gmsoft 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="x86 ppc ~sparc amd64 ~alpha hppa ~mips"
-
-# Upstream support for the `enable-static' option is still lacking.
-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
- >=dev-libs/glib-2
- >=x11-libs/gtk+-2
- >=gnome-base/gconf-2
- >=gnome-base/libglade-2
- >=x11-libs/libwnck-1
- virtual/x11
- 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) \
-$(use_with accessibility a11y) $(use_with accessibility speech)"
-
-DOCS="ABOUT-NLS AUTHORS ChangeLog MAINTAINERS NEWS README"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
-
- # Fix test phase for the xtst library
- epatch ${FILESDIR}/${PN}-3.2.11-xtst_fix.patch
- # Poor pointer management causes segfault at startup
- epatch ${FILESDIR}/${P}-buildwindowtree.patch
-}
diff --git a/app-accessibility/dasher/files/dasher-3.2.13-buildwindowtree.patch b/app-accessibility/dasher/files/dasher-3.2.13-buildwindowtree.patch
deleted file mode 100644
index 80f23c864b46..000000000000
--- a/app-accessibility/dasher/files/dasher-3.2.13-buildwindowtree.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-diff -NurdB dasher-3.2.13-orig/Src/Gtk2/accessibility.cc dasher-3.2.13/Src/Gtk2/accessibility.cc
---- dasher-3.2.13-orig/Src/Gtk2/accessibility.cc 2005-03-01 22:52:44.462707952 -0500
-+++ dasher-3.2.13/Src/Gtk2/accessibility.cc 2005-03-01 22:54:40.062134168 -0500
-@@ -445,6 +445,7 @@
- std::string name;
- GList *windows = wnck_screen_get_windows(wnckscreen);
-
-+ tmptree->parent = NULL;
- for (l = windows; l; l = l->next) {
- window = (WnckWindow*)l->data;
- name = wnck_window_get_name (window);
-@@ -454,8 +455,8 @@
- tmptree = tmptree->next;
-
- }
--
-- tmptree->parent->next = NULL;
-+ if (tmptree->parent != NULL)
-+ tmptree->parent->next = NULL;
- delete tmptree;
- return firstchild;
- }
diff --git a/app-accessibility/dasher/files/digest-dasher-3.2.13 b/app-accessibility/dasher/files/digest-dasher-3.2.13
deleted file mode 100644
index de410df3ca9e..000000000000
--- a/app-accessibility/dasher/files/digest-dasher-3.2.13
+++ /dev/null
@@ -1 +0,0 @@
-MD5 f54f47072dc3e8561442b334b56574cb dasher-3.2.13.tar.bz2 8985524