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.3-r1.ebuild xinput-1.5.3.ebuild
Date: Wed, 21 Dec 2011 19:41:53
Message-Id: 20111221194142.5313E2004B@flycatcher.gentoo.org
1 chithanh 11/12/21 19:41:42
2
3 Modified: ChangeLog xinput-1.5.3.ebuild
4 Added: xinput-1.5.3-r1.ebuild
5 Log:
6 Unbreak package when built against inputproto-2.1, bug #395555.
7
8 (Portage version: 2.2.0_alpha79/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.39 x11-apps/xinput/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xinput/ChangeLog?rev=1.39&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xinput/ChangeLog?rev=1.39&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xinput/ChangeLog?r1=1.38&r2=1.39
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-apps/xinput/ChangeLog,v
20 retrieving revision 1.38
21 retrieving revision 1.39
22 diff -u -r1.38 -r1.39
23 --- ChangeLog 14 Feb 2011 23:41:02 -0000 1.38
24 +++ ChangeLog 21 Dec 2011 19:41:42 -0000 1.39
25 @@ -1,6 +1,13 @@
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.38 2011/02/14 23:41:02 xarthisius Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinput/ChangeLog,v 1.39 2011/12/21 19:41:42 chithanh Exp $
30 +
31 +*xinput-1.5.3-r1 (21 Dec 2011)
32 +
33 + 21 Dec 2011; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
34 + xinput-1.5.3.ebuild, +xinput-1.5.3-r1.ebuild,
35 + +files/xinput-1.5.3-inputproto-2.1.patch:
36 + Unbreak package when built against inputproto-2.1, bug #395555.
37
38 14 Feb 2011; Kacper Kowalik <xarthisius@g.o> xinput-1.5.3.ebuild:
39 ppc stable wrt #344827, #354237
40
41
42
43 1.9 x11-apps/xinput/xinput-1.5.3.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xinput/xinput-1.5.3.ebuild?rev=1.9&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xinput/xinput-1.5.3.ebuild?rev=1.9&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xinput/xinput-1.5.3.ebuild?r1=1.8&r2=1.9
48
49 Index: xinput-1.5.3.ebuild
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/x11-apps/xinput/xinput-1.5.3.ebuild,v
52 retrieving revision 1.8
53 retrieving revision 1.9
54 diff -u -r1.8 -r1.9
55 --- xinput-1.5.3.ebuild 14 Feb 2011 23:41:02 -0000 1.8
56 +++ xinput-1.5.3.ebuild 21 Dec 2011 19:41:42 -0000 1.9
57 @@ -1,6 +1,6 @@
58 # Copyright 1999-2011 Gentoo Foundation
59 # Distributed under the terms of the GNU General Public License v2
60 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinput/xinput-1.5.3.ebuild,v 1.8 2011/02/14 23:41:02 xarthisius Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinput/xinput-1.5.3.ebuild,v 1.9 2011/12/21 19:41:42 chithanh Exp $
62
63 EAPI=3
64
65 @@ -14,4 +14,4 @@
66 x11-libs/libXext
67 >=x11-libs/libXi-1.3"
68 DEPEND="${RDEPEND}
69 - >=x11-proto/inputproto-2.0"
70 + <x11-proto/inputproto-2.0.99"
71
72
73
74 1.1 x11-apps/xinput/xinput-1.5.3-r1.ebuild
75
76 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xinput/xinput-1.5.3-r1.ebuild?rev=1.1&view=markup
77 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xinput/xinput-1.5.3-r1.ebuild?rev=1.1&content-type=text/plain
78
79 Index: xinput-1.5.3-r1.ebuild
80 ===================================================================
81 # Copyright 1999-2011 Gentoo Foundation
82 # Distributed under the terms of the GNU General Public License v2
83 # $Header: /var/cvsroot/gentoo-x86/x11-apps/xinput/xinput-1.5.3-r1.ebuild,v 1.1 2011/12/21 19:41:42 chithanh Exp $
84
85 EAPI=4
86 inherit xorg-2
87
88 DESCRIPTION="Utility to set XInput device parameters"
89
90 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
91 IUSE=""
92
93 RDEPEND=">=x11-libs/libX11-1.3
94 x11-libs/libXext
95 >=x11-libs/libXi-1.4.5"
96 DEPEND="${RDEPEND}
97 >=x11-proto/inputproto-2.0"
98
99 PATCHES=(
100 "${FILESDIR}/${P}-inputproto-2.1.patch"
101 )