Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-mathematics/maxima: ChangeLog maxima-5.20.1-r2.ebuild
Date: Sun, 31 Oct 2010 19:17:45
Message-Id: 20101031191741.4A09620051@flycatcher.gentoo.org
1 grobian 10/10/31 19:17:41
2
3 Modified: ChangeLog maxima-5.20.1-r2.ebuild
4 Log:
5 Backport Prefix changes to 5.20.1-r2, keyworded appropriately, bug #341987
6
7 (Portage version: 2.2.01.17133-prefix/cvs/Darwin powerpc)
8
9 Revision Changes Path
10 1.83 sci-mathematics/maxima/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/maxima/ChangeLog?rev=1.83&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/maxima/ChangeLog?rev=1.83&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/maxima/ChangeLog?r1=1.82&r2=1.83
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/ChangeLog,v
19 retrieving revision 1.82
20 retrieving revision 1.83
21 diff -u -r1.82 -r1.83
22 --- ChangeLog 17 Sep 2010 11:23:55 -0000 1.82
23 +++ ChangeLog 31 Oct 2010 19:17:41 -0000 1.83
24 @@ -1,6 +1,9 @@
25 # ChangeLog for sci-mathematics/maxima
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/ChangeLog,v 1.82 2010/09/17 11:23:55 grozin Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/ChangeLog,v 1.83 2010/10/31 19:17:41 grobian Exp $
29 +
30 + 31 Oct 2010; Fabian Groffen <grobian@g.o> maxima-5.20.1-r2.ebuild:
31 + Backport Prefix changes to 5.20.1-r2, keyworded appropriately, bug #341987
32
33 *maxima-5.22.1 (17 Sep 2010)
34
35
36
37
38 1.2 sci-mathematics/maxima/maxima-5.20.1-r2.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/maxima/maxima-5.20.1-r2.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/maxima/maxima-5.20.1-r2.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/maxima/maxima-5.20.1-r2.ebuild?r1=1.1&r2=1.2
43
44 Index: maxima-5.20.1-r2.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/maxima-5.20.1-r2.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- maxima-5.20.1-r2.ebuild 12 Apr 2010 11:58:46 -0000 1.1
51 +++ maxima-5.20.1-r2.ebuild 31 Oct 2010 19:17:41 -0000 1.2
52 @@ -1,7 +1,7 @@
53 # Copyright 1999-2010 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/maxima-5.20.1-r2.ebuild,v 1.1 2010/04/12 11:58:46 grozin Exp $
56 -EAPI=2
57 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/maxima-5.20.1-r2.ebuild,v 1.2 2010/10/31 19:17:41 grobian Exp $
58 +EAPI=3
59 inherit eutils elisp-common
60
61 DESCRIPTION="Free computer algebra environment based on Macsyma"
62 @@ -10,7 +10,7 @@
63
64 LICENSE="GPL-2"
65 SLOT="0"
66 -KEYWORDS="~amd64 ~ppc ~sparc ~x86"
67 +KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
68
69 # Supported lisps with readline
70 SUPP_RL="gcl clisp"
71 @@ -73,7 +73,7 @@
72 DEPEND="${RDEPEND}
73 sys-apps/texinfo"
74
75 -TEXMF=/usr/share/texmf-site
76 +TEXMF="${EPREFIX}"/usr/share/texmf-site
77 NO_INIT_PATCH_PV="5.19.1"
78
79 pkg_setup() {
80 @@ -148,11 +148,11 @@
81 done
82 fi
83
84 - econf ${myconf}
85 + econf ${myconf} --with-lispdir="${SITELISP}/${PN}"
86 }
87
88 src_install() {
89 - einstall emacsdir="${D}${SITELISP}/${PN}" || die "einstall failed"
90 + einstall emacsdir="${ED}${SITELISP}/${PN}" || die "einstall failed"
91
92 use tk && make_desktop_entry xmaxima xmaxima \
93 /usr/share/${PN}/${PV}/xmaxima/maxima-new.png \
94 @@ -177,7 +177,7 @@
95
96 pkg_preinst() {
97 # some lisps do not read compress info files (bug #176411)
98 - for infofile in "${D}"/usr/share/info/*.bz2 ; do
99 + for infofile in "${ED}"/usr/share/info/*.bz2 ; do
100 bunzip2 "${infofile}"
101 done
102 }