summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2020-04-10 21:04:14 +0200
committerUlrich Müller <ulm@gentoo.org>2020-04-10 21:04:44 +0200
commitb68c59163c7a969594054c98bf1e423525f38d8e (patch)
treea1f4154ad16fc3c1463825bc57924237321539fe /sci-visualization
parentsci-visualization/gnuplot: Bump live ebuilds to EAPI 7. (diff)
downloadgentoo-b68c59163c7a969594054c98bf1e423525f38d8e.tar.gz
gentoo-b68c59163c7a969594054c98bf1e423525f38d8e.tar.bz2
gentoo-b68c59163c7a969594054c98bf1e423525f38d8e.zip
sci-visualization/gnuplot: Make the 5.3 live ebuild build again.
- configure no longer has an xmi option. - ChangeLog and PORTING no longer exist, so don't try to install them. Package-Manager: Portage-2.3.98, Repoman-2.3.22 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'sci-visualization')
-rw-r--r--sci-visualization/gnuplot/gnuplot-5.3.9999.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/sci-visualization/gnuplot/gnuplot-5.3.9999.ebuild b/sci-visualization/gnuplot/gnuplot-5.3.9999.ebuild
index 8dff85f2e466..aa399503dd8b 100644
--- a/sci-visualization/gnuplot/gnuplot-5.3.9999.ebuild
+++ b/sci-visualization/gnuplot/gnuplot-5.3.9999.ebuild
@@ -128,7 +128,6 @@ src_configure() {
$(use_with doc tutorial) \
$(use_with gd) \
"$(use_with ggi ggi "${EPREFIX}/usr/$(get_libdir)")" \
- "$(use_with ggi xmi "${EPREFIX}/usr/$(get_libdir)")" \
"$(use_with libcaca caca "${EPREFIX}/usr/$(get_libdir)")" \
$(use_with libcerf) \
$(use_with lua) \
@@ -164,7 +163,7 @@ src_compile() {
src_install() {
emake DESTDIR="${D}" install
- dodoc BUGS ChangeLog NEWS PGPKEYS PORTING README* RELEASE_NOTES TODO
+ dodoc BUGS NEWS PGPKEYS README* RELEASE_NOTES TODO
newdoc term/PostScript/README README-ps
newdoc term/js/README README-js
use lua && newdoc term/lua/README README-lua