Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/xcb-util: ChangeLog xcb-util-0.3.8.ebuild
Date: Tue, 26 Apr 2011 09:52:38
Message-Id: 20110426095228.04BF820054@flycatcher.gentoo.org
1 scarabeus 11/04/26 09:52:27
2
3 Modified: ChangeLog
4 Added: xcb-util-0.3.8.ebuild
5 Log:
6 Version bump to 0.3.8. This is first split release.
7
8 (Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.51 x11-libs/xcb-util/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/xcb-util/ChangeLog?rev=1.51&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/xcb-util/ChangeLog?rev=1.51&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/xcb-util/ChangeLog?r1=1.50&r2=1.51
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-libs/xcb-util/ChangeLog,v
20 retrieving revision 1.50
21 retrieving revision 1.51
22 diff -u -r1.50 -r1.51
23 --- ChangeLog 23 Jan 2010 21:06:31 -0000 1.50
24 +++ ChangeLog 26 Apr 2011 09:52:27 -0000 1.51
25 @@ -1,6 +1,11 @@
26 # ChangeLog for x11-libs/xcb-util
27 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/xcb-util/ChangeLog,v 1.50 2010/01/23 21:06:31 scarabeus Exp $
29 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xcb-util/ChangeLog,v 1.51 2011/04/26 09:52:27 scarabeus Exp $
31 +
32 +*xcb-util-0.3.8 (26 Apr 2011)
33 +
34 + 26 Apr 2011; Tomáš Chvátal <scarabeus@g.o> +xcb-util-0.3.8.ebuild:
35 + Version bump to 0.3.8. This is first split release.
36
37 23 Jan 2010; Tomáš Chvátal <scarabeus@g.o>
38 -xcb-util-0.3.3.ebuild:
39
40
41
42 1.1 x11-libs/xcb-util/xcb-util-0.3.8.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/xcb-util/xcb-util-0.3.8.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/xcb-util/xcb-util-0.3.8.ebuild?rev=1.1&content-type=text/plain
46
47 Index: xcb-util-0.3.8.ebuild
48 ===================================================================
49 # Copyright 1999-2011 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.8.ebuild,v 1.1 2011/04/26 09:52:27 scarabeus 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 ~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-${PV}
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 }