diff options
author | Ulrich Müller <ulm@gentoo.org> | 2014-03-22 19:25:47 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2014-03-22 19:25:47 +0000 |
commit | 574b51c3f723a24f9ce3a39538f53cda86da4df1 (patch) | |
tree | ca6835203e6b734f4b92c9cf13c49a873f46d2f8 /sci-visualization/gnuplot | |
parent | Remove old. (diff) | |
download | gentoo-2-574b51c3f723a24f9ce3a39538f53cda86da4df1.tar.gz gentoo-2-574b51c3f723a24f9ce3a39538f53cda86da4df1.tar.bz2 gentoo-2-574b51c3f723a24f9ce3a39538f53cda86da4df1.zip |
Install the GNU Info file with doinfo, as the install-info make target does not work with USE=-emacs.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'sci-visualization/gnuplot')
-rw-r--r-- | sci-visualization/gnuplot/ChangeLog | 6 | ||||
-rw-r--r-- | sci-visualization/gnuplot/gnuplot-4.6.4-r1.ebuild | 5 |
2 files changed, 8 insertions, 3 deletions
diff --git a/sci-visualization/gnuplot/ChangeLog b/sci-visualization/gnuplot/ChangeLog index 831955f39d24..8bba0d21c4d7 100644 --- a/sci-visualization/gnuplot/ChangeLog +++ b/sci-visualization/gnuplot/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-visualization/gnuplot # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v 1.231 2014/03/21 21:09:35 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v 1.232 2014/03/22 19:25:47 ulm Exp $ + + 22 Mar 2014; Ulrich Müller <ulm@gentoo.org> gnuplot-4.6.4-r1.ebuild: + Install the GNU Info file with doinfo, as the install-info make target does + not work with USE=-emacs. 21 Mar 2014; Ulrich Müller <ulm@gentoo.org> -files/gnuplot-4.4.4-tikz.patch: Remove unused patch. diff --git a/sci-visualization/gnuplot/gnuplot-4.6.4-r1.ebuild b/sci-visualization/gnuplot/gnuplot-4.6.4-r1.ebuild index fa8c70afff16..a460393f4495 100644 --- a/sci-visualization/gnuplot/gnuplot-4.6.4-r1.ebuild +++ b/sci-visualization/gnuplot/gnuplot-4.6.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.6.4-r1.ebuild,v 1.1 2014/03/21 17:17:07 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.6.4-r1.ebuild,v 1.2 2014/03/22 19:25:47 ulm Exp $ EAPI=5 @@ -191,7 +191,7 @@ src_compile() { } src_install () { - emake -j1 DESTDIR="${D}" install install-info + emake -j1 DESTDIR="${D}" install if use emacs; then # Gentoo Emacs site-lisp configuration @@ -200,6 +200,7 @@ src_install () { elisp-site-file-install ${E_SITEFILE} || die fi + doinfo docs/gnuplot.info dodoc BUGS ChangeLog NEWS PGPKEYS PORTING README* newdoc term/PostScript/README README-ps newdoc term/js/README README-js |