Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 464092 | Differences between
and this patch

Collapse All | Expand All

(-)gnuplot-4.6.2-r1.ebuild (-2 / +5 lines)
Lines 1-6 Link Here
1
# Copyright 1999-2013 Gentoo Foundation
1
# Copyright 1999-2013 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $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 $
3
# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.6.3.ebuild,v 1.3 2013/04/22 16:49:42 ottxor Exp $
4
4
5
EAPI=5
5
EAPI=5
6
6
Lines 78-84 Link Here
78
78
79
src_prepare() {
79
src_prepare() {
80
	if [[ -n "${PV%%*9999}" ]]; then
80
	if [[ -n "${PV%%*9999}" ]]; then
81
		epatch "${FILESDIR}/${PN}-4.6.1-eldoc.patch"
81
		epatch "${FILESDIR}/${PN}-4.6.3-eldoc.patch"
82
		epatch "${FILESDIR}/${PN}-4.6.2-gdversion.patch" #462996
82
		epatch "${FILESDIR}/${PN}-4.6.2-gdversion.patch" #462996
83
	else
83
	else
84
		local dir
84
		local dir
Lines 146-151 Link Here
146
			# Live ebuild needs an Emacs to build gnuplot.texi
146
			# Live ebuild needs an Emacs to build gnuplot.texi
147
			if has_version virtual/emacs; then emacs=emacs
147
			if has_version virtual/emacs; then emacs=emacs
148
			elif has_version app-xemacs/texinfo; then emacs=xemacs; fi
148
			elif has_version app-xemacs/texinfo; then emacs=xemacs; fi
149
			# for emacs != no gnuplot will install lisp files in 
150
			# ${lispdir}/ which will / for emtpy lispdir
151
			lispdir="${T}"
149
		fi
152
		fi
150
	fi
153
	fi
151
154

Return to bug 464092