dev-games/surgescript: fix colliding files found by ecompress

when USE="doc" (fixed by using eclass which removes the
problematic files)

Package-Manager: Portage-2.3.98, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
This commit is contained in:
Andrew Ammerlaan 2020-04-11 09:58:51 +02:00
parent 18b54e5670
commit 80b491a914
No known key found for this signature in database
GPG Key ID: A19F636CD4EDBCD1
2 changed files with 16 additions and 22 deletions

View File

@ -3,7 +3,13 @@
EAPI=7
inherit cmake
DOCBUILDER="mkdocs"
DOCDEPEND="
dev-python/mkdocs
dev-python/mkdocs-material
"
inherit cmake docs
if [[ "${PV}" == "9999" ]]; then
inherit git-r3
@ -19,19 +25,10 @@ DESCRIPTION="scripting language made for opensurge"
HOMEPAGE="https://alemart.github.io/surgescript"
LICENSE="Apache-2.0"
IUSE="doc"
BDEPEND="doc? (
dev-python/mkdocs
dev-python/mkdocs-material )"
src_compile() {
cmake_src_compile
if use doc; then
mkdocs build || die "failed to make docs"
HTML_DOCS="site"
fi
docs_compile
}
src_install() {

View File

@ -3,7 +3,13 @@
EAPI=7
inherit cmake
DOCBUILDER="mkdocs"
DOCDEPEND="
dev-python/mkdocs
dev-python/mkdocs-material
"
inherit cmake docs
if [[ "${PV}" == "9999" ]]; then
inherit git-r3
@ -19,19 +25,10 @@ DESCRIPTION="scripting language made for opensurge"
HOMEPAGE="https://alemart.github.io/surgescript"
LICENSE="Apache-2.0"
IUSE="doc"
BDEPEND="doc? (
dev-python/mkdocs
dev-python/mkdocs-material )"
src_compile() {
cmake_src_compile
if use doc; then
mkdocs build || die "failed to make docs"
HTML_DOCS="site"
fi
docs_compile
}
src_install() {