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: Sun, 03 Jun 2012 10:29:51
Message-Id: 20120603102936.E40442004B@flycatcher.gentoo.org
1 chithanh 12/06/03 10:29:36
2
3 Modified: ChangeLog
4 Added: xinput-1.6.0.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.0_alpha108/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.42 x11-apps/xinput/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xinput/ChangeLog?rev=1.42&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xinput/ChangeLog?rev=1.42&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xinput/ChangeLog?r1=1.41&r2=1.42
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-apps/xinput/ChangeLog,v
20 retrieving revision 1.41
21 retrieving revision 1.42
22 diff -u -r1.41 -r1.42
23 --- ChangeLog 15 May 2012 14:14:47 -0000 1.41
24 +++ ChangeLog 3 Jun 2012 10:29:36 -0000 1.42
25 @@ -1,6 +1,12 @@
26 # ChangeLog for x11-apps/xinput
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinput/ChangeLog,v 1.41 2012/05/15 14:14:47 aballier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinput/ChangeLog,v 1.42 2012/06/03 10:29:36 chithanh Exp $
30 +
31 +*xinput-1.6.0 (03 Jun 2012)
32 +
33 + 03 Jun 2012; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
34 + +xinput-1.6.0.ebuild:
35 + Version bump.
36
37 15 May 2012; Alexis Ballier <aballier@g.o> xinput-1.5.4.ebuild:
38 keyword ~amd64-fbsd
39
40
41
42 1.1 x11-apps/xinput/xinput-1.6.0.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xinput/xinput-1.6.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xinput/xinput-1.6.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: xinput-1.6.0.ebuild
48 ===================================================================
49 # Copyright 1999-2012 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/x11-apps/xinput/xinput-1.6.0.ebuild,v 1.1 2012/06/03 10:29:36 chithanh Exp $
52
53 EAPI=4
54 inherit xorg-2
55
56 DESCRIPTION="Utility to set XInput device parameters"
57
58 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
59 IUSE=""
60
61 RDEPEND=">=x11-libs/libX11-1.3
62 x11-libs/libXext
63 >=x11-libs/libXi-1.5.99.1"
64 DEPEND="${RDEPEND}
65 >=x11-proto/inputproto-2.1.99.1"