Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emacs/imaxima: imaxima-0.98.ebuild ChangeLog
Date: Sat, 03 Nov 2007 18:28:49
Message-Id: E1IoNje-0000Jb-UU@stork.gentoo.org
1 ulm 07/11/03 18:28:42
2
3 Modified: imaxima-0.98.ebuild ChangeLog
4 Log:
5 Inherit elisp instead of elisp-common; restore src_compile.
6 (Portage version: 2.1.3.16)
7
8 Revision Changes Path
9 1.2 app-emacs/imaxima/imaxima-0.98.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/imaxima/imaxima-0.98.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/imaxima/imaxima-0.98.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/imaxima/imaxima-0.98.ebuild?r1=1.1&r2=1.2
14
15 Index: imaxima-0.98.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-emacs/imaxima/imaxima-0.98.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- imaxima-0.98.ebuild 3 Nov 2007 18:08:28 -0000 1.1
22 +++ imaxima-0.98.ebuild 3 Nov 2007 18:28:42 -0000 1.2
23 @@ -1,8 +1,8 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/imaxima/imaxima-0.98.ebuild,v 1.1 2007/11/03 18:08:28 bicatali Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/imaxima/imaxima-0.98.ebuild,v 1.2 2007/11/03 18:28:42 ulm Exp $
28
29 -inherit elisp-common
30 +inherit elisp
31
32 MY_P="${PN}-imath-${PV}"
33 DESCRIPTION="Imaxima enables graphical output in Maxima sessions with emacs"
34 @@ -22,9 +22,16 @@
35 SITEFILE=50${PN}-gentoo.el
36 S="${WORKDIR}/${MY_P}"
37
38 +# This is NOT redundant: elisp.eclass redefines src_compile() from default
39 +src_compile() {
40 + econf || die "econf failed"
41 + emake || die "emake failed"
42 +}
43 +
44 src_install() {
45 emake DESTDIR="${D}" install || die "emake install failed"
46 - elisp-site-file-install "${FILESDIR}/${SITEFILE}"
47 + elisp-site-file-install "${FILESDIR}/${SITEFILE}" \
48 + || die "elisp-site-file-install failed"
49 dodoc ChangeLog NEWS README || die
50 docinto imath-example
51 dodoc imath-example/*.txt || die
52
53
54
55 1.14 app-emacs/imaxima/ChangeLog
56
57 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/imaxima/ChangeLog?rev=1.14&view=markup
58 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/imaxima/ChangeLog?rev=1.14&content-type=text/plain
59 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/imaxima/ChangeLog?r1=1.13&r2=1.14
60
61 Index: ChangeLog
62 ===================================================================
63 RCS file: /var/cvsroot/gentoo-x86/app-emacs/imaxima/ChangeLog,v
64 retrieving revision 1.13
65 retrieving revision 1.14
66 diff -u -r1.13 -r1.14
67 --- ChangeLog 3 Nov 2007 18:08:28 -0000 1.13
68 +++ ChangeLog 3 Nov 2007 18:28:42 -0000 1.14
69 @@ -1,6 +1,9 @@
70 # ChangeLog for app-emacs/imaxima
71 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
72 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/imaxima/ChangeLog,v 1.13 2007/11/03 18:08:28 bicatali Exp $
73 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/imaxima/ChangeLog,v 1.14 2007/11/03 18:28:42 ulm Exp $
74 +
75 + 03 Nov 2007; Ulrich Mueller <ulm@g.o> imaxima-0.98.ebuild:
76 + Inherit elisp instead of elisp-common; restore src_compile.
77
78 *imaxima-0.98 (03 Nov 2007)
79
80
81
82
83 --
84 gentoo-commits@g.o mailing list