Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/xdvik: ChangeLog xdvik-22.84.16.ebuild
Date: Mon, 26 Apr 2010 09:55:13
Message-Id: 20100426095510.5A43B2C04C@corvid.gentoo.org
1 ssuominen 10/04/26 09:55:10
2
3 Modified: ChangeLog xdvik-22.84.16.ebuild
4 Log:
5 Fix parallel make failure wrt #293541 by Ed Catmur.
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.67 app-text/xdvik/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/xdvik/ChangeLog?rev=1.67&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/xdvik/ChangeLog?rev=1.67&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/xdvik/ChangeLog?r1=1.66&r2=1.67
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-text/xdvik/ChangeLog,v
18 retrieving revision 1.66
19 retrieving revision 1.67
20 diff -u -r1.66 -r1.67
21 --- ChangeLog 22 Feb 2010 20:48:29 -0000 1.66
22 +++ ChangeLog 26 Apr 2010 09:55:10 -0000 1.67
23 @@ -1,6 +1,10 @@
24 # ChangeLog for app-text/xdvik
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/ChangeLog,v 1.66 2010/02/22 20:48:29 abcd Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/ChangeLog,v 1.67 2010/04/26 09:55:10 ssuominen Exp $
28 +
29 + 26 Apr 2010; Samuli Suominen <ssuominen@g.o> xdvik-22.84.16.ebuild,
30 + +files/xdvik-22.84.16-parallel_make.patch:
31 + Fix parallel make failure wrt #293541 by Ed Catmur.
32
33 22 Feb 2010; Jonathan Callen <abcd@g.o> xdvik-22.84.16.ebuild:
34 Add prefix keywords, support; bump EAPI
35
36
37
38 1.4 app-text/xdvik/xdvik-22.84.16.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/xdvik/xdvik-22.84.16.ebuild?rev=1.4&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/xdvik/xdvik-22.84.16.ebuild?rev=1.4&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/xdvik/xdvik-22.84.16.ebuild?r1=1.3&r2=1.4
43
44 Index: xdvik-22.84.16.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/app-text/xdvik/xdvik-22.84.16.ebuild,v
47 retrieving revision 1.3
48 retrieving revision 1.4
49 diff -u -r1.3 -r1.4
50 --- xdvik-22.84.16.ebuild 22 Feb 2010 20:48:29 -0000 1.3
51 +++ xdvik-22.84.16.ebuild 26 Apr 2010 09:55:10 -0000 1.4
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2010 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/xdvik-22.84.16.ebuild,v 1.3 2010/02/22 20:48:29 abcd Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/xdvik-22.84.16.ebuild,v 1.4 2010/04/26 09:55:10 ssuominen Exp $
57
58 EAPI=3
59
60 @@ -29,8 +29,9 @@
61 S=${WORKDIR}/${P}/texk/xdvik
62
63 src_prepare() {
64 - epatch "${FILESDIR}/${P}-open-mode.patch"
65 - epatch "${FILESDIR}/${P}-cvararg.patch"
66 + epatch "${FILESDIR}"/${P}-open-mode.patch \
67 + "${FILESDIR}"/${P}-cvararg.patch \
68 + "${FILESDIR}"/${P}-parallel_make.patch
69 # Make sure system kpathsea headers are used
70 cd "${WORKDIR}/${P}/texk/kpathsea"
71 for i in *.h ; do echo "#include_next \"$i\"" > $i; done