Gentoo Archives: gentoo-commits

From: "Keri Harris (keri)" <keri@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/mozart: ChangeLog mozart-1.4.0.ebuild
Date: Thu, 26 Aug 2010 07:29:09
Message-Id: 20100826072904.13BEF2004E@flycatcher.gentoo.org
1 keri 10/08/26 07:29:04
2
3 Modified: ChangeLog mozart-1.4.0.ebuild
4 Log:
5 Mozart ozbison QA tidyups; mention Mozart tests can only be run single-threaded
6 (Portage version: 2.1.8.3/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.28 dev-lang/mozart/ChangeLog
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/mozart/ChangeLog?rev=1.28&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/mozart/ChangeLog?rev=1.28&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/mozart/ChangeLog?r1=1.27&r2=1.28
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-lang/mozart/ChangeLog,v
18 retrieving revision 1.27
19 retrieving revision 1.28
20 diff -u -r1.27 -r1.28
21 --- ChangeLog 25 Aug 2010 19:06:53 -0000 1.27
22 +++ ChangeLog 26 Aug 2010 07:29:03 -0000 1.28
23 @@ -1,6 +1,11 @@
24 # ChangeLog for dev-lang/mozart
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/mozart/ChangeLog,v 1.27 2010/08/25 19:06:53 keri Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mozart/ChangeLog,v 1.28 2010/08/26 07:29:03 keri Exp $
28 +
29 + 26 Aug 2010; <keri@g.o> mozart-1.4.0.ebuild,
30 + +files/mozart-1.4.0-ozbison-string.patch:
31 + Mozart ozbison QA tidyups; mention Mozart tests can only be run
32 + single-threaded
33
34 25 Aug 2010; <keri@g.o> mozart-1.4.0.ebuild,
35 +files/mozart-1.4.0-dss-ldflags.patch:
36
37
38
39 1.9 dev-lang/mozart/mozart-1.4.0.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/mozart/mozart-1.4.0.ebuild?rev=1.9&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/mozart/mozart-1.4.0.ebuild?rev=1.9&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/mozart/mozart-1.4.0.ebuild?r1=1.8&r2=1.9
44
45 Index: mozart-1.4.0.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-lang/mozart/mozart-1.4.0.ebuild,v
48 retrieving revision 1.8
49 retrieving revision 1.9
50 diff -u -r1.8 -r1.9
51 --- mozart-1.4.0.ebuild 25 Aug 2010 19:06:53 -0000 1.8
52 +++ mozart-1.4.0.ebuild 26 Aug 2010 07:29:03 -0000 1.9
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2010 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/mozart/mozart-1.4.0.ebuild,v 1.8 2010/08/25 19:06:53 keri Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mozart/mozart-1.4.0.ebuild,v 1.9 2010/08/26 07:29:03 keri Exp $
58
59 inherit elisp-common eutils
60
61 @@ -48,6 +48,7 @@
62 epatch "${FILESDIR}"/${P}-dss-pic.patch
63 epatch "${FILESDIR}"/${P}-dss-ldflags.patch
64 epatch "${FILESDIR}"/${P}-dss-libpath.patch
65 + epatch "${FILESDIR}"/${P}-ozbison-string.patch
66 epatch "${FILESDIR}"/${P}-nostrip.patch
67 }
68
69 @@ -79,6 +80,7 @@
70 }
71
72 src_test() {
73 + # Mozart tests must be run single-threaded
74 cd "${S}"/share/test
75 emake -j1 boot-oztest || die "emake boot-oztest failed"
76 emake -j1 boot-check || die "emake boot-check failed"