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 xf86-input-synaptics-1.8.2.ebuild xf86-input-synaptics-1.7.4.ebuild ChangeLog xf86-input-synaptics-1.7.6.ebuild
Date: Mon, 30 Mar 2015 12:03:38
Message-Id: 20150330120332.BF50314D86@oystercatcher.gentoo.org
1 chithanh 15/03/30 12:03:31
2
3 Modified: xf86-input-synaptics-1.7.8.ebuild
4 xf86-input-synaptics-1.7.4.ebuild ChangeLog
5 Added: xf86-input-synaptics-1.8.2.ebuild
6 Removed: xf86-input-synaptics-1.7.6.ebuild
7 Log:
8 Version bump. Fix older versions to build against glibc-2.20, bug #544904. Remove old.
9
10 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x2324E7B566DF2611!)
11
12 Revision Changes Path
13 1.2 x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.7.8.ebuild
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.7.8.ebuild?rev=1.2&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.7.8.ebuild?rev=1.2&content-type=text/plain
17 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.7.8.ebuild?r1=1.1&r2=1.2
18
19 Index: xf86-input-synaptics-1.7.8.ebuild
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.7.8.ebuild,v
22 retrieving revision 1.1
23 retrieving revision 1.2
24 diff -u -r1.1 -r1.2
25 --- xf86-input-synaptics-1.7.8.ebuild 4 Feb 2015 17:22:57 -0000 1.1
26 +++ xf86-input-synaptics-1.7.8.ebuild 30 Mar 2015 12:03:31 -0000 1.2
27 @@ -1,6 +1,6 @@
28 # Copyright 1999-2015 Gentoo Foundation
29 # Distributed under the terms of the GNU General Public License v2
30 -# $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 $
31 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.7.8.ebuild,v 1.2 2015/03/30 12:03:31 chithanh Exp $
32
33 EAPI=5
34
35 @@ -23,6 +23,10 @@
36
37 DOCS=( "README" )
38
39 +PATCHES=(
40 + "${FILESDIR}"/${PN}-1.7-glibc-2.20.patch
41 +)
42 +
43 pkg_pretend() {
44 linux-info_pkg_setup
45 # Just a friendly warning
46
47
48
49 1.9 x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.7.4.ebuild
50
51 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.7.4.ebuild?rev=1.9&view=markup
52 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.7.4.ebuild?rev=1.9&content-type=text/plain
53 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.7.4.ebuild?r1=1.8&r2=1.9
54
55 Index: xf86-input-synaptics-1.7.4.ebuild
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.7.4.ebuild,v
58 retrieving revision 1.8
59 retrieving revision 1.9
60 diff -u -r1.8 -r1.9
61 --- xf86-input-synaptics-1.7.4.ebuild 8 Jun 2014 09:15:48 -0000 1.8
62 +++ xf86-input-synaptics-1.7.4.ebuild 30 Mar 2015 12:03:31 -0000 1.9
63 @@ -1,6 +1,6 @@
64 -# Copyright 1999-2014 Gentoo Foundation
65 +# Copyright 1999-2015 Gentoo Foundation
66 # Distributed under the terms of the GNU General Public License v2
67 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.7.4.ebuild,v 1.8 2014/06/08 09:15:48 ago Exp $
68 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.7.4.ebuild,v 1.9 2015/03/30 12:03:31 chithanh Exp $
69
70 EAPI=5
71
72 @@ -23,6 +23,10 @@
73
74 DOCS=( "README" )
75
76 +PATCHES=(
77 + "${FILESDIR}"/${PN}-1.7-glibc-2.20.patch
78 +)
79 +
80 pkg_pretend() {
81 linux-info_pkg_setup
82 # Just a friendly warning
83
84
85
86 1.116 x11-drivers/xf86-input-synaptics/ChangeLog
87
88 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog?rev=1.116&view=markup
89 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog?rev=1.116&content-type=text/plain
90 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog?r1=1.115&r2=1.116
91
92 Index: ChangeLog
93 ===================================================================
94 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog,v
95 retrieving revision 1.115
96 retrieving revision 1.116
97 diff -u -r1.115 -r1.116
98 --- ChangeLog 14 Mar 2015 14:04:44 -0000 1.115
99 +++ ChangeLog 30 Mar 2015 12:03:31 -0000 1.116
100 @@ -1,6 +1,15 @@
101 # ChangeLog for x11-drivers/xf86-input-synaptics
102 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
103 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog,v 1.115 2015/03/14 14:04:44 maekke Exp $
104 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog,v 1.116 2015/03/30 12:03:31 chithanh Exp $
105 +
106 +*xf86-input-synaptics-1.8.2 (30 Mar 2015)
107 +
108 + 30 Mar 2015; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
109 + +files/xf86-input-synaptics-1.7-glibc-2.20.patch,
110 + +xf86-input-synaptics-1.8.2.ebuild, -xf86-input-synaptics-1.7.6.ebuild,
111 + xf86-input-synaptics-1.7.4.ebuild, xf86-input-synaptics-1.7.8.ebuild:
112 + Version bump. Fix older versions to build against glibc-2.20, bug #544904.
113 + Remove old.
114
115 14 Mar 2015; Markus Meier <maekke@g.o>
116 xf86-input-synaptics-1.8.1.ebuild:
117
118
119
120 1.1 x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.8.2.ebuild
121
122 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.8.2.ebuild?rev=1.1&view=markup
123 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.8.2.ebuild?rev=1.1&content-type=text/plain
124
125 Index: xf86-input-synaptics-1.8.2.ebuild
126 ===================================================================
127 # Copyright 1999-2015 Gentoo Foundation
128 # Distributed under the terms of the GNU General Public License v2
129 # $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.8.2.ebuild,v 1.1 2015/03/30 12:03:31 chithanh Exp $
130
131 EAPI=5
132
133 inherit linux-info xorg-2
134
135 DESCRIPTION="Driver for Synaptics touchpads"
136 HOMEPAGE="http://cgit.freedesktop.org/xorg/driver/xf86-input-synaptics/"
137
138 KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86"
139 IUSE="kernel_linux"
140
141 RDEPEND="kernel_linux? ( >=dev-libs/libevdev-0.4 )
142 >=x11-base/xorg-server-1.14
143 >=x11-libs/libXi-1.2
144 >=x11-libs/libXtst-1.1.0"
145 DEPEND="${RDEPEND}
146 >=sys-kernel/linux-headers-2.6.37
147 >=x11-proto/inputproto-2.1.99.3
148 >=x11-proto/recordproto-1.14"
149
150 DOCS=( "README" )
151
152 pkg_pretend() {
153 linux-info_pkg_setup
154 # Just a friendly warning
155 if ! linux_config_exists \
156 || ! linux_chkconfig_present INPUT_EVDEV; then
157 echo
158 ewarn "This driver requires event interface support in your kernel"
159 ewarn " Device Drivers --->"
160 ewarn " Input device support --->"
161 ewarn " <*> Event interface"
162 echo
163 fi
164 }