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-libs/libXi: libXi-1.5.0.ebuild ChangeLog libXi-1.5.99.2.ebuild
Date: Sun, 01 Jan 2012 14:27:19
Message-Id: 20120101142708.911FE2004B@flycatcher.gentoo.org
1 chithanh 12/01/01 14:27:08
2
3 Modified: ChangeLog
4 Added: libXi-1.5.0.ebuild libXi-1.5.99.2.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.132 x11-libs/libXi/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXi/ChangeLog?rev=1.132&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXi/ChangeLog?rev=1.132&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXi/ChangeLog?r1=1.131&r2=1.132
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libXi/ChangeLog,v
20 retrieving revision 1.131
21 retrieving revision 1.132
22 diff -u -r1.131 -r1.132
23 --- ChangeLog 27 Dec 2011 21:09:21 -0000 1.131
24 +++ ChangeLog 1 Jan 2012 14:27:08 -0000 1.132
25 @@ -1,6 +1,13 @@
26 # ChangeLog for x11-libs/libXi
27 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXi/ChangeLog,v 1.131 2011/12/27 21:09:21 maekke Exp $
29 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXi/ChangeLog,v 1.132 2012/01/01 14:27:08 chithanh Exp $
31 +
32 +*libXi-1.5.99.2 (01 Jan 2012)
33 +*libXi-1.5.0 (01 Jan 2012)
34 +
35 + 01 Jan 2012; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
36 + +libXi-1.5.0.ebuild, +libXi-1.5.99.2.ebuild:
37 + Version bump.
38
39 27 Dec 2011; Markus Meier <maekke@g.o> libXi-1.4.3-r1.ebuild:
40 x86 stable, bug #394393
41
42
43
44 1.1 x11-libs/libXi/libXi-1.5.0.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXi/libXi-1.5.0.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXi/libXi-1.5.0.ebuild?rev=1.1&content-type=text/plain
48
49 Index: libXi-1.5.0.ebuild
50 ===================================================================
51 # Copyright 1999-2012 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/x11-libs/libXi/libXi-1.5.0.ebuild,v 1.1 2012/01/01 14:27:08 chithanh Exp $
54
55 EAPI=4
56
57 XORG_DOC=doc
58 inherit xorg-2
59
60 DESCRIPTION="X.Org Xi library"
61 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
62 IUSE=""
63
64 RDEPEND=">=x11-libs/libX11-1.3
65 >=x11-libs/libXext-1.1
66 >=x11-proto/inputproto-2.0.99.1
67 >=x11-proto/xproto-7.0.13
68 >=x11-proto/xextproto-7.0.3"
69 DEPEND="${RDEPEND}"
70
71 pkg_setup() {
72 xorg-2_pkg_setup
73 XORG_CONFIGURE_OPTIONS=(
74 $(use_enable doc specs)
75 $(use_with doc xmlto)
76 $(use_with doc asciidoc)
77 --without-fop
78 )
79 }
80
81 pkg_postinst() {
82 xorg-2_pkg_postinst
83
84 ewarn "Some special keys and keyboard layouts may stop working."
85 ewarn "To fix them, recompile xorg-server."
86 }
87
88
89
90 1.1 x11-libs/libXi/libXi-1.5.99.2.ebuild
91
92 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXi/libXi-1.5.99.2.ebuild?rev=1.1&view=markup
93 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXi/libXi-1.5.99.2.ebuild?rev=1.1&content-type=text/plain
94
95 Index: libXi-1.5.99.2.ebuild
96 ===================================================================
97 # Copyright 1999-2012 Gentoo Foundation
98 # Distributed under the terms of the GNU General Public License v2
99 # $Header: /var/cvsroot/gentoo-x86/x11-libs/libXi/libXi-1.5.99.2.ebuild,v 1.1 2012/01/01 14:27:08 chithanh Exp $
100
101 EAPI=4
102
103 XORG_DOC=doc
104 inherit xorg-2
105
106 DESCRIPTION="X.Org Xi library"
107 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
108 IUSE=""
109
110 RDEPEND=">=x11-libs/libX11-1.3
111 >=x11-libs/libXext-1.1
112 >=x11-proto/inputproto-2.1.99.3
113 >=x11-proto/xproto-7.0.13
114 >=x11-proto/xextproto-7.0.3"
115 DEPEND="${RDEPEND}"
116
117 pkg_setup() {
118 xorg-2_pkg_setup
119 XORG_CONFIGURE_OPTIONS=(
120 $(use_enable doc specs)
121 $(use_with doc xmlto)
122 $(use_with doc asciidoc)
123 --without-fop
124 )
125 }
126
127 pkg_postinst() {
128 xorg-2_pkg_postinst
129
130 ewarn "Some special keys and keyboard layouts may stop working."
131 ewarn "To fix them, recompile xorg-server."
132 }