Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@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.5.99.901.ebuild
Date: Wed, 06 Apr 2011 12:10:15
Message-Id: 20110406121000.AAF6020054@flycatcher.gentoo.org
1 scarabeus 11/04/06 12:10:00
2
3 Modified: ChangeLog
4 Added: xf86-input-joystick-1.5.99.901.ebuild
5 Log:
6 Version bump. This driver supports 1.10 xorg-server, but crashes it when unplugging the device (You have been warned so do not open bugs).
7
8 (Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.86 x11-drivers/xf86-input-joystick/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-joystick/ChangeLog?rev=1.86&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-joystick/ChangeLog?rev=1.86&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-joystick/ChangeLog?r1=1.85&r2=1.86
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-joystick/ChangeLog,v
20 retrieving revision 1.85
21 retrieving revision 1.86
22 diff -u -r1.85 -r1.86
23 --- ChangeLog 24 Feb 2010 16:52:39 -0000 1.85
24 +++ ChangeLog 6 Apr 2011 12:10:00 -0000 1.86
25 @@ -1,6 +1,13 @@
26 # ChangeLog for x11-drivers/xf86-input-joystick
27 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-joystick/ChangeLog,v 1.85 2010/02/24 16:52:39 scarabeus Exp $
29 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-joystick/ChangeLog,v 1.86 2011/04/06 12:10:00 scarabeus Exp $
31 +
32 +*xf86-input-joystick-1.5.99.901 (06 Apr 2011)
33 +
34 + 06 Apr 2011; Tomáš Chvátal <scarabeus@g.o>
35 + +xf86-input-joystick-1.5.99.901.ebuild:
36 + Version bump. This driver supports 1.10 xorg-server, but crashes it when
37 + unplugging the device (You have been warned so do not open bugs).
38
39 24 Feb 2010; Tomáš Chvátal <scarabeus@g.o>
40 -xf86-input-joystick-1.4.0.ebuild, -xf86-input-joystick-1.4.1.ebuild:
41
42
43
44 1.1 x11-drivers/xf86-input-joystick/xf86-input-joystick-1.5.99.901.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-joystick/xf86-input-joystick-1.5.99.901.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-joystick/xf86-input-joystick-1.5.99.901.ebuild?rev=1.1&content-type=text/plain
48
49 Index: xf86-input-joystick-1.5.99.901.ebuild
50 ===================================================================
51 # Copyright 1999-2011 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-joystick/xf86-input-joystick-1.5.99.901.ebuild,v 1.1 2011/04/06 12:10:00 scarabeus Exp $
54
55 EAPI=4
56 inherit xorg-2
57
58 DESCRIPTION="X.Org driver for joystick input devices"
59
60 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
61 IUSE=""
62
63 RDEPEND=">=x11-base/xorg-server-1.10"
64 DEPEND="${RDEPEND}
65 x11-proto/inputproto
66 x11-proto/kbproto"