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-synaptics: ChangeLog xf86-input-synaptics-1.3.0.ebuild xf86-input-synaptics-1.2.2.ebuild xf86-input-synaptics-1.2.2-r2.ebuild
Date: Wed, 08 Sep 2010 20:38:47
Message-Id: 20100908203840.CEB1720051@flycatcher.gentoo.org
1 scarabeus 10/09/08 20:38:40
2
3 Modified: ChangeLog
4 Added: xf86-input-synaptics-1.3.0.ebuild
5 Removed: xf86-input-synaptics-1.2.2.ebuild
6 xf86-input-synaptics-1.2.2-r2.ebuild
7 Log:
8 Version bump. Drop old.
9
10 (Portage version: 2.2_rc75/cvs/Linux x86_64)
11
12 Revision Changes Path
13 1.51 x11-drivers/xf86-input-synaptics/ChangeLog
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog?rev=1.51&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog?rev=1.51&content-type=text/plain
17 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog?r1=1.50&r2=1.51
18
19 Index: ChangeLog
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog,v
22 retrieving revision 1.50
23 retrieving revision 1.51
24 diff -u -r1.50 -r1.51
25 --- ChangeLog 21 Apr 2010 16:23:50 -0000 1.50
26 +++ ChangeLog 8 Sep 2010 20:38:40 -0000 1.51
27 @@ -1,6 +1,13 @@
28 # ChangeLog for x11-drivers/xf86-input-synaptics
29 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
30 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog,v 1.50 2010/04/21 16:23:50 chainsaw Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog,v 1.51 2010/09/08 20:38:40 scarabeus Exp $
32 +
33 +*xf86-input-synaptics-1.3.0 (08 Sep 2010)
34 +
35 + 08 Sep 2010; Tomáš Chvátal <scarabeus@g.o>
36 + -xf86-input-synaptics-1.2.2.ebuild, -xf86-input-synaptics-1.2.2-r2.ebuild,
37 + +xf86-input-synaptics-1.3.0.ebuild:
38 + Version bump. Drop old.
39
40 *xf86-input-synaptics-1.2.2-r2 (21 Apr 2010)
41
42
43
44
45 1.1 x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.3.0.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.3.0.ebuild?rev=1.1&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.3.0.ebuild?rev=1.1&content-type=text/plain
49
50 Index: xf86-input-synaptics-1.3.0.ebuild
51 ===================================================================
52 # Copyright 1999-2010 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 # $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.3.0.ebuild,v 1.1 2010/09/08 20:38:40 scarabeus Exp $
55
56 EAPI=3
57
58 inherit linux-info xorg-2
59
60 DESCRIPTION="Driver for Synaptics touchpads"
61 HOMEPAGE="http://cgit.freedesktop.org/xorg/driver/xf86-input-synaptics/"
62
63 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
64 IUSE="hal"
65
66 RDEPEND="
67 >=x11-base/xorg-server-1.8[hal?]
68 >=x11-libs/libXi-1.2
69 >=x11-libs/libXtst-1.1.0"
70 DEPEND="${RDEPEND}
71 x11-proto/inputproto
72 >=x11-proto/recordproto-1.14"
73
74 src_install() {
75 DOCS="README" xorg-2_src_install
76 }
77 pkg_postinst() {
78 xorg-2_pkg_postinst
79 # Just a friendly warning
80 if ! linux_config_exists \
81 || ! linux_chkconfig_present INPUT_EVDEV; then
82 echo
83 ewarn "This driver requires event interface support in your kernel"
84 ewarn " Device Drivers --->"
85 ewarn " Input device support --->"
86 ewarn " <*> Event interface"
87 echo
88 fi
89 }