Gentoo Archives: gentoo-commits

From: "Andrey Grozin (grozin)" <grozin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-mathematics/fricas: fricas-1.1.2.ebuild fricas-1.1.1.ebuild ChangeLog
Date: Thu, 28 Apr 2011 20:56:46
Message-Id: 20110428205635.1B46120054@flycatcher.gentoo.org
1 grozin 11/04/28 20:56:35
2
3 Modified: fricas-1.1.2.ebuild fricas-1.1.1.ebuild ChangeLog
4 Log:
5 Depends on >=cmucl-20b
6
7 (Portage version: 2.2.0_alpha30/cvs/Linux i686)
8
9 Revision Changes Path
10 1.2 sci-mathematics/fricas/fricas-1.1.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/fricas/fricas-1.1.2.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/fricas/fricas-1.1.2.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/fricas/fricas-1.1.2.ebuild?r1=1.1&r2=1.2
15
16 Index: fricas-1.1.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/fricas/fricas-1.1.2.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- fricas-1.1.2.ebuild 27 Mar 2011 21:43:04 -0000 1.1
23 +++ fricas-1.1.2.ebuild 28 Apr 2011 20:56:34 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/fricas/fricas-1.1.2.ebuild,v 1.1 2011/03/27 21:43:04 grozin Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/fricas/fricas-1.1.2.ebuild,v 1.2 2011/04/28 20:56:34 grozin Exp $
29 EAPI=2
30 inherit multilib elisp-common
31
32 @@ -12,11 +12,11 @@
33 KEYWORDS="~amd64 ~x86"
34
35 # Supported lisps, number 0 is the default
36 -LISPS=( sbcl cmucl gcl ecl clisp clozurecl )
37 +LISPS=( sbcl cmucl gcl ecl clisp clozurecl )
38 # . means just dev-lisp/${LISP}; foo-x.y.z means >=dev-lisp/foo-x.y.z
39 -DEPS=( . . . ecls-9 . . )
40 +DEPS=( . cmucl-20b . ecls-9 . . )
41 # command name: . means just ${LISP}
42 -COMS=( . lisp . . . ccl )
43 +COMS=( . lisp . . . ccl )
44
45 IUSE="${LISPS[*]} X emacs gmp"
46 RDEPEND="X? ( x11-libs/libXpm x11-libs/libICE )
47
48
49
50 1.2 sci-mathematics/fricas/fricas-1.1.1.ebuild
51
52 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/fricas/fricas-1.1.1.ebuild?rev=1.2&view=markup
53 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/fricas/fricas-1.1.1.ebuild?rev=1.2&content-type=text/plain
54 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/fricas/fricas-1.1.1.ebuild?r1=1.1&r2=1.2
55
56 Index: fricas-1.1.1.ebuild
57 ===================================================================
58 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/fricas/fricas-1.1.1.ebuild,v
59 retrieving revision 1.1
60 retrieving revision 1.2
61 diff -u -r1.1 -r1.2
62 --- fricas-1.1.1.ebuild 19 Nov 2010 08:30:54 -0000 1.1
63 +++ fricas-1.1.1.ebuild 28 Apr 2011 20:56:34 -0000 1.2
64 @@ -1,6 +1,6 @@
65 -# Copyright 1999-2010 Gentoo Foundation
66 +# Copyright 1999-2011 Gentoo Foundation
67 # Distributed under the terms of the GNU General Public License v2
68 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/fricas/fricas-1.1.1.ebuild,v 1.1 2010/11/19 08:30:54 grozin Exp $
69 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/fricas/fricas-1.1.1.ebuild,v 1.2 2011/04/28 20:56:34 grozin Exp $
70 EAPI=2
71 inherit multilib elisp-common
72
73 @@ -12,11 +12,11 @@
74 KEYWORDS="~amd64 ~x86"
75
76 # Supported lisps, number 0 is the default
77 -LISPS=( sbcl cmucl gcl ecl clisp clozurecl )
78 +LISPS=( sbcl cmucl gcl ecl clisp clozurecl )
79 # . means just dev-lisp/${LISP}; foo-x.y.z means >=dev-lisp/foo-x.y.z
80 -DEPS=( . . . ecls-9 . . )
81 +DEPS=( . cmucl-20b . ecls-9 . . )
82 # command name: . means just ${LISP}
83 -COMS=( . lisp . . . ccl )
84 +COMS=( . lisp . . . ccl )
85
86 IUSE="${LISPS[*]} X emacs gmp"
87 RDEPEND="X? ( x11-libs/libXpm x11-libs/libICE )
88
89
90
91 1.9 sci-mathematics/fricas/ChangeLog
92
93 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/fricas/ChangeLog?rev=1.9&view=markup
94 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/fricas/ChangeLog?rev=1.9&content-type=text/plain
95 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/fricas/ChangeLog?r1=1.8&r2=1.9
96
97 Index: ChangeLog
98 ===================================================================
99 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/fricas/ChangeLog,v
100 retrieving revision 1.8
101 retrieving revision 1.9
102 diff -u -r1.8 -r1.9
103 --- ChangeLog 27 Mar 2011 21:43:04 -0000 1.8
104 +++ ChangeLog 28 Apr 2011 20:56:34 -0000 1.9
105 @@ -1,6 +1,10 @@
106 # ChangeLog for sci-mathematics/fricas
107 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
108 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/fricas/ChangeLog,v 1.8 2011/03/27 21:43:04 grozin Exp $
109 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/fricas/ChangeLog,v 1.9 2011/04/28 20:56:34 grozin Exp $
110 +
111 + 29 Apr 2011; Andrey Grozin <grozin@g.o> fricas-1.1.1.ebuild,
112 + fricas-1.1.2.ebuild:
113 + Depends on >=cmucl-20b
114
115 *fricas-1.1.2 (27 Mar 2011)