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.0.ebuild ChangeLog
Date: Mon, 04 Jun 2012 13:08:11
Message-Id: 20120604130800.E24592004B@flycatcher.gentoo.org
1 chithanh 12/06/04 13:08:00
2
3 Modified: xinput-1.6.0.ebuild ChangeLog
4 Log:
5 Add missing libXinerama dependency, bug #419613.
6
7 (Portage version: 2.2.0_alpha109/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 x11-apps/xinput/xinput-1.6.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xinput/xinput-1.6.0.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xinput/xinput-1.6.0.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xinput/xinput-1.6.0.ebuild?r1=1.1&r2=1.2
15
16 Index: xinput-1.6.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-apps/xinput/xinput-1.6.0.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- xinput-1.6.0.ebuild 3 Jun 2012 10:29:36 -0000 1.1
23 +++ xinput-1.6.0.ebuild 4 Jun 2012 13:08:00 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinput/xinput-1.6.0.ebuild,v 1.1 2012/06/03 10:29:36 chithanh Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinput/xinput-1.6.0.ebuild,v 1.2 2012/06/04 13:08:00 chithanh Exp $
29
30 EAPI=4
31 inherit xorg-2
32 @@ -12,6 +12,7 @@
33
34 RDEPEND=">=x11-libs/libX11-1.3
35 x11-libs/libXext
36 - >=x11-libs/libXi-1.5.99.1"
37 + >=x11-libs/libXi-1.5.99.1
38 + x11-libs/libXinerama"
39 DEPEND="${RDEPEND}
40 >=x11-proto/inputproto-2.1.99.1"
41
42
43
44 1.43 x11-apps/xinput/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xinput/ChangeLog?rev=1.43&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xinput/ChangeLog?rev=1.43&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xinput/ChangeLog?r1=1.42&r2=1.43
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/x11-apps/xinput/ChangeLog,v
53 retrieving revision 1.42
54 retrieving revision 1.43
55 diff -u -r1.42 -r1.43
56 --- ChangeLog 3 Jun 2012 10:29:36 -0000 1.42
57 +++ ChangeLog 4 Jun 2012 13:08:00 -0000 1.43
58 @@ -1,6 +1,10 @@
59 # ChangeLog for x11-apps/xinput
60 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinput/ChangeLog,v 1.42 2012/06/03 10:29:36 chithanh Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinput/ChangeLog,v 1.43 2012/06/04 13:08:00 chithanh Exp $
63 +
64 + 04 Jun 2012; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
65 + xinput-1.6.0.ebuild:
66 + Add missing libXinerama dependency, bug #419613.
67
68 *xinput-1.6.0 (03 Jun 2012)