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

Collapse All | Expand All

(-)plplot-5.3.1.ebuild (-5 / +5 lines)
Lines 28-34 Link Here
28
	python? ( dev-python/numeric )
28
	python? ( dev-python/numeric )
29
	java? ( virtual/jre )
29
	java? ( virtual/jre )
30
	tetex? ( app-text/jadetex )
30
	tetex? ( app-text/jadetex )
31
	octave? ( app-sci/octave )
31
	octave? ( sci-mathematics/octave )
32
	external-gd? ( media-libs/libgd )
32
	external-gd? ( media-libs/libgd )
33
	truetype? ( media-libs/freetype )
33
	truetype? ( media-libs/freetype )
34
	X? ( virtual/x11
34
	X? ( virtual/x11
Lines 136-145 Link Here
136
		rm -r ${D}/usr/lib/java
136
		rm -r ${D}/usr/lib/java
137
	fi
137
	fi
138
	if use octave; then
138
	if use octave; then
139
		mv ${D}/usr/share/plplot_octave ${D}/usr/share/plplot/octave
139
		# fix the path to plplot's .m files
140
		mv ${D}/usr/PLplot ${D}/usr/share/${PN}/octave/PLplot
140
		mv ${D}/usr/share/plplot_octave ${D}/usr/share/plplot/octave || die
141
		cd ${D}/usr/share/${PN}/octave/PLplot
141
		sed -ie 's:/usr/share/plplot_octave:/usr/share/plplot/octave:' \
142
		sed -ie 's:/usr/share/plplot_octave:/usr/share/plplot/octave:' plplot_octave_path.m
142
			${D}/usr/share/octave/site/m/PLplot/plplot_octave_path.m
143
	fi
143
	fi
144
144
145
	# Gzip the basic documentation.
145
	# Gzip the basic documentation.

Return to bug 31554