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/glamor: glamor-0.6.0.ebuild ChangeLog
Date: Thu, 27 Mar 2014 21:27:09
Message-Id: 20140327212703.96C152004F@flycatcher.gentoo.org
1 chithanh 14/03/27 21:27:03
2
3 Modified: glamor-0.6.0.ebuild ChangeLog
4 Log:
5 Work around parallel install failure, bug #488124.
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.4 x11-libs/glamor/glamor-0.6.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/glamor/glamor-0.6.0.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/glamor/glamor-0.6.0.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/glamor/glamor-0.6.0.ebuild?r1=1.3&r2=1.4
15
16 Index: glamor-0.6.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-libs/glamor/glamor-0.6.0.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- glamor-0.6.0.ebuild 27 Mar 2014 11:06:45 -0000 1.3
23 +++ glamor-0.6.0.ebuild 27 Mar 2014 21:27:03 -0000 1.4
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/glamor/glamor-0.6.0.ebuild,v 1.3 2014/03/27 11:06:45 ago Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/glamor/glamor-0.6.0.ebuild,v 1.4 2014/03/27 21:27:03 chithanh Exp $
29
30 EAPI=5
31
32 @@ -10,7 +10,7 @@
33 XORG_MODULE_REBUILD=yes
34 S=${WORKDIR}/${PN}-egl-${PV}
35
36 -inherit xorg-2 toolchain-funcs
37 +inherit autotools-utils xorg-2 toolchain-funcs
38
39 DESCRIPTION="OpenGL based 2D rendering acceleration library"
40 SRC_URI="${XORG_BASE_INDIVIDUAL_URI}/${XORG_MODULE}${PN}-egl-${PV}.tar.bz2"
41 @@ -46,3 +46,8 @@
42 append-ldflags -Wl,-z,lazy
43 fi
44 }
45 +
46 +src_install() {
47 + # workaround parallel install failure, bug #488124.
48 + autotools-utils_src_install -j1
49 +}
50
51
52
53 1.29 x11-libs/glamor/ChangeLog
54
55 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/glamor/ChangeLog?rev=1.29&view=markup
56 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/glamor/ChangeLog?rev=1.29&content-type=text/plain
57 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/glamor/ChangeLog?r1=1.28&r2=1.29
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/x11-libs/glamor/ChangeLog,v
62 retrieving revision 1.28
63 retrieving revision 1.29
64 diff -u -r1.28 -r1.29
65 --- ChangeLog 27 Mar 2014 11:06:45 -0000 1.28
66 +++ ChangeLog 27 Mar 2014 21:27:03 -0000 1.29
67 @@ -1,6 +1,10 @@
68 # ChangeLog for x11-libs/glamor
69 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/glamor/ChangeLog,v 1.28 2014/03/27 11:06:45 ago Exp $
71 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/glamor/ChangeLog,v 1.29 2014/03/27 21:27:03 chithanh Exp $
72 +
73 + 27 Mar 2014; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
74 + glamor-0.6.0.ebuild:
75 + Work around parallel install failure, bug #488124.
76
77 27 Mar 2014; Agostino Sarubbo <ago@g.o> glamor-0.6.0.ebuild:
78 Stable for amd64, wrt bug #500368