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.1.ebuild
Date: Wed, 07 Nov 2007 08:26:22
Message-Id: E1IpgEh-0004gr-R3@stork.gentoo.org
1 dberkholz 07/11/07 08:26:07
2
3 Modified: ChangeLog
4 Added: xcb-proto-1.1.ebuild
5 Log:
6 Bump. Incompatible change to the XML schema. Adds support for Damage 1.1 and RandR 1.2.
7 (Portage version: 2.1.3.17)
8
9 Revision Changes Path
10 1.17 x11-proto/xcb-proto/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-proto/xcb-proto/ChangeLog?rev=1.17&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-proto/xcb-proto/ChangeLog?rev=1.17&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-proto/xcb-proto/ChangeLog?r1=1.16&r2=1.17
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v
19 retrieving revision 1.16
20 retrieving revision 1.17
21 diff -u -r1.16 -r1.17
22 --- ChangeLog 27 May 2007 02:25:27 -0000 1.16
23 +++ ChangeLog 7 Nov 2007 08:26:07 -0000 1.17
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.16 2007/05/27 02:25:27 kumba Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v 1.17 2007/11/07 08:26:07 dberkholz Exp $
29 +
30 +*xcb-proto-1.1 (07 Nov 2007)
31 +
32 + 07 Nov 2007; Donnie Berkholz <dberkholz@g.o>;
33 + +xcb-proto-1.1.ebuild:
34 + Bump. Incompatible change to the XML schema. Adds support for Damage 1.1 and
35 + RandR 1.2.
36
37 27 May 2007; Joshua Kinard <kumba@g.o> xcb-proto-1.0.ebuild:
38 Stable on mips.
39
40
41
42 1.1 x11-proto/xcb-proto/xcb-proto-1.1.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: xcb-proto-1.1.ebuild
48 ===================================================================
49 # Copyright 1999-2007 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.1.ebuild,v 1.1 2007/11/07 08:26:07 dberkholz Exp $
52
53 # Must be before x-modular eclass is inherited
54 #SNAPSHOT="yes"
55
56 inherit x-modular
57
58 DESCRIPTION="X C-language Bindings protocol headers"
59 HOMEPAGE="http://xcb.freedesktop.org/"
60 SRC_URI="http://xcb.freedesktop.org/dist/${P}.tar.bz2"
61 LICENSE="X11"
62 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
63 RDEPEND=""
64 DEPEND="${RDEPEND}
65 dev-libs/libxml2"
66
67
68
69 --
70 gentoo-commits@g.o mailing list