Gentoo Archives: gentoo-commits

From: "Doug Goldstein (cardoe)" <cardoe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-input-evdev: ChangeLog xf86-input-evdev-1.1.5-r2.ebuild
Date: Tue, 02 Oct 2007 21:49:43
Message-Id: E1IcpTp-0005tD-2k@stork.gentoo.org
1 cardoe 07/10/02 21:40:37
2
3 Modified: ChangeLog
4 Added: xf86-input-evdev-1.1.5-r2.ebuild
5 Log:
6 Fixes getting cursor stuck on right screen in zaphod-mode dual-screen setups bug #194465 (Timon Van Overveldt <timonvo@×××××.com>)
7 (Portage version: 2.1.3.11)
8
9 Revision Changes Path
10 1.60 x11-drivers/xf86-input-evdev/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog?rev=1.60&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog?rev=1.60&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog?r1=1.59&r2=1.60
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog,v
19 retrieving revision 1.59
20 retrieving revision 1.60
21 diff -u -r1.59 -r1.60
22 --- ChangeLog 27 May 2007 17:35:04 -0000 1.59
23 +++ ChangeLog 2 Oct 2007 21:40:36 -0000 1.60
24 @@ -1,6 +1,13 @@
25 # ChangeLog for x11-drivers/xf86-input-evdev
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog,v 1.59 2007/05/27 17:35:04 kumba Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog,v 1.60 2007/10/02 21:40:36 cardoe Exp $
29 +
30 +*xf86-input-evdev-1.1.5-r2 (02 Oct 2007)
31 +
32 + 02 Oct 2007; Doug Goldstein <cardoe@g.o>
33 + +files/1.1.5-zaphod-mouse-fix.patch, +xf86-input-evdev-1.1.5-r2.ebuild:
34 + Fixes getting cursor stuck on right screen in zaphod-mode dual-screen setups
35 + bug #194465 (Timon Van Overveldt <timonvo@×××××.com>)
36
37 27 May 2007; Joshua Kinard <kumba@g.o>
38 xf86-input-evdev-1.1.5-r1.ebuild:
39
40
41
42 1.1 x11-drivers/xf86-input-evdev/xf86-input-evdev-1.1.5-r2.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-1.1.5-r2.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-1.1.5-r2.ebuild?rev=1.1&content-type=text/plain
46
47 Index: xf86-input-evdev-1.1.5-r2.ebuild
48 ===================================================================
49 # Copyright 1999-2007 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-1.1.5-r2.ebuild,v 1.1 2007/10/02 21:40:36 cardoe Exp $
52
53 # Must be before x-modular eclass is inherited
54 #SNAPSHOT="yes"
55 XDPVER=4
56
57 inherit x-modular
58
59 DESCRIPTION="Generic Linux input driver"
60
61 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86"
62
63 RDEPEND="x11-base/xorg-server"
64 DEPEND="${RDEPEND}
65 || ( >=sys-kernel/linux-headers-2.6 >=sys-kernel/mips-headers-2.6 )
66 >=x11-proto/inputproto-1.4
67 x11-proto/randrproto
68 x11-proto/xproto"
69
70 PATCHES="${FILESDIR}/1.1.5-fix_compatibility.patch
71 ${FILESDIR}/1.1.5-zaphod-mouse-fix.patch"
72
73
74
75 --
76 gentoo-commits@g.o mailing list