Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-visualization/gnuplot: ChangeLog gnuplot-4.4.3.ebuild
Date: Fri, 06 May 2011 18:56:12
Message-Id: 20110506185601.05DB120054@flycatcher.gentoo.org
1 ulm 11/05/06 18:56:01
2
3 Modified: ChangeLog gnuplot-4.4.3.ebuild
4 Log:
5 Suppress autodetection of Emacs, bug 366129. Build GNU Info file in src_compile.
6
7 (Portage version: 2.1.9.47/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.153 sci-visualization/gnuplot/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/ChangeLog?rev=1.153&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/ChangeLog?rev=1.153&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/ChangeLog?r1=1.152&r2=1.153
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v
19 retrieving revision 1.152
20 retrieving revision 1.153
21 diff -u -r1.152 -r1.153
22 --- ChangeLog 5 May 2011 07:58:51 -0000 1.152
23 +++ ChangeLog 6 May 2011 18:56:00 -0000 1.153
24 @@ -1,6 +1,10 @@
25 # ChangeLog for sci-visualization/gnuplot
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v 1.152 2011/05/05 07:58:51 ulm Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v 1.153 2011/05/06 18:56:00 ulm Exp $
29 +
30 + 06 May 2011; Ulrich Mueller <ulm@g.o> gnuplot-4.4.3.ebuild:
31 + Suppress autodetection of Emacs (again, see ChangeLog entry of 20 Sep 2007),
32 + fixes bug 366129. Build GNU Info file in src_compile.
33
34 *gnuplot-4.4.3 (05 May 2011)
35
36
37
38
39 1.2 sci-visualization/gnuplot/gnuplot-4.4.3.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.4.3.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.4.3.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.4.3.ebuild?r1=1.1&r2=1.2
44
45 Index: gnuplot-4.4.3.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.4.3.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- gnuplot-4.4.3.ebuild 5 May 2011 07:58:51 -0000 1.1
52 +++ gnuplot-4.4.3.ebuild 6 May 2011 18:56:00 -0000 1.2
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2011 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.4.3.ebuild,v 1.1 2011/05/05 07:58:51 ulm Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.4.3.ebuild,v 1.2 2011/05/06 18:56:00 ulm Exp $
58
59 EAPI=3
60
61 @@ -84,7 +84,9 @@
62 && myconf="${myconf} --with-readline=gnu" \
63 || myconf="${myconf} --with-readline=builtin"
64
65 - econf ${myconf} DIST_CONTACT="http://bugs.gentoo.org/"
66 + econf ${myconf} \
67 + DIST_CONTACT="http://bugs.gentoo.org/" \
68 + EMACS=$(usev emacs || usev xemacs || echo no)
69
70 if use xemacs; then
71 einfo "Configuring gnuplot-mode for XEmacs ..."
72 @@ -109,7 +111,7 @@
73 # example plots.
74 addwrite /dev/svga:/dev/mouse:/dev/tts/0
75
76 - emake || die
77 + emake all info || die
78
79 if use xemacs; then
80 cd "${S}/lisp-xemacs"