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-apps/xinput: xinput-1.6.1.ebuild ChangeLog xinput-1.6.0.ebuild
Date: Sun, 26 Jan 2014 16:20:13
Message-Id: 20140126162009.330DD2004C@flycatcher.gentoo.org
1 chithanh 14/01/26 16:20:09
2
3 Modified: xinput-1.6.1.ebuild ChangeLog
4 Removed: xinput-1.6.0.ebuild
5 Log:
6 Add libXrandr dependency, bug #431824. Remove old.
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit)
9
10 Revision Changes Path
11 1.11 x11-apps/xinput/xinput-1.6.1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xinput/xinput-1.6.1.ebuild?rev=1.11&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xinput/xinput-1.6.1.ebuild?rev=1.11&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xinput/xinput-1.6.1.ebuild?r1=1.10&r2=1.11
16
17 Index: xinput-1.6.1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-apps/xinput/xinput-1.6.1.ebuild,v
20 retrieving revision 1.10
21 retrieving revision 1.11
22 diff -u -r1.10 -r1.11
23 --- xinput-1.6.1.ebuild 8 Oct 2013 05:03:53 -0000 1.10
24 +++ xinput-1.6.1.ebuild 26 Jan 2014 16:20:08 -0000 1.11
25 @@ -1,6 +1,6 @@
26 -# Copyright 1999-2013 Gentoo Foundation
27 +# Copyright 1999-2014 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinput/xinput-1.6.1.ebuild,v 1.10 2013/10/08 05:03:53 ago Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinput/xinput-1.6.1.ebuild,v 1.11 2014/01/26 16:20:08 chithanh Exp $
31
32 EAPI=5
33 inherit xorg-2
34 @@ -13,6 +13,7 @@
35 RDEPEND=">=x11-libs/libX11-1.3
36 x11-libs/libXext
37 >=x11-libs/libXi-1.5.99.1
38 - x11-libs/libXinerama"
39 + x11-libs/libXinerama
40 + x11-libs/libXrandr"
41 DEPEND="${RDEPEND}
42 >=x11-proto/inputproto-2.1.99.1"
43
44
45
46 1.63 x11-apps/xinput/ChangeLog
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xinput/ChangeLog?rev=1.63&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xinput/ChangeLog?rev=1.63&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xinput/ChangeLog?r1=1.62&r2=1.63
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/x11-apps/xinput/ChangeLog,v
55 retrieving revision 1.62
56 retrieving revision 1.63
57 diff -u -r1.62 -r1.63
58 --- ChangeLog 8 Oct 2013 05:03:53 -0000 1.62
59 +++ ChangeLog 26 Jan 2014 16:20:08 -0000 1.63
60 @@ -1,6 +1,10 @@
61 # ChangeLog for x11-apps/xinput
62 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinput/ChangeLog,v 1.62 2013/10/08 05:03:53 ago Exp $
64 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
65 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinput/ChangeLog,v 1.63 2014/01/26 16:20:08 chithanh Exp $
66 +
67 + 26 Jan 2014; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
68 + -xinput-1.6.0.ebuild, xinput-1.6.1.ebuild:
69 + Add libXrandr dependency, bug #431824. Remove old.
70
71 08 Oct 2013; Agostino Sarubbo <ago@g.o> xinput-1.6.1.ebuild:
72 Stable for x86, wrt bug #475480