--- gnuplot-4.6.2-r1.ebuild 2013-04-23 02:36:56.000000000 +0200 +++ gnuplot-4.6.2-r1.ebuild 2013-04-23 02:32:07.000000000 +0200 @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.6.2-r1.ebuild,v 1.2 2013/04/03 16:55:39 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.6.3.ebuild,v 1.3 2013/04/22 16:49:42 ottxor Exp $ EAPI=5 @@ -78,7 +78,7 @@ src_prepare() { if [[ -n "${PV%%*9999}" ]]; then - epatch "${FILESDIR}/${PN}-4.6.1-eldoc.patch" + epatch "${FILESDIR}/${PN}-4.6.3-eldoc.patch" epatch "${FILESDIR}/${PN}-4.6.2-gdversion.patch" #462996 else local dir @@ -146,6 +146,9 @@ # Live ebuild needs an Emacs to build gnuplot.texi if has_version virtual/emacs; then emacs=emacs elif has_version app-xemacs/texinfo; then emacs=xemacs; fi + # for emacs != no gnuplot will install lisp files in + # ${lispdir}/ which will / for emtpy lispdir + lispdir="${T}" fi fi