diff options
author | Christoph Junghans <ottxor@gentoo.org> | 2013-04-22 01:37:34 +0000 |
---|---|---|
committer | Christoph Junghans <ottxor@gentoo.org> | 2013-04-22 01:37:34 +0000 |
commit | 75b6b2e4db42e1b03bfbdec7b4d1630c6f5d0d6e (patch) | |
tree | ab3aaac48ed8edf9fb0693f848437dfe494e7dfd | |
parent | version bump (diff) | |
download | gentoo-2-75b6b2e4db42e1b03bfbdec7b4d1630c6f5d0d6e.tar.gz gentoo-2-75b6b2e4db42e1b03bfbdec7b4d1630c6f5d0d6e.tar.bz2 gentoo-2-75b6b2e4db42e1b03bfbdec7b4d1630c6f5d0d6e.zip |
use 4.6.2 info file
(Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key C2000586)
-rw-r--r-- | sci-visualization/gnuplot/ChangeLog | 5 | ||||
-rw-r--r-- | sci-visualization/gnuplot/gnuplot-4.6.3.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sci-visualization/gnuplot/ChangeLog b/sci-visualization/gnuplot/ChangeLog index 814253db6203..803a4c7c9b9b 100644 --- a/sci-visualization/gnuplot/ChangeLog +++ b/sci-visualization/gnuplot/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-visualization/gnuplot # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v 1.214 2013/04/22 01:28:33 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v 1.215 2013/04/22 01:37:34 ottxor Exp $ + + 22 Apr 2013; Christoph Junghans <ottxor@gentoo.org> gnuplot-4.6.3.ebuild: + use 4.6.2 info file *gnuplot-4.6.3 (22 Apr 2013) diff --git a/sci-visualization/gnuplot/gnuplot-4.6.3.ebuild b/sci-visualization/gnuplot/gnuplot-4.6.3.ebuild index a3167ebd9006..ddb812ee054b 100644 --- a/sci-visualization/gnuplot/gnuplot-4.6.3.ebuild +++ b/sci-visualization/gnuplot/gnuplot-4.6.3.ebuild @@ -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.3.ebuild,v 1.1 2013/04/22 01:28:33 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.6.3.ebuild,v 1.2 2013/04/22 01:37:34 ottxor Exp $ EAPI=5 @@ -81,6 +81,7 @@ src_prepare() { if [[ -n ${PV%%*9999} ]]; then epatch "${FILESDIR}/${PN}-4.6.3-eldoc.patch" epatch "${FILESDIR}/${PN}-4.6.2-gdversion.patch" #462996 + mv "${WORKDIR}"/gnuplot-4.6.2/docs/gnuplot.info docs || die else local dir for dir in config demo m4 term tutorial; do |