diff options
author | Leonardo Boshell <leonardop@gentoo.org> | 2006-08-01 10:42:21 +0000 |
---|---|---|
committer | Leonardo Boshell <leonardop@gentoo.org> | 2006-08-01 10:42:21 +0000 |
commit | 5ec865ec6945e30dbbf3802f6628c095929c43ff (patch) | |
tree | 6a8ab828b5f3d747f0aeba5c37c5fa6c70059462 /app-accessibility/dasher | |
parent | Old ebuilds cleanup. Version bump (bug #142332) (diff) | |
download | gentoo-2-5ec865ec6945e30dbbf3802f6628c095929c43ff.tar.gz gentoo-2-5ec865ec6945e30dbbf3802f6628c095929c43ff.tar.bz2 gentoo-2-5ec865ec6945e30dbbf3802f6628c095929c43ff.zip |
New release: 4.0.4
(Portage version: 2.1.1_pre4-r1)
Diffstat (limited to 'app-accessibility/dasher')
-rw-r--r-- | app-accessibility/dasher/ChangeLog | 9 | ||||
-rw-r--r-- | app-accessibility/dasher/dasher-4.0.4.ebuild | 59 | ||||
-rw-r--r-- | app-accessibility/dasher/files/digest-dasher-4.0.4 | 3 |
3 files changed, 70 insertions, 1 deletions
diff --git a/app-accessibility/dasher/ChangeLog b/app-accessibility/dasher/ChangeLog index 3f17580aea1e..168095ec16c6 100644 --- a/app-accessibility/dasher/ChangeLog +++ b/app-accessibility/dasher/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for app-accessibility/dasher # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/dasher/ChangeLog,v 1.68 2006/07/31 08:38:43 leonardop Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/dasher/ChangeLog,v 1.69 2006/08/01 10:42:21 leonardop Exp $ + +*dasher-4.0.4 (01 Aug 2006) + + 01 Aug 2006; Leonardo Boshell <leonardop@gentoo.org> + -files/dasher-4.0.3-intl_fix.patch, -dasher-4.0.3.ebuild, + +dasher-4.0.4.ebuild: + New release, which includes our old patches. *dasher-4.0.3 (31 Jul 2006) diff --git a/app-accessibility/dasher/dasher-4.0.4.ebuild b/app-accessibility/dasher/dasher-4.0.4.ebuild new file mode 100644 index 000000000000..e43d3261ac6a --- /dev/null +++ b/app-accessibility/dasher/dasher-4.0.4.ebuild @@ -0,0 +1,59 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/dasher/dasher-4.0.4.ebuild,v 1.1 2006/08/01 10:42:21 leonardop 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 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" + +IUSE="accessibility gnome cairo" + +# 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.6 + >=gnome-base/gconf-2 + >=gnome-base/libglade-2 + >=dev-libs/glib-2 + >=x11-libs/libwnck-1 + || ( ( + x11-libs/libX11 + x11-libs/libXtst ) + virtual/x11 ) + gnome? ( + >=gnome-base/libgnome-2 + >=gnome-base/libgnomeui-2 + >=gnome-base/gnome-vfs-2 ) + accessibility? ( + app-accessibility/gnome-speech + >=gnome-base/libbonobo-2 + >=gnome-base/orbit-2 + >=gnome-base/libgnomeui-2 + >=gnome-extra/at-spi-1 ) + cairo? ( >=x11-libs/gtk+-2.8 )" + +DEPEND="${RDEPEND} + || ( ( + x11-proto/xextproto + x11-proto/xproto + x11-libs/libXt ) + virtual/x11 ) + >=dev-util/intltool-0.28 + >=dev-util/pkgconfig-0.9 + app-text/scrollkeeper" + +DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README" + + +pkg_setup() { + G2CONF="$(use_with gnome) \ + $(use_enable accessibility a11y) \ + $(use_enable accessibility speech) \ + $(use_with cairo)" +} diff --git a/app-accessibility/dasher/files/digest-dasher-4.0.4 b/app-accessibility/dasher/files/digest-dasher-4.0.4 new file mode 100644 index 000000000000..eef080316981 --- /dev/null +++ b/app-accessibility/dasher/files/digest-dasher-4.0.4 @@ -0,0 +1,3 @@ +MD5 6ab865403d29d9d3714e85840ed89dc7 dasher-4.0.4.tar.bz2 5707882 +RMD160 0ad62ac42baaf11db7a4aeb4c8090f96f7fa43ac dasher-4.0.4.tar.bz2 5707882 +SHA256 0862cc25e3f3e19d07d5f39b95abbb19abd99eff5220e1b23d92d3a05f1ca875 dasher-4.0.4.tar.bz2 5707882 |