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.14.0.ebuild ChangeLog
Date: Sat, 02 Feb 2008 15:39:35
Message-Id: E1JLKSp-0006GO-Su@stork.gentoo.org
1 bicatali 08/02/02 15:39:31
2
3 Modified: maxima-5.14.0.ebuild ChangeLog
4 Log:
5 Fixed default lisp dependency (bug #208515)
6 (Portage version: 2.1.4)
7
8 Revision Changes Path
9 1.3 sci-mathematics/maxima/maxima-5.14.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/maxima/maxima-5.14.0.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/maxima/maxima-5.14.0.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/maxima/maxima-5.14.0.ebuild?r1=1.2&r2=1.3
14
15 Index: maxima-5.14.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/maxima-5.14.0.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- maxima-5.14.0.ebuild 30 Jan 2008 10:22:29 -0000 1.2
22 +++ maxima-5.14.0.ebuild 2 Feb 2008 15:39:31 -0000 1.3
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 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.14.0.ebuild,v 1.2 2008/01/30 10:22:29 bicatali Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/maxima-5.14.0.ebuild,v 1.3 2008/02/02 15:39:31 bicatali Exp $
28 inherit eutils elisp-common
29
30 DESCRIPTION="Free computer algebra environment based on Macsyma"
31 @@ -42,6 +42,7 @@
32 RDEPEND="${RDEPEND} ${LISP}? ( dev-lisp/${LISP} )"
33 DEF_DEP="${DEF_DEP} !${LISP}? ( "
34 done
35 +DEF_DEP="${DEF_DEP} dev-lisp/${DEF_LISP}"
36 for LISP in ${SUPP_NORL}; do
37 RDEPEND="${RDEPEND} ${LISP}? ( app-misc/rlwrap )"
38 [[ ${LISP} = ${DEF_LISP} ]] && \
39
40
41
42 1.48 sci-mathematics/maxima/ChangeLog
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/maxima/ChangeLog?rev=1.48&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/maxima/ChangeLog?rev=1.48&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/maxima/ChangeLog?r1=1.47&r2=1.48
47
48 Index: ChangeLog
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/ChangeLog,v
51 retrieving revision 1.47
52 retrieving revision 1.48
53 diff -u -r1.47 -r1.48
54 --- ChangeLog 29 Jan 2008 16:50:38 -0000 1.47
55 +++ ChangeLog 2 Feb 2008 15:39:31 -0000 1.48
56 @@ -1,6 +1,9 @@
57 # ChangeLog for sci-mathematics/maxima
58 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
59 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/ChangeLog,v 1.47 2008/01/29 16:50:38 bicatali Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/ChangeLog,v 1.48 2008/02/02 15:39:31 bicatali Exp $
61 +
62 + 02 Feb 2008; Sébastien Fabbro <bicatali@g.o> maxima-5.14.0.ebuild:
63 + Fixed default lisp dependency (bug #208515)
64
65 *maxima-5.14.0 (29 Jan 2008)
66
67
68
69
70 --
71 gentoo-commits@l.g.o mailing list