summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2010-11-24 13:54:38 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2010-11-24 13:54:38 +0000
commit0e5f83b0ca0148011135cec566607b41a76fae3a (patch)
tree27b54e9ba052f026b0d6807edf505f9618092f85 /app-accessibility
parentClean up old revisions. (diff)
downloadgentoo-2-0e5f83b0ca0148011135cec566607b41a76fae3a.tar.gz
gentoo-2-0e5f83b0ca0148011135cec566607b41a76fae3a.tar.bz2
gentoo-2-0e5f83b0ca0148011135cec566607b41a76fae3a.zip
Clean up old revision.
(Portage version: 2.2.0_alpha4/cvs/Linux x86_64)
Diffstat (limited to 'app-accessibility')
-rw-r--r--app-accessibility/dasher/ChangeLog5
-rw-r--r--app-accessibility/dasher/dasher-4.10.1.ebuild61
2 files changed, 4 insertions, 62 deletions
diff --git a/app-accessibility/dasher/ChangeLog b/app-accessibility/dasher/ChangeLog
index 03710bc530b1..b480da531cba 100644
--- a/app-accessibility/dasher/ChangeLog
+++ b/app-accessibility/dasher/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-accessibility/dasher
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/dasher/ChangeLog,v 1.160 2010/11/01 14:31:04 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/dasher/ChangeLog,v 1.161 2010/11/24 13:54:37 eva Exp $
+
+ 24 Nov 2010; Gilles Dartiguelongue <eva@gentoo.org> -dasher-4.10.1.ebuild:
+ Clean up old revision.
01 Nov 2010; Samuli Suominen <ssuominen@gentoo.org> dasher-4.11.ebuild:
ppc64 stable wrt #324077
diff --git a/app-accessibility/dasher/dasher-4.10.1.ebuild b/app-accessibility/dasher/dasher-4.10.1.ebuild
deleted file mode 100644
index cf5b30d6c585..000000000000
--- a/app-accessibility/dasher/dasher-4.10.1.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/dasher/dasher-4.10.1.ebuild,v 1.10 2010/07/20 01:54:42 jer Exp $
-
-inherit 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 ia64 ppc ppc64 sparc x86"
-
-IUSE="accessibility cairo 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/glib-2.16
- dev-libs/expat
- >=x11-libs/gtk+-2.6
- >=gnome-base/gconf-2
- >=gnome-base/libglade-2
- gnome? (
- >=gnome-base/libgnome-2
- >=gnome-base/libgnomeui-2 )
- accessibility? (
- app-accessibility/gnome-speech
- >=gnome-base/libbonobo-2
- >=gnome-base/orbit-2
- >=gnome-base/libgnomeui-2
- >=gnome-extra/at-spi-1
- dev-libs/atk )
- cairo? ( >=x11-libs/gtk+-2.8 )
- x11-libs/libX11
- x11-libs/libXtst"
-DEPEND="${RDEPEND}
- >=dev-util/intltool-0.35
- >=dev-util/pkgconfig-0.9
- gnome? (
- >=app-text/gnome-doc-utils-0.3.2
- app-text/scrollkeeper )
- x11-proto/xextproto
- x11-proto/xproto"
-
-DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README"
-
-pkg_setup() {
- # we might want to support japanese and chinese input at some point
- # --enable-japanese
- # --enable-chinese
- # --enable-tilt (tilt sensor support)
-
- G2CONF="${G2CONF}
- --disable-scrollkeeper
- --with-gvfs
- $(use_enable accessibility a11y)
- $(use_enable accessibility speech)
- $(use_with cairo)
- $(use_with gnome)"
-}