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-evdev: ChangeLog xf86-input-evdev-1.99.2-r2.ebuild xf86-input-evdev-1.99.2-r1.ebuild xf86-input-evdev-1.99.2.ebuild
Date: Mon, 09 Jun 2008 05:08:22
Message-Id: E1K5Zc8-0002rB-JH@stork.gentoo.org
1 dberkholz 08/06/09 05:08:16
2
3 Modified: ChangeLog
4 Added: xf86-input-evdev-1.99.2-r2.ebuild
5 Removed: xf86-input-evdev-1.99.2-r1.ebuild
6 xf86-input-evdev-1.99.2.ebuild
7 Log:
8 (#225181) Bump with patch to fix moving pointers across multiple screens.
9 (Portage version: 2.1.5.4)
10
11 Revision Changes Path
12 1.80 x11-drivers/xf86-input-evdev/ChangeLog
13
14 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog?rev=1.80&view=markup
15 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog?rev=1.80&content-type=text/plain
16 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog?r1=1.79&r2=1.80
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog,v
21 retrieving revision 1.79
22 retrieving revision 1.80
23 diff -u -r1.79 -r1.80
24 --- ChangeLog 7 Jun 2008 19:36:47 -0000 1.79
25 +++ ChangeLog 9 Jun 2008 05:08:16 -0000 1.80
26 @@ -1,6 +1,14 @@
27 # ChangeLog for x11-drivers/xf86-input-evdev
28 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog,v 1.79 2008/06/07 19:36:47 dberkholz Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog,v 1.80 2008/06/09 05:08:16 dberkholz Exp $
31 +
32 +*xf86-input-evdev-1.99.2-r2 (09 Jun 2008)
33 +
34 + 09 Jun 2008; Donnie Berkholz <dberkholz@g.o>;
35 + +files/1.99.2/0005-evdev-Port-b4a5a204-Fix-pointer-crossing-screen-bu.patc
36 + h, -xf86-input-evdev-1.99.2.ebuild, -xf86-input-evdev-1.99.2-r1.ebuild,
37 + +xf86-input-evdev-1.99.2-r2.ebuild:
38 + (#225181) Bump with patch to fix moving pointers across multiple screens.
39
40 07 Jun 2008; Donnie Berkholz <dberkholz@g.o>;
41 xf86-input-evdev-1.1.5-r1.ebuild:
42
43
44
45 1.1 x11-drivers/xf86-input-evdev/xf86-input-evdev-1.99.2-r2.ebuild
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-1.99.2-r2.ebuild?rev=1.1&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-1.99.2-r2.ebuild?rev=1.1&content-type=text/plain
49
50 Index: xf86-input-evdev-1.99.2-r2.ebuild
51 ===================================================================
52 # Copyright 1999-2008 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 # $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-1.99.2-r2.ebuild,v 1.1 2008/06/09 05:08:16 dberkholz Exp $
55
56 # Must be before x-modular eclass is inherited
57 #SNAPSHOT="yes"
58 #XDPVER=4
59
60 inherit x-modular
61
62 DESCRIPTION="Generic Linux input driver"
63
64 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~sparc ~x86"
65
66 RDEPEND=">=x11-base/xorg-server-1.4.0.90
67 >=sys-apps/hal-0.5.10"
68 DEPEND="${RDEPEND}
69 || ( >=sys-kernel/linux-headers-2.6 >=sys-kernel/mips-headers-2.6 )
70 >=x11-proto/inputproto-1.4
71 x11-proto/randrproto
72 x11-proto/xproto"
73
74 PATCHES=(
75 "${FILESDIR}/${PV}/0001-Fail-if-the-device-cannot-be-grabbed-during-the-prob.patch"
76 "${FILESDIR}/${PV}/0002-Check-for-XINPUT-ABI-parameters-of-InitValuatorClas.patch"
77 "${FILESDIR}/${PV}/0003-Revert-Check-for-XINPUT-ABI-parameters-of-InitValu.patch"
78 "${FILESDIR}/${PV}/0004-Check-for-XINPUT-ABI-3-corrected-version.patch"
79 "${FILESDIR}/${PV}/0005-evdev-Port-b4a5a204-Fix-pointer-crossing-screen-bu.patch"
80 )
81
82 pkg_postinst() {
83 elog "If your XKB (keyboard settings) stopped working,"
84 elog "you may uninstall this driver or move your XKB configuration."
85 elog "Download an example from http://dev.gentoo.org/~compnerd/temp/hal-config-examples/"
86 elog "(these will be installed with sys-apps/hal soon),"
87 elog "and drop it into /etc/hal/fdi/policy/"
88 }
89
90
91
92 --
93 gentoo-commits@l.g.o mailing list