Gentoo Archives: gentoo-commits

From: "Donnie Berkholz (dberkholz)" <dberkholz@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-input-joystick: ChangeLog xf86-input-joystick-1.4.0.ebuild
Date: Tue, 13 Jan 2009 03:03:19
Message-Id: E1LMZYj-0000yS-F4@stork.gentoo.org
1 dberkholz 09/01/13 03:03:17
2
3 Modified: ChangeLog
4 Added: xf86-input-joystick-1.4.0.ebuild
5 Log:
6 Bump. Adds support for some device properties for dynamic reconfiguration. Works with Multi-Pointer X.
7 (Portage version: 2.1.6.4/cvs/Linux 2.6.28 x86_64)
8
9 Revision Changes Path
10 1.58 x11-drivers/xf86-input-joystick/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-joystick/ChangeLog?rev=1.58&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-joystick/ChangeLog?rev=1.58&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-joystick/ChangeLog?r1=1.57&r2=1.58
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-joystick/ChangeLog,v
19 retrieving revision 1.57
20 retrieving revision 1.58
21 diff -u -r1.57 -r1.58
22 --- ChangeLog 24 Sep 2008 00:06:38 -0000 1.57
23 +++ ChangeLog 13 Jan 2009 03:03:17 -0000 1.58
24 @@ -1,6 +1,13 @@
25 # ChangeLog for x11-drivers/xf86-input-joystick
26 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-joystick/ChangeLog,v 1.57 2008/09/24 00:06:38 dberkholz Exp $
28 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-joystick/ChangeLog,v 1.58 2009/01/13 03:03:17 dberkholz Exp $
30 +
31 +*xf86-input-joystick-1.4.0 (13 Jan 2009)
32 +
33 + 13 Jan 2009; Donnie Berkholz <dberkholz@g.o>;
34 + +xf86-input-joystick-1.4.0.ebuild:
35 + Bump. Adds support for some device properties for dynamic reconfiguration.
36 + Works with Multi-Pointer X.
37
38 *xf86-input-joystick-1.3.3 (24 Sep 2008)
39
40
41
42
43 1.1 x11-drivers/xf86-input-joystick/xf86-input-joystick-1.4.0.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-joystick/xf86-input-joystick-1.4.0.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-joystick/xf86-input-joystick-1.4.0.ebuild?rev=1.1&content-type=text/plain
47
48 Index: xf86-input-joystick-1.4.0.ebuild
49 ===================================================================
50 # Copyright 1999-2009 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-joystick/xf86-input-joystick-1.4.0.ebuild,v 1.1 2009/01/13 03:03:17 dberkholz Exp $
53
54 # Must be before x-modular eclass is inherited
55 #SNAPSHOT="yes"
56
57 inherit x-modular
58
59 DESCRIPTION="X.Org driver for joystick input devices"
60 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
61 RDEPEND=">=x11-base/xorg-server-1.4"
62 DEPEND="${RDEPEND}
63 x11-proto/inputproto
64 x11-proto/randrproto
65 x11-proto/xproto"