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/xcb-util-keysyms: xcb-util-keysyms-0.3.9.ebuild ChangeLog
Date: Sat, 02 Jun 2012 10:53:00
Message-Id: 20120602105250.BF1552004B@flycatcher.gentoo.org
1 chithanh 12/06/02 10:52:50
2
3 Modified: ChangeLog
4 Added: xcb-util-keysyms-0.3.9.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.10 x11-libs/xcb-util-keysyms/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/xcb-util-keysyms/ChangeLog?rev=1.10&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/xcb-util-keysyms/ChangeLog?rev=1.10&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/xcb-util-keysyms/ChangeLog?r1=1.9&r2=1.10
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-libs/xcb-util-keysyms/ChangeLog,v
20 retrieving revision 1.9
21 retrieving revision 1.10
22 diff -u -r1.9 -r1.10
23 --- ChangeLog 26 Apr 2012 22:24:35 -0000 1.9
24 +++ ChangeLog 2 Jun 2012 10:52:50 -0000 1.10
25 @@ -1,6 +1,12 @@
26 # ChangeLog for x11-libs/xcb-util-keysyms
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/xcb-util-keysyms/ChangeLog,v 1.9 2012/04/26 22:24:35 aballier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xcb-util-keysyms/ChangeLog,v 1.10 2012/06/02 10:52:50 chithanh Exp $
30 +
31 +*xcb-util-keysyms-0.3.9 (02 Jun 2012)
32 +
33 + 02 Jun 2012; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
34 + +xcb-util-keysyms-0.3.9.ebuild:
35 + Version bump.
36
37 26 Apr 2012; Alexis Ballier <aballier@g.o>
38 xcb-util-keysyms-0.3.8.ebuild:
39
40
41
42 1.1 x11-libs/xcb-util-keysyms/xcb-util-keysyms-0.3.9.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/xcb-util-keysyms/xcb-util-keysyms-0.3.9.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/xcb-util-keysyms/xcb-util-keysyms-0.3.9.ebuild?rev=1.1&content-type=text/plain
46
47 Index: xcb-util-keysyms-0.3.9.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-libs/xcb-util-keysyms/xcb-util-keysyms-0.3.9.ebuild,v 1.1 2012/06/02 10:52:50 chithanh Exp $
52
53 EAPI=4
54
55 XORG_MODULE=/
56 XORG_BASE_INDIVIDUAL_URI=http://xcb.freedesktop.org/dist
57 XORG_DOC=doc
58 inherit xorg-2
59
60 EGIT_REPO_URI="git://anongit.freedesktop.org/git/xcb/util-keysyms"
61 EGIT_HAS_SUBMODULES=yes
62
63 DESCRIPTION="X C-language Bindings sample implementations"
64 HOMEPAGE="http://xcb.freedesktop.org/"
65
66 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris"
67 IUSE="test"
68
69 RDEPEND=">=x11-libs/xcb-util-${PV}
70 x11-proto/xproto"
71 DEPEND="${RDEPEND}
72 >=dev-util/gperf-3.0.1
73 test? ( >=dev-libs/check-0.9.4 )"
74
75 pkg_setup() {
76 XORG_CONFIGURE_OPTIONS=(
77 $(use_with doc doxygen)
78 )
79
80 xorg-2_pkg_setup
81 }