summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTupone Alfredo <tupone@gentoo.org>2018-09-25 11:08:27 +0200
committerTupone Alfredo <tupone@gentoo.org>2018-09-25 11:08:27 +0200
commitf3797887ac87c56c9c78abee9f0c34b61dc512f3 (patch)
treeaf9717ddbd157853cc28fd7d787405c9f06069ad /dev-tcltk
parentmedia-libs/aubio: Removed old. (diff)
downloadgentoo-f3797887ac87c56c9c78abee9f0c34b61dc512f3.tar.gz
gentoo-f3797887ac87c56c9c78abee9f0c34b61dc512f3.tar.bz2
gentoo-f3797887ac87c56c9c78abee9f0c34b61dc512f3.zip
dev-tcltk/tklib: EAPI 6, fix generating docs
Closes: https://bugs.gentoo.org/625804 Package-Manager: Portage-2.3.49, Repoman-2.3.10
Diffstat (limited to 'dev-tcltk')
-rw-r--r--dev-tcltk/tklib/files/tklib-0.6-doc.patch14
-rw-r--r--dev-tcltk/tklib/tklib-0.6-r2.ebuild19
2 files changed, 27 insertions, 6 deletions
diff --git a/dev-tcltk/tklib/files/tklib-0.6-doc.patch b/dev-tcltk/tklib/files/tklib-0.6-doc.patch
new file mode 100644
index 000000000000..7fea599df526
--- /dev/null
+++ b/dev-tcltk/tklib/files/tklib-0.6-doc.patch
@@ -0,0 +1,14 @@
+--- a/Makefile.in 2018-09-25 09:12:56.269163896 +0200
++++ b/Makefile.in 2018-09-25 09:14:27.437130443 +0200
+@@ -101,9 +101,9 @@
+
+
+ html-doc:
+- $(TCLSH_PROG) `$(CYGPATH) $(srcdir)/sak.tcl` html
++ $(TCLSH_PROG) `$(CYGPATH) $(srcdir)/sak.tcl` doc html
+ nroff-doc:
+- $(TCLSH_PROG) `$(CYGPATH) $(srcdir)/sak.tcl` nroff
++ $(TCLSH_PROG) `$(CYGPATH) $(srcdir)/sak.tcl` doc nroff
+ tmml-doc:
+ $(TCLSH_PROG) `$(CYGPATH) $(srcdir)/sak.tcl` tmml
+ wiki-doc:
diff --git a/dev-tcltk/tklib/tklib-0.6-r2.ebuild b/dev-tcltk/tklib/tklib-0.6-r2.ebuild
index 9231c58cf5e7..b8b7f41408e1 100644
--- a/dev-tcltk/tklib/tklib-0.6-r2.ebuild
+++ b/dev-tcltk/tklib/tklib-0.6-r2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=6
inherit multilib
@@ -21,13 +21,20 @@ RDEPEND="
dev-tcltk/tcllib"
DEPEND="${RDEPEND}"
-src_install() {
+PATCHES=( "${FILESDIR}"/${P}-doc.patch )
+
+src_compile() {
default
+ use doc && emake doc
+}
+
+src_install() {
+ HTML_DOCS=
if use doc; then
- emake DESTDIR="${D}" doc
- dohtml doc/html/*
+ HTML_DOCS=doc/html/*
fi
- dodoc DESCRIPTION.txt README*
+ default
+ dodoc DESCRIPTION.txt
dosym ${PN}${PV} /usr/$(get_libdir)/${PN}
mv "${ED}"/usr/share/man/mann/datefield{,-${PN}}.n || die