Gentoo Archives: gentoo-commits

From: Christoph Junghans <kleiner_otti@×××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-visualization/gnuplot/
Date: Thu, 07 Jun 2012 06:31:08
Message-Id: 1339050623.5ee26a85022d9983c49a0d73d8fe27942167c5f0.kleiner_otti@gentoo
1 commit: 5ee26a85022d9983c49a0d73d8fe27942167c5f0
2 Author: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 7 06:30:23 2012 +0000
4 Commit: Christoph Junghans <kleiner_otti <AT> gmx <DOT> de>
5 CommitDate: Thu Jun 7 06:30:23 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=5ee26a85
7
8 fixed info install
9
10 (Portage version: 2.2.0_alpha110/git/Linux i686, unsigned Manifest commit)
11
12 ---
13 sci-visualization/gnuplot/ChangeLog | 3 +++
14 sci-visualization/gnuplot/gnuplot-4.7.9999.ebuild | 5 +++--
15 2 files changed, 6 insertions(+), 2 deletions(-)
16
17 diff --git a/sci-visualization/gnuplot/ChangeLog b/sci-visualization/gnuplot/ChangeLog
18 index fe614ea..5a9c9e1 100644
19 --- a/sci-visualization/gnuplot/ChangeLog
20 +++ b/sci-visualization/gnuplot/ChangeLog
21 @@ -2,6 +2,9 @@
22 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 + 07 Jun 2012; Christoph Junghans <ottxor@g.o> gnuplot-4.7.9999.ebuild:
26 + fixed info install
27 +
28 14 Mar 2012; Christoph Junghans <ottxor@g.o> -gnuplot-4.4.9999.ebuild,
29 gnuplot-4.6.9999.ebuild, gnuplot-4.7.9999.ebuild, metadata.xml:
30 sci-visualization/gnuplot: clean up
31
32 diff --git a/sci-visualization/gnuplot/gnuplot-4.7.9999.ebuild b/sci-visualization/gnuplot/gnuplot-4.7.9999.ebuild
33 index 5a5541e..afaa424 100644
34 --- a/sci-visualization/gnuplot/gnuplot-4.7.9999.ebuild
35 +++ b/sci-visualization/gnuplot/gnuplot-4.7.9999.ebuild
36 @@ -102,7 +102,7 @@ src_configure() {
37 fi
38
39 local myconf
40 - myconf="${myconf} --without-lisp-files"
41 + myconf="${myconf} --with-lisp-files" #need to build info file
42 myconf="${myconf} --without-pdf"
43 myconf="${myconf} --enable-stats" #extra command save to be enabled
44 myconf="${myconf} --with-texdir=${TEXMF}/tex/latex/${PN}"
45 @@ -184,7 +184,8 @@ src_compile() {
46 }
47
48 src_install () {
49 - emake DESTDIR="${D}" install
50 + emake DESTDIR="${D}" install install-info
51 + rm -rf "${D}"/usr/share/emacs #handled by use {,x}emacs below
52
53 if use xemacs; then
54 cd "${S}/lisp-xemacs"