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-1.0-r3.ebuild ChangeLog
Date: Thu, 27 Feb 2014 17:39:58
Message-Id: 20140227173953.CAC992004C@flycatcher.gentoo.org
1 ulm 14/02/27 17:39:53
2
3 Modified: imaxima-1.0-r3.ebuild ChangeLog
4 Log:
5 Define ELISP_{PATCHES,REMOVE} for elisp.eclass.
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
8
9 Revision Changes Path
10 1.2 app-emacs/imaxima/imaxima-1.0-r3.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/imaxima/imaxima-1.0-r3.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/imaxima/imaxima-1.0-r3.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/imaxima/imaxima-1.0-r3.ebuild?r1=1.1&r2=1.2
15
16 Index: imaxima-1.0-r3.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-emacs/imaxima/imaxima-1.0-r3.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- imaxima-1.0-r3.ebuild 2 Jan 2013 21:03:31 -0000 1.1
23 +++ imaxima-1.0-r3.ebuild 27 Feb 2014 17:39:53 -0000 1.2
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2013 Gentoo Foundation
26 +# Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/imaxima/imaxima-1.0-r3.ebuild,v 1.1 2013/01/02 21:03:31 ulm Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/imaxima/imaxima-1.0-r3.ebuild,v 1.2 2014/02/27 17:39:53 ulm Exp $
30
31 EAPI=5
32
33 @@ -16,22 +16,16 @@
34 KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
35 IUSE="examples"
36
37 -DEPEND=""
38 RDEPEND="virtual/latex-base
39 app-text/ghostscript-gpl
40 dev-tex/mh
41 >=sci-mathematics/maxima-5.29"
42
43 S="${WORKDIR}/${MY_P}"
44 +ELISP_PATCHES="${P}-1.03.patch ${P}-mlabel.patch"
45 +ELISP_REMOVE="imaxima.info" # remove broken Info file (will be recreated)
46 SITEFILE="50${PN}-gentoo.el"
47
48 -src_prepare() {
49 - epatch "${FILESDIR}"/${P}-1.03.patch
50 - epatch "${FILESDIR}"/${P}-mlabel.patch
51 - # Remove broken Info file (will be recreated)
52 - rm imaxima.info
53 -}
54 -
55 src_configure() {
56 econf --with-lispdir="${EPREFIX}${SITELISP}/${PN}"
57 }
58
59
60
61 1.41 app-emacs/imaxima/ChangeLog
62
63 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/imaxima/ChangeLog?rev=1.41&view=markup
64 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/imaxima/ChangeLog?rev=1.41&content-type=text/plain
65 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/imaxima/ChangeLog?r1=1.40&r2=1.41
66
67 Index: ChangeLog
68 ===================================================================
69 RCS file: /var/cvsroot/gentoo-x86/app-emacs/imaxima/ChangeLog,v
70 retrieving revision 1.40
71 retrieving revision 1.41
72 diff -u -r1.40 -r1.41
73 --- ChangeLog 2 Jan 2013 21:03:31 -0000 1.40
74 +++ ChangeLog 27 Feb 2014 17:39:53 -0000 1.41
75 @@ -1,6 +1,9 @@
76 # ChangeLog for app-emacs/imaxima
77 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
78 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/imaxima/ChangeLog,v 1.40 2013/01/02 21:03:31 ulm Exp $
79 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
80 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/imaxima/ChangeLog,v 1.41 2014/02/27 17:39:53 ulm Exp $
81 +
82 + 27 Feb 2014; Ulrich Müller <ulm@g.o> imaxima-1.0-r3.ebuild:
83 + Define ELISP_{PATCHES,REMOVE} for elisp.eclass.
84
85 *imaxima-1.0-r3 (02 Jan 2013)