summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2022-01-30 12:43:50 +0000
committerJames Le Cuirot <chewi@gentoo.org>2022-01-30 12:43:50 +0000
commitab3cf7ddadc9bcd9fb02b80a78ccaf2f34b08f86 (patch)
treef95b689671ea00a1244f55728ab2bcf3cd18056c
parentapp-doc/mathjax-docs: Use the python-any-r1 eclass (diff)
downloadgentoo-ab3cf7dd.tar.gz
gentoo-ab3cf7dd.tar.bz2
gentoo-ab3cf7dd.zip
app-doc/mathjax-docs: Remove the doc symlink as it violates QA
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
-rw-r--r--app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild10
1 files changed, 4 insertions, 6 deletions
diff --git a/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild b/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild
index d95a45b56f11..dcac1ed0a6dc 100644
--- a/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild
+++ b/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild
@@ -24,6 +24,10 @@ BDEPEND="
')
"
+DOCS=(
+ README.md
+)
+
src_prepare() {
default
egit_clean
@@ -32,9 +36,3 @@ src_prepare() {
src_compile() {
build_sphinx "${S}"
}
-
-src_install() {
- local DOCS=( README.md )
- default
- dosym ${P} /usr/share/doc/${PN}-${SLOT}
-}