Gentoo Archives: gentoo-commits

From: "Tony Vroon (chainsaw)" <chainsaw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-input-synaptics: ChangeLog xf86-input-synaptics-0.15.2-r1.ebuild xf86-input-synaptics-0.15.1-r1.ebuild xf86-input-synaptics-0.15.2.ebuild
Date: Fri, 12 Sep 2008 09:58:09
Message-Id: E1Ke5Pi-0007Qs-LL@stork.gentoo.org
1 chainsaw 08/09/12 09:58:06
2
3 Modified: ChangeLog
4 Added: xf86-input-synaptics-0.15.2-r1.ebuild
5 Removed: xf86-input-synaptics-0.15.1-r1.ebuild
6 xf86-input-synaptics-0.15.2.ebuild
7 Log:
8 Install upstream FDI file instead of trying to overwrite it with our own. Upstream has added more data to the file then our copy ever had. Delete older ebuilds.
9 (Portage version: 2.2_rc8/cvs/Linux 2.6.27-rc5-00131-g5f17cfc-dirty x86_64)
10
11 Revision Changes Path
12 1.11 x11-drivers/xf86-input-synaptics/ChangeLog
13
14 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog?rev=1.11&view=markup
15 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog?rev=1.11&content-type=text/plain
16 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog?r1=1.10&r2=1.11
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog,v
21 retrieving revision 1.10
22 retrieving revision 1.11
23 diff -u -r1.10 -r1.11
24 --- ChangeLog 11 Sep 2008 14:14:19 -0000 1.10
25 +++ ChangeLog 12 Sep 2008 09:58:06 -0000 1.11
26 @@ -1,6 +1,17 @@
27 # ChangeLog for x11-drivers/xf86-input-synaptics
28 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog,v 1.10 2008/09/11 14:14:19 chainsaw Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog,v 1.11 2008/09/12 09:58:06 chainsaw Exp $
31 +
32 +*xf86-input-synaptics-0.15.2-r1 (12 Sep 2008)
33 +
34 + 12 Sep 2008; <chainsaw@g.o> -files/synaptics-fix-explosion.patch,
35 + -files/synaptics-xorg-version.patch,
36 + -xf86-input-synaptics-0.15.1-r1.ebuild,
37 + -xf86-input-synaptics-0.15.2.ebuild,
38 + +xf86-input-synaptics-0.15.2-r1.ebuild:
39 + Install upstream FDI file instead of trying to overwrite it with our own.
40 + Upstream has added more data to the file then our copy ever had. Delete
41 + older ebuilds.
42
43 *xf86-input-synaptics-0.15.2 (11 Sep 2008)
44
45
46
47
48 1.1 x11-drivers/xf86-input-synaptics/xf86-input-synaptics-0.15.2-r1.ebuild
49
50 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-0.15.2-r1.ebuild?rev=1.1&view=markup
51 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-0.15.2-r1.ebuild?rev=1.1&content-type=text/plain
52
53 Index: xf86-input-synaptics-0.15.2-r1.ebuild
54 ===================================================================
55 # Copyright 1999-2008 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 # $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-0.15.2-r1.ebuild,v 1.1 2008/09/12 09:58:06 chainsaw Exp $
58
59 inherit toolchain-funcs eutils linux-info x-modular
60
61 DESCRIPTION="Driver for Synaptics touchpads"
62 HOMEPAGE="http://cgit.freedesktop.org/xorg/driver/xf86-input-synaptics/"
63 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
64 LICENSE="MIT"
65 IUSE=""
66 RDEPEND="x11-libs/libXext"
67 DEPEND="${RDEPEND}
68 !x11-drivers/synaptics
69 x11-base/xorg-server
70 x11-proto/inputproto
71 >=sys-apps/sed-4"
72
73 evdev-input_check() {
74 # Check kernel config for required event interface support (either
75 # built-in or as a module. Bug #134309.
76
77 ebegin "Checking kernel config for event device support"
78 linux_chkconfig_present INPUT_EVDEV
79 eend $?
80
81 if [[ $? -ne 0 ]] ; then
82 ewarn "Synaptics driver requires event interface support."
83 ewarn "Please enable the event interface in your kernel config."
84 ewarn "The option can be found at:"
85 ewarn
86 ewarn " Device Drivers"
87 ewarn " Input device support"
88 ewarn " -*- Generic input layer"
89 ewarn " <*> Event interface"
90 ewarn
91 ewarn "Then rebuild the kernel or install the module."
92 epause 5
93 fi
94 }
95
96 pkg_setup() {
97 linux-info_pkg_setup
98 evdev-input_check
99 }
100
101 src_unpack() {
102 x-modular_unpack_source
103 # Fix to handle multiple screens through Xinerama properly. Bug #206614.
104 epatch "${FILESDIR}"/synaptics-fix-xinerama.patch
105 }
106
107 src_install() {
108 DOCS="INSTALL NEWS TODO README"
109 x-modular_src_install
110
111 # Stupid new daemon, didn't work for me because of shm issues
112 newinitd "${FILESDIR}"/rc.init syndaemon
113 newconfd "${FILESDIR}"/rc.conf syndaemon
114 }