commit: b68c59163c7a969594054c98bf1e423525f38d8e
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 10 19:04:14 2020 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Apr 10 19:04:44 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b68c5916
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 <AT> gentoo.org>
sci-visualization/gnuplot/gnuplot-5.3.9999.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/sci-visualization/gnuplot/gnuplot-5.3.9999.ebuild
b/sci-visualization/gnuplot/gnuplot-5.3.9999.ebuild
index 8dff85f2e46..aa399503dd8 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