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

Collapse All | Expand All

(-)file_not_specified_in_diff (-6 / +22 lines)
Line 11 Link Here
11
SRC_URI="mirror://sourceforge/gnuplot/${MY_P}.tar.gz"
11
SRC_URI="mirror://sourceforge/gnuplot/${MY_P}.tar.gz
12
--
12
	lua? ( http://peter.affenbande.org/gnuplot/gnuplot_lua_terminal.tgz )"
Line 13 Link Here
13
LICENSE="gnuplot"
14
LICENSE="gnuploti
14
--
15
	lua? ( GPL-2 )"
Line 16 Link Here
16
IUSE="doc emacs gd ggi latex pdf plotutils readline svga wxwindows X xemacs"
18
IUSE="doc emacs gd ggi latex pdf plotutils readline svga wxwindows X xemacs lua"
17
--
Line 28 Link Here
30
	lua? ( >=dev-lang/lua-5.1
31
	       ( || ( dev-texlive/texlive-xetex app-text/xetex ) ) )
Line 70 Link Here
74
	if use lua ; then
75
		cp "${WORKDIR}/gnuplot_lua_terminal/lua.trm" "${S}/term/"
76
		epatch "${FILESDIR}"/${P}-lua.patch
77
	fi
78
Line 177 Link Here
186
187
	if use lua ; then
188
		cd "${WORKDIR}/gnuplot_lua_terminal"
189
		lua gnuplot.lua style
190
		dodir /usr/share/texmf-site/tex/latex/gnuplot
191
		insinto /usr/share/texmf-site/tex/latex/gnuplot
192
		doins gnuplot-lua-tikz.sty
193
		insinto /usr/libexec/gnuplot/4.2/
194
		doins gnuplot.lua
195
	fi

Return to bug 233475