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.8.1.ebuild ChangeLog
Date: Wed, 25 Feb 2015 14:52:23
Message-Id: 20150225145218.08CBC12873@oystercatcher.gentoo.org
1 chithanh 15/02/25 14:52:18
2
3 Modified: xf86-input-synaptics-1.8.1.ebuild ChangeLog
4 Log:
5 Raise minimum xorg-server dependency, bug #540820.
6
7 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x2324E7B566DF2611!)
8
9 Revision Changes Path
10 1.6 x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.8.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.8.1.ebuild?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.8.1.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.8.1.ebuild?r1=1.5&r2=1.6
15
16 Index: xf86-input-synaptics-1.8.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.8.1.ebuild,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- xf86-input-synaptics-1.8.1.ebuild 21 Feb 2015 08:55:54 -0000 1.5
23 +++ xf86-input-synaptics-1.8.1.ebuild 25 Feb 2015 14:52:17 -0000 1.6
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2015 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.8.1.ebuild,v 1.5 2015/02/21 08:55:54 ago Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.8.1.ebuild,v 1.6 2015/02/25 14:52:17 chithanh Exp $
29
30 EAPI=5
31
32 @@ -13,7 +13,7 @@
33 IUSE="kernel_linux"
34
35 RDEPEND="kernel_linux? ( >=dev-libs/libevdev-0.4 )
36 - >=x11-base/xorg-server-1.12
37 + >=x11-base/xorg-server-1.14
38 >=x11-libs/libXi-1.2
39 >=x11-libs/libXtst-1.1.0"
40 DEPEND="${RDEPEND}
41
42
43
44 1.114 x11-drivers/xf86-input-synaptics/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog?rev=1.114&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog?rev=1.114&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog?r1=1.113&r2=1.114
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog,v
53 retrieving revision 1.113
54 retrieving revision 1.114
55 diff -u -r1.113 -r1.114
56 --- ChangeLog 21 Feb 2015 08:55:54 -0000 1.113
57 +++ ChangeLog 25 Feb 2015 14:52:17 -0000 1.114
58 @@ -1,6 +1,10 @@
59 # ChangeLog for x11-drivers/xf86-input-synaptics
60 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog,v 1.113 2015/02/21 08:55:54 ago Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog,v 1.114 2015/02/25 14:52:17 chithanh Exp $
63 +
64 + 25 Feb 2015; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
65 + xf86-input-synaptics-1.8.1.ebuild:
66 + Raise minimum xorg-server dependency, bug #540820.
67
68 21 Feb 2015; Agostino Sarubbo <ago@g.o>
69 xf86-input-synaptics-1.8.1.ebuild: