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.6.4.ebuild xf86-input-synaptics-1.7.1.ebuild ChangeLog
Date: Tue, 21 May 2013 12:10:55
Message-Id: 20130521121047.4C72B2171D@flycatcher.gentoo.org
1 chithanh 13/05/21 12:10:47
2
3 Modified: ChangeLog
4 Added: xf86-input-synaptics-1.6.4.ebuild
5 xf86-input-synaptics-1.7.1.ebuild
6 Log:
7 Version bumps.
8
9 (Portage version: 2.1.11.62/cvs/Linux x86_64, unsigned Manifest commit)
10
11 Revision Changes Path
12 1.90 x11-drivers/xf86-input-synaptics/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog?rev=1.90&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog?rev=1.90&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog?r1=1.89&r2=1.90
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog,v
21 retrieving revision 1.89
22 retrieving revision 1.90
23 diff -u -r1.89 -r1.90
24 --- ChangeLog 20 Apr 2013 19:44:11 -0000 1.89
25 +++ ChangeLog 21 May 2013 12:10:47 -0000 1.90
26 @@ -1,6 +1,13 @@
27 # ChangeLog for x11-drivers/xf86-input-synaptics
28 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog,v 1.89 2013/04/20 19:44:11 chithanh Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog,v 1.90 2013/05/21 12:10:47 chithanh Exp $
31 +
32 +*xf86-input-synaptics-1.7.1 (21 May 2013)
33 +*xf86-input-synaptics-1.6.4 (21 May 2013)
34 +
35 + 21 May 2013; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
36 + +xf86-input-synaptics-1.6.4.ebuild, +xf86-input-synaptics-1.7.1.ebuild:
37 + Version bumps.
38
39 *xf86-input-synaptics-1.7.0 (20 Apr 2013)
40
41
42
43
44 1.1 x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.6.4.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.6.4.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.6.4.ebuild?rev=1.1&content-type=text/plain
48
49 Index: xf86-input-synaptics-1.6.4.ebuild
50 ===================================================================
51 # Copyright 1999-2013 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.6.4.ebuild,v 1.1 2013/05/21 12:10:47 chithanh Exp $
54
55 EAPI=5
56
57 inherit linux-info xorg-2
58
59 DESCRIPTION="Driver for Synaptics touchpads"
60 HOMEPAGE="http://cgit.freedesktop.org/xorg/driver/xf86-input-synaptics/"
61
62 KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86"
63 IUSE=""
64
65 RDEPEND="sys-libs/mtdev
66 >=x11-base/xorg-server-1.8
67 >=x11-libs/libXi-1.2
68 >=x11-libs/libXtst-1.1.0"
69 DEPEND="${RDEPEND}
70 >=sys-kernel/linux-headers-2.6.37
71 >=x11-proto/recordproto-1.14"
72
73 DOCS=( "README" )
74
75 pkg_pretend() {
76 linux-info_pkg_setup
77 # Just a friendly warning
78 if ! linux_config_exists \
79 || ! linux_chkconfig_present INPUT_EVDEV; then
80 echo
81 ewarn "This driver requires event interface support in your kernel"
82 ewarn " Device Drivers --->"
83 ewarn " Input device support --->"
84 ewarn " <*> Event interface"
85 echo
86 fi
87 }
88
89
90
91 1.1 x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.7.1.ebuild
92
93 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.7.1.ebuild?rev=1.1&view=markup
94 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.7.1.ebuild?rev=1.1&content-type=text/plain
95
96 Index: xf86-input-synaptics-1.7.1.ebuild
97 ===================================================================
98 # Copyright 1999-2013 Gentoo Foundation
99 # Distributed under the terms of the GNU General Public License v2
100 # $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.7.1.ebuild,v 1.1 2013/05/21 12:10:47 chithanh Exp $
101
102 EAPI=5
103
104 inherit linux-info xorg-2
105
106 DESCRIPTION="Driver for Synaptics touchpads"
107 HOMEPAGE="http://cgit.freedesktop.org/xorg/driver/xf86-input-synaptics/"
108
109 KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86"
110 IUSE=""
111
112 RDEPEND="sys-libs/mtdev
113 >=x11-base/xorg-server-1.12
114 >=x11-libs/libXi-1.2
115 >=x11-libs/libXtst-1.1.0"
116 DEPEND="${RDEPEND}
117 >=sys-kernel/linux-headers-2.6.37
118 >=x11-proto/inputproto-2.1.99.3
119 >=x11-proto/recordproto-1.14"
120
121 DOCS=( "README" )
122
123 pkg_pretend() {
124 linux-info_pkg_setup
125 # Just a friendly warning
126 if ! linux_config_exists \
127 || ! linux_chkconfig_present INPUT_EVDEV; then
128 echo
129 ewarn "This driver requires event interface support in your kernel"
130 ewarn " Device Drivers --->"
131 ewarn " Input device support --->"
132 ewarn " <*> Event interface"
133 echo
134 fi
135 }