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: ChangeLog scilab-4.1.2.ebuild
Date: Wed, 06 Feb 2008 17:02:23
Message-Id: E1JMnfA-0000Hg-Kt@stork.gentoo.org
1 markusle 08/02/06 17:02:20
2
3 Modified: ChangeLog scilab-4.1.2.ebuild
4 Log:
5 Added missing tools needed to build code inside scilab (fixes bug #208867).
6 (Portage version: 2.1.4.1)
7
8 Revision Changes Path
9 1.42 sci-mathematics/scilab/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/scilab/ChangeLog?rev=1.42&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/scilab/ChangeLog?rev=1.42&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/scilab/ChangeLog?r1=1.41&r2=1.42
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/scilab/ChangeLog,v
18 retrieving revision 1.41
19 retrieving revision 1.42
20 diff -u -r1.41 -r1.42
21 --- ChangeLog 19 Jan 2008 13:00:52 -0000 1.41
22 +++ ChangeLog 6 Feb 2008 17:02:20 -0000 1.42
23 @@ -1,6 +1,11 @@
24 # ChangeLog for sci-mathematics/scilab
25 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/scilab/ChangeLog,v 1.41 2008/01/19 13:00:52 markusle Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/scilab/ChangeLog,v 1.42 2008/02/06 17:02:20 markusle Exp $
28 +
29 + 06 Feb 2008; Markus Dittrich <markusle@g.o> scilab-4.1.2.ebuild:
30 + Added missing tools needed to build code inside scilab
31 + (fixes bug #208867). Thanks much to Daa Jaa <daajaa@×××××.com> for the
32 + fix.
33
34 *scilab-4.1.2 (19 Jan 2008)
35
36
37
38
39 1.2 sci-mathematics/scilab/scilab-4.1.2.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/scilab/scilab-4.1.2.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/scilab/scilab-4.1.2.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/scilab/scilab-4.1.2.ebuild?r1=1.1&r2=1.2
44
45 Index: scilab-4.1.2.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/scilab/scilab-4.1.2.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- scilab-4.1.2.ebuild 19 Jan 2008 13:00:52 -0000 1.1
52 +++ scilab-4.1.2.ebuild 6 Feb 2008 17:02:20 -0000 1.2
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2008 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/scilab/scilab-4.1.2.ebuild,v 1.1 2008/01/19 13:00:52 markusle Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/scilab/scilab-4.1.2.ebuild,v 1.2 2008/02/06 17:02:20 markusle Exp $
58
59 inherit eutils fortran toolchain-funcs multilib autotools java-pkg-opt-2
60
61 @@ -113,6 +113,12 @@
62 insinto /usr/$(get_libdir)/${P}
63 doins Makefile.incl || die "failed to install Makefile.incl"
64
65 + exeinto /usr/$(get_libdir)/${P}
66 + doexe libtool || die "failed to install libtool"
67 +
68 + insinto /usr/$(get_libdir)/${P}/config
69 + doins config/Makeso.incl || die "failed to install Makeso.incl"
70 +
71 # The compile and install process causes the work folder
72 # to be registered as the runtime folder in many files.
73 # This is corrected here.
74
75
76
77 --
78 gentoo-commits@l.g.o mailing list