Gentoo Archives: gentoo-commits

From: "Remi Cardona (remi)" <remi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/xpyb: ChangeLog xpyb-1.1.ebuild
Date: Tue, 29 Sep 2009 11:24:34
Message-Id: E1Msaop-0004GB-RX@stork.gentoo.org
1 remi 09/09/29 11:24:31
2
3 Modified: ChangeLog
4 Added: xpyb-1.1.ebuild
5 Log:
6 x11-libs/xpyb: bump to 1.1, sync with x11 overlay
7 (Portage version: 2.2_rc42/cvs/Linux i686)
8
9 Revision Changes Path
10 1.6 x11-libs/xpyb/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/xpyb/ChangeLog?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/xpyb/ChangeLog?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/xpyb/ChangeLog?r1=1.5&r2=1.6
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-libs/xpyb/ChangeLog,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- ChangeLog 4 May 2009 15:41:27 -0000 1.5
23 +++ ChangeLog 29 Sep 2009 11:24:31 -0000 1.6
24 @@ -1,6 +1,11 @@
25 # ChangeLog for x11-libs/xpyb
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/xpyb/ChangeLog,v 1.5 2009/05/04 15:41:27 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xpyb/ChangeLog,v 1.6 2009/09/29 11:24:31 remi Exp $
29 +
30 +*xpyb-1.1 (29 Sep 2009)
31 +
32 + 29 Sep 2009; RĂ©mi Cardona <remi@g.o> +xpyb-1.1.ebuild:
33 + bump to 1.1, sync with x11 overlay
34
35 04 May 2009; Samuli Suominen <ssuominen@g.o> xpyb-0.9.ebuild,
36 xpyb-1.0.ebuild:
37
38
39
40 1.1 x11-libs/xpyb/xpyb-1.1.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/xpyb/xpyb-1.1.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/xpyb/xpyb-1.1.ebuild?rev=1.1&content-type=text/plain
44
45 Index: xpyb-1.1.ebuild
46 ===================================================================
47 # Copyright 1999-2009 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/x11-libs/xpyb/xpyb-1.1.ebuild,v 1.1 2009/09/29 11:24:31 remi Exp $
50
51 inherit x-modular
52
53 EGIT_REPO_URI="git://anongit.freedesktop.org/git/xcb/xpyb"
54 SRC_URI="http://xcb.freedesktop.org/dist/${P}.tar.bz2"
55 DESCRIPTION="XCB-based Python bindings for the X Window System"
56 HOMEPAGE="http://xcb.freedesktop.org/"
57
58 KEYWORDS="~amd64 ~x86"
59 IUSE="selinux"
60
61 RDEPEND=">=x11-libs/libxcb-1.1
62 >=dev-lang/python-2.5"
63 DEPEND="${RDEPEND}
64 >=x11-proto/xcb-proto-1.2"
65
66 DOCS="NEWS README"
67
68 pkg_setup() {
69 CONFIGURE_OPTIONS="$(use_enable selinux xselinux)"
70 }