Gentoo Archives: gentoo-commits

From: "Chi-Thanh Christopher Nguyen (chithanh)" <chithanh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-input-synaptics: xf86-input-synaptics-1.7.8.ebuild ChangeLog
Date: Wed, 04 Feb 2015 17:23:04
Message-Id: 20150204172257.BC572110CD@oystercatcher.gentoo.org
1 chithanh 15/02/04 17:22:57
2
3 Modified: ChangeLog
4 Added: xf86-input-synaptics-1.7.8.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x2324E7B566DF2611!)
9
10 Revision Changes Path
11 1.109 x11-drivers/xf86-input-synaptics/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog?rev=1.109&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog?rev=1.109&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog?r1=1.108&r2=1.109
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog,v
20 retrieving revision 1.108
21 retrieving revision 1.109
22 diff -u -r1.108 -r1.109
23 --- ChangeLog 11 Jan 2015 13:30:33 -0000 1.108
24 +++ ChangeLog 4 Feb 2015 17:22:57 -0000 1.109
25 @@ -1,6 +1,12 @@
26 # ChangeLog for x11-drivers/xf86-input-synaptics
27 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog,v 1.108 2015/01/11 13:30:33 chithanh Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog,v 1.109 2015/02/04 17:22:57 chithanh Exp $
30 +
31 +*xf86-input-synaptics-1.7.8 (04 Feb 2015)
32 +
33 + 04 Feb 2015; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
34 + +xf86-input-synaptics-1.7.8.ebuild:
35 + Version bump.
36
37 11 Jan 2015; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
38 -xf86-input-synaptics-1.4.0.ebuild:
39
40
41
42 1.1 x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.7.8.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.7.8.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.7.8.ebuild?rev=1.1&content-type=text/plain
46
47 Index: xf86-input-synaptics-1.7.8.ebuild
48 ===================================================================
49 # Copyright 1999-2015 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.7.8.ebuild,v 1.1 2015/02/04 17:22:57 chithanh Exp $
52
53 EAPI=5
54
55 inherit linux-info xorg-2
56
57 DESCRIPTION="Driver for Synaptics touchpads"
58 HOMEPAGE="http://cgit.freedesktop.org/xorg/driver/xf86-input-synaptics/"
59
60 KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86"
61 IUSE=""
62
63 RDEPEND="sys-libs/mtdev
64 >=x11-base/xorg-server-1.12
65 >=x11-libs/libXi-1.2
66 >=x11-libs/libXtst-1.1.0"
67 DEPEND="${RDEPEND}
68 >=sys-kernel/linux-headers-2.6.37
69 >=x11-proto/inputproto-2.1.99.3
70 >=x11-proto/recordproto-1.14"
71
72 DOCS=( "README" )
73
74 pkg_pretend() {
75 linux-info_pkg_setup
76 # Just a friendly warning
77 if ! linux_config_exists \
78 || ! linux_chkconfig_present INPUT_EVDEV; then
79 echo
80 ewarn "This driver requires event interface support in your kernel"
81 ewarn " Device Drivers --->"
82 ewarn " Input device support --->"
83 ewarn " <*> Event interface"
84 echo
85 fi
86 }