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