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: mozart-1.3.2.ebuild ChangeLog
Date: Sat, 29 Sep 2007 05:58:44
Message-Id: E1IbVD8-0006PW-LH@stork.gentoo.org
1 keri 07/09/29 05:49:54
2
3 Modified: mozart-1.3.2.ebuild ChangeLog
4 Log:
5 Handle fpe in ri contrib package. Closes #193683
6 (Portage version: 2.1.3.9)
7
8 Revision Changes Path
9 1.6 dev-lang/mozart/mozart-1.3.2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mozart/mozart-1.3.2.ebuild?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mozart/mozart-1.3.2.ebuild?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mozart/mozart-1.3.2.ebuild?r1=1.5&r2=1.6
14
15 Index: mozart-1.3.2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-lang/mozart/mozart-1.3.2.ebuild,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- mozart-1.3.2.ebuild 17 Feb 2007 20:48:41 -0000 1.5
22 +++ mozart-1.3.2.ebuild 29 Sep 2007 05:49:54 -0000 1.6
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/mozart/mozart-1.3.2.ebuild,v 1.5 2007/02/17 20:48:41 keri Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mozart/mozart-1.3.2.ebuild,v 1.6 2007/09/29 05:49:54 keri Exp $
28
29 inherit eutils
30
31 @@ -38,6 +38,7 @@
32 epatch "${FILESDIR}"/${P}-gcc4.patch
33 epatch "${FILESDIR}"/${P}-nostrip.patch
34 epatch "${FILESDIR}"/${P}-ozplatform.patch
35 + epatch "${FILESDIR}"/${P}-ri-fpe.patch
36 }
37
38 src_compile() {
39
40
41
42 1.8 dev-lang/mozart/ChangeLog
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mozart/ChangeLog?rev=1.8&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mozart/ChangeLog?rev=1.8&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mozart/ChangeLog?r1=1.7&r2=1.8
47
48 Index: ChangeLog
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/dev-lang/mozart/ChangeLog,v
51 retrieving revision 1.7
52 retrieving revision 1.8
53 diff -u -r1.7 -r1.8
54 --- ChangeLog 17 Feb 2007 20:48:41 -0000 1.7
55 +++ ChangeLog 29 Sep 2007 05:49:54 -0000 1.8
56 @@ -1,6 +1,10 @@
57 # ChangeLog for dev-lang/mozart
58 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
59 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/mozart/ChangeLog,v 1.7 2007/02/17 20:48:41 keri Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mozart/ChangeLog,v 1.8 2007/09/29 05:49:54 keri Exp $
61 +
62 + 29 Sep 2007; keri <keri@g.o> +files/mozart-1.3.2-ri-fpe.patch,
63 + mozart-1.3.2.ebuild:
64 + Handle fpe in ri contrib package. Closes bug #193683 reported by kaouete
65
66 17 Feb 2007; keri <keri@g.o> files/mozart-1.3.2-contrib.patch,
67 files/mozart-1.3.2-portage.patch, mozart-1.3.2.ebuild:
68
69
70
71 --
72 gentoo-commits@g.o mailing list