Gentoo Archives: gentoo-commits

From: "Sebastien Fabbro (bicatali)" <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-mathematics/maxima: maxima-5.13.0.ebuild
Date: Sat, 15 Sep 2007 19:38:05
Message-Id: E1IWdLg-0001Sd-Oz@stork.gentoo.org
1 bicatali 07/09/15 19:30:36
2
3 Modified: maxima-5.13.0.ebuild
4 Log:
5 fixed syntax error
6 (Portage version: 2.1.2.12)
7
8 Revision Changes Path
9 1.4 sci-mathematics/maxima/maxima-5.13.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/maxima/maxima-5.13.0.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/maxima/maxima-5.13.0.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/maxima/maxima-5.13.0.ebuild?r1=1.3&r2=1.4
14
15 Index: maxima-5.13.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/maxima-5.13.0.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- maxima-5.13.0.ebuild 14 Sep 2007 08:35:10 -0000 1.3
22 +++ maxima-5.13.0.ebuild 15 Sep 2007 19:30:36 -0000 1.4
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/sci-mathematics/maxima/maxima-5.13.0.ebuild,v 1.3 2007/09/14 08:35:10 bicatali Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/maxima-5.13.0.ebuild,v 1.4 2007/09/15 19:30:36 bicatali Exp $
28
29 inherit eutils elisp-common autotools
30
31 @@ -100,7 +100,7 @@
32 eautoreconf
33
34 # remove rmaxima if neither cmucl nor sbcl
35 - if !use sbcl && ! use cmucl && [[ -z ${ENABLE_SBCL} ]]; then
36 + if ! use sbcl && ! use cmucl && [[ -z ${ENABLE_SBCL} ]]; then
37 sed -i \
38 -e '/^@WIN32_FALSE@bin_SCRIPTS/s/rmaxima//' \
39 src/Makefile.in || die "sed for rmaxima failed"
40
41
42
43 --
44 gentoo-commits@g.o mailing list