Gentoo Archives: gentoo-commits

From: "Donnie Berkholz (dberkholz)" <dberkholz@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/libXi: libXi-1.2.0.ebuild ChangeLog
Date: Thu, 04 Dec 2008 04:45:24
Message-Id: E1L865Z-0007Rv-MB@stork.gentoo.org
1 dberkholz 08/12/04 04:45:21
2
3 Modified: ChangeLog
4 Added: libXi-1.2.0.ebuild
5 Log:
6 Bump. Adds input device properties support. IDP are modelled after window properties and work much in the same manner. Each X Input device can have multiple properties of arbitrary types at any point in time. These properties can be interpreted by the server and/or the driver and thus allow cheap, easily expandable ways of configuring devices.
7 (Portage version: 2.1.6_rc2/cvs/Linux 2.6.28-rc6 x86_64)
8
9 Revision Changes Path
10 1.58 x11-libs/libXi/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libXi/ChangeLog?rev=1.58&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libXi/ChangeLog?rev=1.58&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libXi/ChangeLog?r1=1.57&r2=1.58
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libXi/ChangeLog,v
19 retrieving revision 1.57
20 retrieving revision 1.58
21 diff -u -r1.57 -r1.58
22 --- ChangeLog 19 Dec 2007 23:52:18 -0000 1.57
23 +++ ChangeLog 4 Dec 2008 04:45:21 -0000 1.58
24 @@ -1,6 +1,15 @@
25 # ChangeLog for x11-libs/libXi
26 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXi/ChangeLog,v 1.57 2007/12/19 23:52:18 cla Exp $
28 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXi/ChangeLog,v 1.58 2008/12/04 04:45:21 dberkholz Exp $
30 +
31 +*libXi-1.2.0 (04 Dec 2008)
32 +
33 + 04 Dec 2008; Donnie Berkholz <dberkholz@g.o>; +libXi-1.2.0.ebuild:
34 + Bump. Adds input device properties support. IDP are modelled after window
35 + properties and work much in the same manner. Each X Input device can have
36 + multiple properties of arbitrary types at any point in time. These
37 + properties can be interpreted by the server and/or the driver and thus
38 + allow cheap, easily expandable ways of configuring devices.
39
40 19 Dec 2007; Dawid Węgliński <cla@g.o> libXi-1.1.3.ebuild:
41 Stable on x86 (bug #202087)
42
43
44
45 1.1 x11-libs/libXi/libXi-1.2.0.ebuild
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libXi/libXi-1.2.0.ebuild?rev=1.1&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libXi/libXi-1.2.0.ebuild?rev=1.1&content-type=text/plain
49
50 Index: libXi-1.2.0.ebuild
51 ===================================================================
52 # Copyright 1999-2008 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 # $Header: /var/cvsroot/gentoo-x86/x11-libs/libXi/libXi-1.2.0.ebuild,v 1.1 2008/12/04 04:45:21 dberkholz Exp $
55
56 # Must be before x-modular eclass is inherited
57 #SNAPSHOT="yes"
58
59 inherit x-modular
60
61 DESCRIPTION="X.Org Xi library"
62
63 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
64
65 RDEPEND="x11-libs/libX11
66 x11-libs/libXext"
67 DEPEND="${RDEPEND}
68 x11-proto/xproto
69 >=x11-proto/inputproto-1.4"
70
71 pkg_postinst() {
72 x-modular_pkg_postinst
73
74 ewarn "Some special keys and keyboard layouts may stop working."
75 ewarn "To fix them, recompile xorg-server."
76 }