Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-doc/mathjax-docs/
Date: Sun, 30 Jan 2022 12:46:09
Message-Id: 1643546630.ab3cf7ddadc9bcd9fb02b80a78ccaf2f34b08f86.chewi@gentoo
1 commit: ab3cf7ddadc9bcd9fb02b80a78ccaf2f34b08f86
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 30 12:43:50 2022 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 30 12:43:50 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab3cf7dd
7
8 app-doc/mathjax-docs: Remove the doc symlink as it violates QA
9
10 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
11
12 app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild | 10 ++++------
13 1 file changed, 4 insertions(+), 6 deletions(-)
14
15 diff --git a/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild b/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild
16 index d95a45b56f11..dcac1ed0a6dc 100644
17 --- a/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild
18 +++ b/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild
19 @@ -24,6 +24,10 @@ BDEPEND="
20 ')
21 "
22
23 +DOCS=(
24 + README.md
25 +)
26 +
27 src_prepare() {
28 default
29 egit_clean
30 @@ -32,9 +36,3 @@ src_prepare() {
31 src_compile() {
32 build_sphinx "${S}"
33 }
34 -
35 -src_install() {
36 - local DOCS=( README.md )
37 - default
38 - dosym ${P} /usr/share/doc/${PN}-${SLOT}
39 -}