commit: 0c12138973115867ecdf8e2859c44b992851a70f Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> AuthorDate: Sat Dec 19 22:11:48 2020 +0000 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> CommitDate: Sat Dec 19 22:11:57 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c121389
app-admin/ansible: disable doc flag upstream isn't shipping it now Closes: https://bugs.gentoo.org/747298 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org> app-admin/ansible/ansible-2.10.4.ebuild | 20 +------------------- app-admin/ansible/ansible-9999.ebuild | 20 +------------------- 2 files changed, 2 insertions(+), 38 deletions(-) diff --git a/app-admin/ansible/ansible-2.10.4.ebuild b/app-admin/ansible/ansible-2.10.4.ebuild index 86e5af4dd8f..cfb7d42b3a3 100644 --- a/app-admin/ansible/ansible-2.10.4.ebuild +++ b/app-admin/ansible/ansible-2.10.4.ebuild @@ -22,7 +22,7 @@ fi LICENSE="GPL-3" SLOT="0" -IUSE="doc test" +IUSE="test" RESTRICT="test" RDEPEND=" @@ -41,11 +41,6 @@ RDEPEND=" DEPEND=" >=dev-python/packaging-16.6[${PYTHON_USEDEP}] app-admin/ansible-base - doc? ( - dev-python/sphinx[${PYTHON_USEDEP}] - dev-python/sphinx-notfound-page[${PYTHON_USEDEP}] - >=dev-python/pygments-2.4.0[${PYTHON_USEDEP}] - ) test? ( ${RDEPEND} dev-python/nose[${PYTHON_USEDEP}] @@ -61,19 +56,6 @@ python_compile() { distutils-r1_python_compile } -python_compile_all() { - if use doc; then - cd docs/docsite || die - export CPUS=4 - emake -f Makefile.sphinx html - fi -} - python_test() { nosetests -d -w test/units -v --with-coverage --cover-package=ansible --cover-branches || die } - -python_install_all() { - use doc && local HTML_DOCS=( docs/docsite/_build/html/. ) - distutils-r1_python_install_all -} diff --git a/app-admin/ansible/ansible-9999.ebuild b/app-admin/ansible/ansible-9999.ebuild index d3bff29efe2..04de5dc0769 100644 --- a/app-admin/ansible/ansible-9999.ebuild +++ b/app-admin/ansible/ansible-9999.ebuild @@ -24,7 +24,7 @@ fi LICENSE="GPL-3" SLOT="0" KEYWORDS="" -IUSE="doc test" +IUSE="test" RESTRICT="test" RDEPEND=" @@ -43,11 +43,6 @@ RDEPEND=" DEPEND=" !app-admin/ansible-base >=dev-python/packaging-16.6[${PYTHON_USEDEP}] - doc? ( - dev-python/sphinx[${PYTHON_USEDEP}] - dev-python/sphinx-notfound-page[${PYTHON_USEDEP}] - >=dev-python/pygments-2.4.0[${PYTHON_USEDEP}] - ) test? ( ${RDEPEND} dev-python/nose[${PYTHON_USEDEP}] @@ -63,19 +58,6 @@ python_compile() { distutils-r1_python_compile } -python_compile_all() { - if use doc; then - cd docs/docsite || die - export CPUS=4 - emake -f Makefile.sphinx html - fi -} - python_test() { nosetests -d -w test/units -v --with-coverage --cover-package=ansible --cover-branches || die } - -python_install_all() { - use doc && local HTML_DOCS=( docs/docsite/_build/html/. ) - distutils-r1_python_install_all -}
