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.10.1.ebuild dasher-4.7.3.ebuild dasher-4.6.1.ebuild
Date: Sat, 02 May 2009 12:26:20
Message-Id: E1M0EIC-00030O-W9@stork.gentoo.org
1 eva 09/05/02 12:26:08
2
3 Modified: ChangeLog
4 Added: dasher-4.10.1.ebuild
5 Removed: dasher-4.7.3.ebuild dasher-4.6.1.ebuild
6 Log:
7 New version for GNOME 2.26. Bug fixes and translation updates.
8 Clean up old revisions.
9 (Portage version: 2.2_rc31/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.141 app-accessibility/dasher/ChangeLog
13
14 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/dasher/ChangeLog?rev=1.141&view=markup
15 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/dasher/ChangeLog?rev=1.141&content-type=text/plain
16 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/dasher/ChangeLog?r1=1.140&r2=1.141
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/app-accessibility/dasher/ChangeLog,v
21 retrieving revision 1.140
22 retrieving revision 1.141
23 diff -u -r1.140 -r1.141
24 --- ChangeLog 27 Apr 2009 13:00:39 -0000 1.140
25 +++ ChangeLog 2 May 2009 12:26:08 -0000 1.141
26 @@ -1,6 +1,18 @@
27 # ChangeLog for app-accessibility/dasher
28 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/dasher/ChangeLog,v 1.140 2009/04/27 13:00:39 jer Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/dasher/ChangeLog,v 1.141 2009/05/02 12:26:08 eva Exp $
31 +
32 +*dasher-4.10.1 (02 May 2009)
33 +
34 + 02 May 2009; Gilles Dartiguelongue <eva@g.o>
35 + -files/dasher-4.4.0-gnome_help.patch, -files/dasher-4.5.2-as-needed.patch,
36 + -files/dasher-4.5.2-gcc4-speech-fix.patch,
37 + -files/dasher-4.6.1-gnome.patch, -files/dasher-4.6.1-lldiv.patch,
38 + -files/dasher-4.7.0-as-needed.patch, -files/dasher-4.7.3-cairo.patch,
39 + -files/dasher-4.7.3-gcc-4.3.patch, -files/dasher-4.7.3-no-gnome.patch,
40 + -dasher-4.6.1.ebuild, -dasher-4.7.3.ebuild, +dasher-4.10.1.ebuild:
41 + New version for GNOME 2.26. Bug fixes and translation updates.
42 + Clean up old revisions.
43
44 27 Apr 2009; Jeroen Roovers <jer@g.o> dasher-4.9.0:
45 Stable for HPPA (bug #260063).
46
47
48
49 1.1 app-accessibility/dasher/dasher-4.10.1.ebuild
50
51 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/dasher/dasher-4.10.1.ebuild?rev=1.1&view=markup
52 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/dasher/dasher-4.10.1.ebuild?rev=1.1&content-type=text/plain
53
54 Index: dasher-4.10.1.ebuild
55 ===================================================================
56 # Copyright 1999-2009 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 # $Header: /var/cvsroot/gentoo-x86/app-accessibility/dasher/dasher-4.10.1.ebuild,v 1.1 2009/05/02 12:26:08 eva Exp $
59
60 inherit gnome2
61
62 DESCRIPTION="A text entry interface, driven by continuous pointing gestures"
63 HOMEPAGE="http://www.inference.phy.cam.ac.uk/dasher/"
64
65 LICENSE="GPL-2"
66 SLOT="0"
67 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
68
69 IUSE="accessibility cairo gnome"
70
71 # The package claims to support 'qte', but it hasn't been tested.
72 # Any patches from someone who can test it are welcome.
73 # <leonardop@g.o>
74 RDEPEND=">=dev-libs/glib-2.16
75 dev-libs/expat
76 >=x11-libs/gtk+-2.6
77 >=gnome-base/gconf-2
78 >=gnome-base/libglade-2
79 gnome? (
80 >=gnome-base/libgnome-2
81 >=gnome-base/libgnomeui-2 )
82 accessibility? (
83 app-accessibility/gnome-speech
84 >=gnome-base/libbonobo-2
85 >=gnome-base/orbit-2
86 >=gnome-base/libgnomeui-2
87 >=gnome-extra/at-spi-1
88 dev-libs/atk )
89 cairo? ( >=x11-libs/gtk+-2.8 )
90 x11-libs/libX11
91 x11-libs/libXtst"
92 DEPEND="${RDEPEND}
93 >=dev-util/intltool-0.35
94 >=dev-util/pkgconfig-0.9
95 gnome? (
96 >=app-text/gnome-doc-utils-0.3.2
97 app-text/scrollkeeper )
98 x11-proto/xextproto
99 x11-proto/xproto"
100
101 DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README"
102
103 pkg_setup() {
104 # we might want to support japanese and chinese input at some point
105 # --enable-japanese
106 # --enable-chinese
107 # --enable-tilt (tilt sensor support)
108
109 G2CONF="${G2CONF}
110 --disable-scrollkeeper
111 --with-gvfs
112 $(use_enable accessibility a11y)
113 $(use_enable accessibility speech)
114 $(use_with cairo)
115 $(use_with gnome)"
116 }