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: xcb-util-0.3.9.ebuild ChangeLog
Date: Sat, 02 Jun 2012 10:52:00
Message-Id: 20120602105150.7722A2004B@flycatcher.gentoo.org
1 chithanh 12/06/02 10:51:50
2
3 Modified: ChangeLog
4 Added: xcb-util-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.61 x11-libs/xcb-util/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/xcb-util/ChangeLog?rev=1.61&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/xcb-util/ChangeLog?rev=1.61&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/xcb-util/ChangeLog?r1=1.60&r2=1.61
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-libs/xcb-util/ChangeLog,v
20 retrieving revision 1.60
21 retrieving revision 1.61
22 diff -u -r1.60 -r1.61
23 --- ChangeLog 5 May 2012 03:52:23 -0000 1.60
24 +++ ChangeLog 2 Jun 2012 10:51:50 -0000 1.61
25 @@ -1,6 +1,12 @@
26 # ChangeLog for x11-libs/xcb-util
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/xcb-util/ChangeLog,v 1.60 2012/05/05 03:52:23 jdhore Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xcb-util/ChangeLog,v 1.61 2012/06/02 10:51:50 chithanh Exp $
30 +
31 +*xcb-util-0.3.9 (02 Jun 2012)
32 +
33 + 02 Jun 2012; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
34 + +xcb-util-0.3.9.ebuild:
35 + Version bump.
36
37 05 May 2012; Jeff Horelick <jdhore@g.o> xcb-util-0.3.6.ebuild:
38 dev-util/pkgconfig -> virtual/pkgconfig
39
40
41
42 1.1 x11-libs/xcb-util/xcb-util-0.3.9.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/xcb-util/xcb-util-0.3.9.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/xcb-util/xcb-util-0.3.9.ebuild?rev=1.1&content-type=text/plain
46
47 Index: xcb-util-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/xcb-util-0.3.9.ebuild,v 1.1 2012/06/02 10:51: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"
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/libxcb-1.7
70 x11-proto/xproto"
71 DEPEND="${RDEPEND}
72 >=dev-util/gperf-3.0.1
73 test? ( >=dev-libs/check-0.9.4 )"
74
75 PDEPEND="
76 >=x11-libs/xcb-util-image-${PV}
77 >=x11-libs/xcb-util-keysyms-${PV}
78 >=x11-libs/xcb-util-renderutil-0.3.8
79 >=x11-libs/xcb-util-wm-${PV}
80 "
81
82 pkg_setup() {
83 XORG_CONFIGURE_OPTIONS=(
84 $(use_with doc doxygen)
85 )
86
87 xorg-2_pkg_setup
88 }