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:38:46
Message-Id: 20120111203834.A05E52004B@flycatcher.gentoo.org
1 mattst88 12/01/11 20:38:34
2
3 Modified: ChangeLog libxcb-1.8.ebuild
4 Log:
5 Bump dependency to xcb-proto-1.7.
6
7 (Portage version: 2.1.10.11/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.84 x11-libs/libxcb/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxcb/ChangeLog?rev=1.84&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxcb/ChangeLog?rev=1.84&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxcb/ChangeLog?r1=1.83&r2=1.84
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libxcb/ChangeLog,v
19 retrieving revision 1.83
20 retrieving revision 1.84
21 diff -u -r1.83 -r1.84
22 --- ChangeLog 11 Jan 2012 20:37:04 -0000 1.83
23 +++ ChangeLog 11 Jan 2012 20:38:34 -0000 1.84
24 @@ -1,6 +1,9 @@
25 # ChangeLog for x11-libs/libxcb
26 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/ChangeLog,v 1.83 2012/01/11 20:37:04 mattst88 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/ChangeLog,v 1.84 2012/01/11 20:38:34 mattst88 Exp $
29 +
30 + 11 Jan 2012; Matt Turner <mattst88@g.o> libxcb-1.8.ebuild:
31 + Bump dependency to xcb-proto-1.7.
32
33 *libxcb-1.8 (11 Jan 2012)
34
35
36
37
38 1.2 x11-libs/libxcb/libxcb-1.8.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxcb/libxcb-1.8.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxcb/libxcb-1.8.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxcb/libxcb-1.8.ebuild?r1=1.1&r2=1.2
43
44 Index: libxcb-1.8.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libxcb/libxcb-1.8.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- libxcb-1.8.ebuild 11 Jan 2012 20:37:04 -0000 1.1
51 +++ libxcb-1.8.ebuild 11 Jan 2012 20:38:34 -0000 1.2
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2012 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/libxcb-1.8.ebuild,v 1.1 2012/01/11 20:37:04 mattst88 Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/libxcb-1.8.ebuild,v 1.2 2012/01/11 20:38:34 mattst88 Exp $
57
58 EAPI=3
59
60 @@ -18,7 +18,7 @@
61 RDEPEND="x11-libs/libXau
62 x11-libs/libXdmcp
63 dev-libs/libpthread-stubs
64 - >=x11-proto/xcb-proto-1.6"
65 + >=x11-proto/xcb-proto-1.7"
66 DEPEND="${RDEPEND}
67 doc? ( app-doc/doxygen )
68 dev-libs/libxslt