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: xf86-input-evdev-2.1.1.ebuild ChangeLog
Date: Tue, 13 Jan 2009 03:05:03
Message-Id: E1LMZaP-0001AP-5r@stork.gentoo.org
1 dberkholz 09/01/13 03:05:01
2
3 Modified: ChangeLog
4 Added: xf86-input-evdev-2.1.1.ebuild
5 Log:
6 Bump. Bugfixes.
7 (Portage version: 2.1.6.4/cvs/Linux 2.6.28 x86_64)
8
9 Revision Changes Path
10 1.93 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.93&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog?rev=1.93&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog?r1=1.92&r2=1.93
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog,v
19 retrieving revision 1.92
20 retrieving revision 1.93
21 diff -u -r1.92 -r1.93
22 --- ChangeLog 4 Jan 2009 22:45:15 -0000 1.92
23 +++ ChangeLog 13 Jan 2009 03:05:01 -0000 1.93
24 @@ -1,6 +1,12 @@
25 # ChangeLog for x11-drivers/xf86-input-evdev
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog,v 1.92 2009/01/04 22:45:15 mr_bones_ Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog,v 1.93 2009/01/13 03:05:01 dberkholz Exp $
29 +
30 +*xf86-input-evdev-2.1.1 (13 Jan 2009)
31 +
32 + 13 Jan 2009; Donnie Berkholz <dberkholz@g.o>;
33 + +xf86-input-evdev-2.1.1.ebuild:
34 + Bump. Bugfixes.
35
36 04 Jan 2009; Michael Sterrett <mr_bones_@g.o>
37 xf86-input-evdev-2.1.0.ebuild:
38
39
40
41 1.1 x11-drivers/xf86-input-evdev/xf86-input-evdev-2.1.1.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.1.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.1.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: xf86-input-evdev-2.1.1.ebuild
47 ===================================================================
48 # Copyright 1999-2009 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.1.1.ebuild,v 1.1 2009/01/13 03:05:01 dberkholz Exp $
51
52 # Must be before x-modular eclass is inherited
53 #SNAPSHOT="yes"
54
55 inherit x-modular
56
57 DESCRIPTION="Generic Linux input driver"
58 KEYWORDS="~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
59 IUSE="hal"
60 RDEPEND=">=x11-base/xorg-server-1.5.3
61 hal? ( >=sys-apps/hal-0.5.10 )"
62 DEPEND="${RDEPEND}
63 || ( >=sys-kernel/linux-headers-2.6 >=sys-kernel/mips-headers-2.6 )
64 >=x11-proto/inputproto-1.4
65 x11-proto/randrproto
66 x11-proto/xproto"
67
68 pkg_postinst() {
69 x-modular_pkg_postinst
70 pkg_info
71 }
72
73 pkg_info() {
74 if use hal; then
75 elog "If your XKB (keyboard settings) stopped working,"
76 elog "you may uninstall this driver or move your XKB configuration."
77 elog "Download an example from http://dev.gentoo.org/~compnerd/temp/hal-config-examples/"
78 elog "(these will be installed with sys-apps/hal soon),"
79 elog "and drop it into /etc/hal/fdi/policy/"
80 fi
81 }