summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2020-12-19 16:11:48 -0600
committerMatthew Thode <prometheanfire@gentoo.org>2020-12-19 16:11:57 -0600
commit0c12138973115867ecdf8e2859c44b992851a70f (patch)
treeafc0269ab25dc9a4566dd1f40e8526d42aab16be /app-admin/ansible
parentdev-python/libtmux: Remove old (diff)
downloadgentoo-0c12138973115867ecdf8e2859c44b992851a70f.tar.gz
gentoo-0c12138973115867ecdf8e2859c44b992851a70f.tar.bz2
gentoo-0c12138973115867ecdf8e2859c44b992851a70f.zip
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@gentoo.org>
Diffstat (limited to 'app-admin/ansible')
-rw-r--r--app-admin/ansible/ansible-2.10.4.ebuild20
-rw-r--r--app-admin/ansible/ansible-9999.ebuild20
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 86e5af4dd8f5..cfb7d42b3a3d 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 d3bff29efe2f..04de5dc07690 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
-}