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/maxima: maxima-5.36.1.ebuild ChangeLog
Date: Sun, 03 May 2015 04:19:38
Message-Id: 20150503041929.937A99CB@oystercatcher.gentoo.org
1 grozin 15/05/03 04:19:28
2
3 Modified: maxima-5.36.1.ebuild ChangeLog
4 Log:
5 sys-proclaim is now on unconditionally, closing #548060
6
7 (Portage version: 2.2.18/cvs/Linux i686, signed Manifest commit with key 0x3AFFCE974D34BD8C!)
8
9 Revision Changes Path
10 1.2 sci-mathematics/maxima/maxima-5.36.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/maxima/maxima-5.36.1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/maxima/maxima-5.36.1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/maxima/maxima-5.36.1.ebuild?r1=1.1&r2=1.2
15
16 Index: maxima-5.36.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/maxima-5.36.1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- maxima-5.36.1.ebuild 1 May 2015 15:16:45 -0000 1.1
23 +++ maxima-5.36.1.ebuild 3 May 2015 04:19:28 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2015 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/maxima-5.36.1.ebuild,v 1.1 2015/05/01 15:16:45 grozin Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/maxima-5.36.1.ebuild,v 1.2 2015/05/03 04:19:28 grozin Exp $
29
30 EAPI=5
31
32 @@ -116,9 +116,6 @@
33 fi
34 done
35
36 - # this file is wrong in 5.35.1
37 - rm -f src/sys-proclaim.lisp
38 -
39 # bug #343331
40 rm share/Makefile.in || die
41 rm src/Makefile.in || die
42 @@ -147,8 +144,7 @@
43 done
44 fi
45
46 - # re-generate sys-proclaim.lisp (only affects gcl)
47 - econf ${CONFS} --enable-sys-proclaim $(use_with tk wish) --with-lispdir="${SITELISP}"/${PN}
48 + econf ${CONFS} $(use_with tk wish) --with-lispdir="${SITELISP}"/${PN}
49 }
50
51 src_install() {
52
53
54
55 1.123 sci-mathematics/maxima/ChangeLog
56
57 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/maxima/ChangeLog?rev=1.123&view=markup
58 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/maxima/ChangeLog?rev=1.123&content-type=text/plain
59 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/maxima/ChangeLog?r1=1.122&r2=1.123
60
61 Index: ChangeLog
62 ===================================================================
63 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/ChangeLog,v
64 retrieving revision 1.122
65 retrieving revision 1.123
66 diff -u -r1.122 -r1.123
67 --- ChangeLog 1 May 2015 15:16:45 -0000 1.122
68 +++ ChangeLog 3 May 2015 04:19:28 -0000 1.123
69 @@ -1,6 +1,9 @@
70 # ChangeLog for sci-mathematics/maxima
71 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
72 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/ChangeLog,v 1.122 2015/05/01 15:16:45 grozin Exp $
73 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/ChangeLog,v 1.123 2015/05/03 04:19:28 grozin Exp $
74 +
75 + 03 May 2015; Andrey Grozin <grozin@g.o> maxima-5.36.1.ebuild:
76 + sys-proclaim is now on unconditionally, closing #548060
77
78 *maxima-5.36.1 (01 May 2015)