Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-accessibility/dasher: ChangeLog dasher-4.9.0.ebuild
Date: Sat, 11 Oct 2008 14:17:06
Message-Id: E1KofHB-0002sY-13@stork.gentoo.org
1 eva 08/10/11 14:17:01
2
3 Modified: ChangeLog
4 Added: dasher-4.9.0.ebuild
5 Log:
6 New version for GNOME 2.24. Integration of gentoo patches and HIG work.
7 (Portage version: 2.2_rc11/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64)
8
9 Revision Changes Path
10 1.132 app-accessibility/dasher/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/dasher/ChangeLog?rev=1.132&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/dasher/ChangeLog?rev=1.132&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/dasher/ChangeLog?r1=1.131&r2=1.132
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-accessibility/dasher/ChangeLog,v
19 retrieving revision 1.131
20 retrieving revision 1.132
21 diff -u -r1.131 -r1.132
22 --- ChangeLog 25 Sep 2008 16:03:47 -0000 1.131
23 +++ ChangeLog 11 Oct 2008 14:17:00 -0000 1.132
24 @@ -1,6 +1,11 @@
25 # ChangeLog for app-accessibility/dasher
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/dasher/ChangeLog,v 1.131 2008/09/25 16:03:47 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/dasher/ChangeLog,v 1.132 2008/10/11 14:17:00 eva Exp $
29 +
30 +*dasher-4.9.0 (11 Oct 2008)
31 +
32 + 11 Oct 2008; Gilles Dartiguelongue <eva@g.o> +dasher-4.9.0.ebuild:
33 + New version for GNOME 2.24. Integration of gentoo patches and HIG work.
34
35 25 Sep 2008; Jeroen Roovers <jer@g.o> dasher-4.7.3.ebuild:
36 Stable for HPPA (bug #236971).
37
38
39
40 1.1 app-accessibility/dasher/dasher-4.9.0.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/dasher/dasher-4.9.0.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/dasher/dasher-4.9.0.ebuild?rev=1.1&content-type=text/plain
44
45 Index: dasher-4.9.0.ebuild
46 ===================================================================
47 # Copyright 1999-2008 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/app-accessibility/dasher/dasher-4.9.0.ebuild,v 1.1 2008/10/11 14:17:00 eva Exp $
50
51 inherit gnome2
52
53 DESCRIPTION="A text entry interface, driven by continuous pointing gestures"
54 HOMEPAGE="http://www.inference.phy.cam.ac.uk/dasher/"
55
56 LICENSE="GPL-2"
57 SLOT="0"
58 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
59
60 IUSE="accessibility cairo gnome"
61
62 # The package claims to support 'qte', but it hasn't been tested.
63 # Any patches from someone who can test it are welcome.
64 # <leonardop@g.o>
65 RDEPEND=">=dev-libs/glib-2.6
66 dev-libs/expat
67 >=x11-libs/gtk+-2.6
68 >=gnome-base/gconf-2
69 >=gnome-base/libglade-2
70 gnome? (
71 >=gnome-base/libgnome-2
72 >=gnome-base/libgnomeui-2
73 >=gnome-base/gnome-vfs-2 )
74 accessibility? (
75 app-accessibility/gnome-speech
76 >=gnome-base/libbonobo-2
77 >=gnome-base/orbit-2
78 >=gnome-base/libgnomeui-2
79 >=gnome-extra/at-spi-1
80 dev-libs/atk )
81 cairo? ( >=x11-libs/gtk+-2.8 )
82 x11-libs/libX11
83 x11-libs/libXtst"
84 DEPEND="${RDEPEND}
85 >=dev-util/intltool-0.35
86 >=dev-util/pkgconfig-0.9
87 gnome? (
88 >=app-text/gnome-doc-utils-0.3.2
89 app-text/scrollkeeper )
90 x11-proto/xextproto
91 x11-proto/xproto"
92
93 DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README"
94
95 pkg_setup() {
96 # we might want to support japanese and chinese input at some point
97 # --enable-japanese
98 # --enable-chinese
99 # --enable-tilt (tilt sensor support)
100
101 G2CONF="--disable-scrollkeeper
102 $(use_enable accessibility a11y)
103 $(use_enable accessibility speech)
104 $(use_with cairo)
105 $(use_with gnome)"
106 }