Gentoo Archives: gentoo-commits

From: "Chi-Thanh Christopher Nguyen (chithanh)" <chithanh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/xcb-util-image: xcb-util-image-0.3.9.ebuild ChangeLog
Date: Mon, 04 Nov 2013 00:28:40
Message-Id: 20131104002833.89DE12004E@flycatcher.gentoo.org
1 chithanh 13/11/04 00:28:33
2
3 Modified: xcb-util-image-0.3.9.ebuild ChangeLog
4 Log:
5 Add patch for build error, bug #423909.
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.10 x11-libs/xcb-util-image/xcb-util-image-0.3.9.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/xcb-util-image/xcb-util-image-0.3.9.ebuild?rev=1.10&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/xcb-util-image/xcb-util-image-0.3.9.ebuild?rev=1.10&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/xcb-util-image/xcb-util-image-0.3.9.ebuild?r1=1.9&r2=1.10
15
16 Index: xcb-util-image-0.3.9.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-libs/xcb-util-image/xcb-util-image-0.3.9.ebuild,v
19 retrieving revision 1.9
20 retrieving revision 1.10
21 diff -u -r1.9 -r1.10
22 --- xcb-util-image-0.3.9.ebuild 23 Feb 2013 02:48:33 -0000 1.9
23 +++ xcb-util-image-0.3.9.ebuild 4 Nov 2013 00:28:33 -0000 1.10
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/xcb-util-image/xcb-util-image-0.3.9.ebuild,v 1.9 2013/02/23 02:48:33 zmedico Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xcb-util-image/xcb-util-image-0.3.9.ebuild,v 1.10 2013/11/04 00:28:33 chithanh Exp $
29
30 EAPI=4
31
32 @@ -24,6 +24,10 @@
33 >=dev-util/gperf-3.0.1
34 test? ( >=dev-libs/check-0.9.4 )"
35
36 +PATCHES=(
37 + "${FILESDIR}"/${P}-return-type.patch
38 +)
39 +
40 pkg_setup() {
41 XORG_CONFIGURE_OPTIONS=(
42 $(use_with doc doxygen)
43
44
45
46 1.19 x11-libs/xcb-util-image/ChangeLog
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/xcb-util-image/ChangeLog?rev=1.19&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/xcb-util-image/ChangeLog?rev=1.19&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/xcb-util-image/ChangeLog?r1=1.18&r2=1.19
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/x11-libs/xcb-util-image/ChangeLog,v
55 retrieving revision 1.18
56 retrieving revision 1.19
57 diff -u -r1.18 -r1.19
58 --- ChangeLog 23 Feb 2013 02:48:33 -0000 1.18
59 +++ ChangeLog 4 Nov 2013 00:28:33 -0000 1.19
60 @@ -1,6 +1,10 @@
61 # ChangeLog for x11-libs/xcb-util-image
62 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/xcb-util-image/ChangeLog,v 1.18 2013/02/23 02:48:33 zmedico Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xcb-util-image/ChangeLog,v 1.19 2013/11/04 00:28:33 chithanh Exp $
65 +
66 + 04 Nov 2013; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
67 + +files/xcb-util-image-0.3.9-return-type.patch, xcb-util-image-0.3.9.ebuild:
68 + Add patch for build error, bug #423909.
69
70 23 Feb 2013; Zac Medico <zmedico@g.o> xcb-util-image-0.3.9.ebuild:
71 Add ~arm-linux keyword.