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-wm: xcb-util-wm-0.3.9.ebuild ChangeLog
Date: Sat, 02 Jun 2012 10:53:47
Message-Id: 20120602105337.E16642004B@flycatcher.gentoo.org
1 chithanh 12/06/02 10:53:37
2
3 Modified: ChangeLog
4 Added: xcb-util-wm-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.11 x11-libs/xcb-util-wm/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/xcb-util-wm/ChangeLog?rev=1.11&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/xcb-util-wm/ChangeLog?rev=1.11&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/xcb-util-wm/ChangeLog?r1=1.10&r2=1.11
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-libs/xcb-util-wm/ChangeLog,v
20 retrieving revision 1.10
21 retrieving revision 1.11
22 diff -u -r1.10 -r1.11
23 --- ChangeLog 26 Apr 2012 22:24:25 -0000 1.10
24 +++ ChangeLog 2 Jun 2012 10:53:37 -0000 1.11
25 @@ -1,6 +1,12 @@
26 # ChangeLog for x11-libs/xcb-util-wm
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/xcb-util-wm/ChangeLog,v 1.10 2012/04/26 22:24:25 aballier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xcb-util-wm/ChangeLog,v 1.11 2012/06/02 10:53:37 chithanh Exp $
30 +
31 +*xcb-util-wm-0.3.9 (02 Jun 2012)
32 +
33 + 02 Jun 2012; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
34 + +xcb-util-wm-0.3.9.ebuild:
35 + Version bump.
36
37 26 Apr 2012; Alexis Ballier <aballier@g.o> xcb-util-wm-0.3.8.ebuild:
38 keyword ~amd64-fbsd
39
40
41
42 1.1 x11-libs/xcb-util-wm/xcb-util-wm-0.3.9.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/xcb-util-wm/xcb-util-wm-0.3.9.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/xcb-util-wm/xcb-util-wm-0.3.9.ebuild?rev=1.1&content-type=text/plain
46
47 Index: xcb-util-wm-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-wm/xcb-util-wm-0.3.9.ebuild,v 1.1 2012/06/02 10:53:37 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-wm"
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/xcb-proto
71 x11-proto/xproto"
72 DEPEND="${RDEPEND}
73 >=dev-util/gperf-3.0.1
74 test? ( >=dev-libs/check-0.9.4 )"
75
76 pkg_setup() {
77 XORG_CONFIGURE_OPTIONS=(
78 $(use_with doc doxygen)
79 )
80
81 xorg-2_pkg_setup
82 }