diff options
author | Leonardo Boshell <leonardop@gentoo.org> | 2005-07-16 09:55:38 +0000 |
---|---|---|
committer | Leonardo Boshell <leonardop@gentoo.org> | 2005-07-16 09:55:38 +0000 |
commit | af7be3d4d994f3ffd2d9e5457b0c8c49a8eabb42 (patch) | |
tree | 8cdac783939711754b1607d790643d87e74593c8 /app-accessibility | |
parent | New version: 2.10.2 (diff) | |
download | gentoo-2-af7be3d4d994f3ffd2d9e5457b0c8c49a8eabb42.tar.gz gentoo-2-af7be3d4d994f3ffd2d9e5457b0c8c49a8eabb42.tar.bz2 gentoo-2-af7be3d4d994f3ffd2d9e5457b0c8c49a8eabb42.zip |
Cleaning old ebuilds/patches
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'app-accessibility')
-rw-r--r-- | app-accessibility/dasher/dasher-3.2.10-r1.ebuild | 47 | ||||
-rw-r--r-- | app-accessibility/dasher/files/dasher-3.2.10-glade_fix.patch | 12 | ||||
-rw-r--r-- | app-accessibility/dasher/files/digest-dasher-3.2.10-r1 | 1 |
3 files changed, 0 insertions, 60 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 -} diff --git a/app-accessibility/dasher/files/dasher-3.2.10-glade_fix.patch b/app-accessibility/dasher/files/dasher-3.2.10-glade_fix.patch deleted file mode 100644 index 9c448e0282f7..000000000000 --- a/app-accessibility/dasher/files/dasher-3.2.10-glade_fix.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -NurdB dasher-3.2.10-orig/Src/Gtk2/dasher.cc dasher-3.2.10/Src/Gtk2/dasher.cc ---- dasher-3.2.10-orig/Src/Gtk2/dasher.cc 2004-05-11 17:00:03.000000000 -0500 -+++ dasher-3.2.10/Src/Gtk2/dasher.cc 2004-05-11 17:01:12.000000000 -0500 -@@ -280,7 +280,7 @@ - } - - // Do the same for colours -- colourtreeview = glade_xml_get_widget(widgets,"ColorTree"); -+ colourtreeview = glade_xml_get_widget(widgets,"ColourTree"); - - // Make sure that the colour tree is realized now as we'll need to do - // stuff with it before it's actually displayed diff --git a/app-accessibility/dasher/files/digest-dasher-3.2.10-r1 b/app-accessibility/dasher/files/digest-dasher-3.2.10-r1 deleted file mode 100644 index 10702f76568d..000000000000 --- a/app-accessibility/dasher/files/digest-dasher-3.2.10-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 6543491750ab57dd83c2cb44ef690f49 dasher-3.2.10.tar.bz2 2289669 |