Gentoo Archives: gentoo-commits

From: "Markus Dittrich (markusle)" <markusle@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-mathematics/scilab: scilab-4.1.ebuild scilab-4.1.1.ebuild ChangeLog
Date: Wed, 09 Jan 2008 03:04:15
Message-Id: E1JCREg-0005qH-Ua@stork.gentoo.org
1 markusle 08/01/09 03:04:10
2
3 Modified: scilab-4.1.ebuild scilab-4.1.1.ebuild ChangeLog
4 Log:
5 Fixed remaining QA issues caused by implicit declarations (fixes #204875).
6 (Portage version: 2.1.4_rc14)
7
8 Revision Changes Path
9 1.7 sci-mathematics/scilab/scilab-4.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/scilab/scilab-4.1.ebuild?rev=1.7&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/scilab/scilab-4.1.ebuild?rev=1.7&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/scilab/scilab-4.1.ebuild?r1=1.6&r2=1.7
14
15 Index: scilab-4.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/scilab/scilab-4.1.ebuild,v
18 retrieving revision 1.6
19 retrieving revision 1.7
20 diff -u -r1.6 -r1.7
21 --- scilab-4.1.ebuild 20 Oct 2007 09:58:24 -0000 1.6
22 +++ scilab-4.1.ebuild 9 Jan 2008 03:04:10 -0000 1.7
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/scilab/scilab-4.1.ebuild,v 1.6 2007/10/20 09:58:24 markusle Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/scilab/scilab-4.1.ebuild,v 1.7 2008/01/09 03:04:10 markusle Exp $
29
30 inherit eutils fortran toolchain-funcs multilib autotools java-pkg-opt-2
31
32 @@ -91,7 +91,6 @@
33 }
34
35 src_compile() {
36 - cd "${S}"
37 local myopts
38 myopts="${myopts} --with-atlas-library=/usr/$(get_libdir)"
39
40
41
42
43 1.6 sci-mathematics/scilab/scilab-4.1.1.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/scilab/scilab-4.1.1.ebuild?rev=1.6&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/scilab/scilab-4.1.1.ebuild?rev=1.6&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/scilab/scilab-4.1.1.ebuild?r1=1.5&r2=1.6
48
49 Index: scilab-4.1.1.ebuild
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/scilab/scilab-4.1.1.ebuild,v
52 retrieving revision 1.5
53 retrieving revision 1.6
54 diff -u -r1.5 -r1.6
55 --- scilab-4.1.1.ebuild 20 Oct 2007 09:58:24 -0000 1.5
56 +++ scilab-4.1.1.ebuild 9 Jan 2008 03:04:10 -0000 1.6
57 @@ -1,6 +1,6 @@
58 -# Copyright 1999-2007 Gentoo Foundation
59 +# Copyright 1999-2008 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/scilab/scilab-4.1.1.ebuild,v 1.5 2007/10/20 09:58:24 markusle Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/scilab/scilab-4.1.1.ebuild,v 1.6 2008/01/09 03:04:10 markusle Exp $
63
64 inherit eutils fortran toolchain-funcs multilib autotools java-pkg-opt-2
65
66 @@ -77,7 +77,6 @@
67 }
68
69 src_compile() {
70 - cd "${S}"
71 local myopts
72 myopts="${myopts} --with-atlas-library=/usr/$(get_libdir)"
73
74
75
76
77 1.40 sci-mathematics/scilab/ChangeLog
78
79 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/scilab/ChangeLog?rev=1.40&view=markup
80 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/scilab/ChangeLog?rev=1.40&content-type=text/plain
81 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/scilab/ChangeLog?r1=1.39&r2=1.40
82
83 Index: ChangeLog
84 ===================================================================
85 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/scilab/ChangeLog,v
86 retrieving revision 1.39
87 retrieving revision 1.40
88 diff -u -r1.39 -r1.40
89 --- ChangeLog 20 Oct 2007 09:58:24 -0000 1.39
90 +++ ChangeLog 9 Jan 2008 03:04:10 -0000 1.40
91 @@ -1,6 +1,11 @@
92 # ChangeLog for sci-mathematics/scilab
93 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
94 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/scilab/ChangeLog,v 1.39 2007/10/20 09:58:24 markusle Exp $
95 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
96 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/scilab/ChangeLog,v 1.40 2008/01/09 03:04:10 markusle Exp $
97 +
98 + 09 Jan 2008; Markus Dittrich <markusle@g.o>
99 + files/scilab-4.1-header-fix.patch:
100 + Fixed remaining QA issues caused by implicit declarations
101 + (fixes #204875).
102
103 20 Oct 2007; Markus Dittrich <markusle@g.o> scilab-4.0.ebuild,
104 scilab-4.1.ebuild, scilab-4.1.1.ebuild:
105
106
107
108 --
109 gentoo-commits@l.g.o mailing list