Gentoo Archives: gentoo-commits

From: "Matt Turner (mattst88)" <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/libxcb: ChangeLog libxcb-1.8.ebuild
Date: Wed, 11 Jan 2012 20:37:17
Message-Id: 20120111203704.B4DEA2004B@flycatcher.gentoo.org
1 mattst88 12/01/11 20:37:04
2
3 Modified: ChangeLog
4 Added: libxcb-1.8.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.1.10.11/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.83 x11-libs/libxcb/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxcb/ChangeLog?rev=1.83&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxcb/ChangeLog?rev=1.83&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxcb/ChangeLog?r1=1.82&r2=1.83
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libxcb/ChangeLog,v
20 retrieving revision 1.82
21 retrieving revision 1.83
22 diff -u -r1.82 -r1.83
23 --- ChangeLog 8 Jun 2011 15:48:51 -0000 1.82
24 +++ ChangeLog 11 Jan 2012 20:37:04 -0000 1.83
25 @@ -1,6 +1,11 @@
26 # ChangeLog for x11-libs/libxcb
27 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/ChangeLog,v 1.82 2011/06/08 15:48:51 scarabeus Exp $
29 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/ChangeLog,v 1.83 2012/01/11 20:37:04 mattst88 Exp $
31 +
32 +*libxcb-1.8 (11 Jan 2012)
33 +
34 + 11 Jan 2012; Matt Turner <mattst88@g.o> +libxcb-1.8.ebuild:
35 + Version bump.
36
37 08 Jun 2011; Tomáš Chvátal <scarabeus@g.o> libxcb-1.7.ebuild:
38 Run eautoreconf as configure.ac is patched.
39
40
41
42 1.1 x11-libs/libxcb/libxcb-1.8.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxcb/libxcb-1.8.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxcb/libxcb-1.8.ebuild?rev=1.1&content-type=text/plain
46
47 Index: libxcb-1.8.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/libxcb/libxcb-1.8.ebuild,v 1.1 2012/01/11 20:37:04 mattst88 Exp $
52
53 EAPI=3
54
55 inherit python xorg-2
56
57 DESCRIPTION="X C-language Bindings library"
58 HOMEPAGE="http://xcb.freedesktop.org/"
59 EGIT_REPO_URI="git://anongit.freedesktop.org/git/xcb/libxcb"
60 [[ ${PV} != 9999* ]] && \
61 SRC_URI="http://xcb.freedesktop.org/dist/${P}.tar.bz2"
62
63 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
64 IUSE="doc selinux"
65
66 RDEPEND="x11-libs/libXau
67 x11-libs/libXdmcp
68 dev-libs/libpthread-stubs
69 >=x11-proto/xcb-proto-1.6"
70 DEPEND="${RDEPEND}
71 doc? ( app-doc/doxygen )
72 dev-libs/libxslt
73 =dev-lang/python-2*[xml]"
74
75 pkg_setup() {
76 python_set_active_version 2
77 xorg-2_pkg_setup
78 XORG_CONFIGURE_OPTIONS=(
79 $(use_enable doc build-docs)
80 $(use_enable selinux)
81 --enable-xinput
82 )
83 }