Gentoo Archives: gentoo-commits

From: "Donnie Berkholz (dberkholz)" <dberkholz@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-proto/xcb-proto: ChangeLog xcb-proto-1.2.ebuild
Date: Wed, 30 Jul 2008 22:29:49
Message-Id: E1KOKB0-0001SL-GB@stork.gentoo.org
1 dberkholz 08/07/30 22:29:46
2
3 Modified: ChangeLog
4 Added: xcb-proto-1.2.ebuild
5 Log:
6 Bump. Adds support for XInput and SELinux extensions, the language-independent parts of a Python parser, and other bugfixes.
7 (Portage version: 2.2_rc3/cvs/Linux 2.6.26 x86_64)
8
9 Revision Changes Path
10 1.18 x11-proto/xcb-proto/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-proto/xcb-proto/ChangeLog?rev=1.18&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-proto/xcb-proto/ChangeLog?rev=1.18&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-proto/xcb-proto/ChangeLog?r1=1.17&r2=1.18
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v
19 retrieving revision 1.17
20 retrieving revision 1.18
21 diff -u -r1.17 -r1.18
22 --- ChangeLog 7 Nov 2007 08:26:07 -0000 1.17
23 +++ ChangeLog 30 Jul 2008 22:29:45 -0000 1.18
24 @@ -1,6 +1,13 @@
25 # ChangeLog for x11-proto/xcb-proto
26 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v 1.17 2007/11/07 08:26:07 dberkholz Exp $
28 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v 1.18 2008/07/30 22:29:45 dberkholz Exp $
30 +
31 +*xcb-proto-1.2 (30 Jul 2008)
32 +
33 + 30 Jul 2008; Donnie Berkholz <dberkholz@g.o>;
34 + +xcb-proto-1.2.ebuild:
35 + Bump. Adds support for XInput and SELinux extensions, the
36 + language-independent parts of a Python parser, and other bugfixes.
37
38 *xcb-proto-1.1 (07 Nov 2007)
39
40
41
42
43 1.1 x11-proto/xcb-proto/xcb-proto-1.2.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.2.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.2.ebuild?rev=1.1&content-type=text/plain
47
48 Index: xcb-proto-1.2.ebuild
49 ===================================================================
50 # Copyright 1999-2008 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.2.ebuild,v 1.1 2008/07/30 22:29:45 dberkholz Exp $
53
54 # Must be before x-modular eclass is inherited
55 #SNAPSHOT="yes"
56
57 inherit x-modular
58
59 DESCRIPTION="X C-language Bindings protocol headers"
60 HOMEPAGE="http://xcb.freedesktop.org/"
61 SRC_URI="http://xcb.freedesktop.org/dist/${P}.tar.bz2"
62 LICENSE="X11"
63 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
64 RDEPEND=""
65 DEPEND="${RDEPEND}
66 dev-libs/libxml2"