diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-05-08 17:52:37 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-05-08 18:04:02 +0200 |
commit | 85d369f630acd3ee6f5cf3a339e4935ce5747eab (patch) | |
tree | 19ce0ab21d17da7776c8ea17f8f2ea2b25ea041f /app-portage/gentoopm | |
parent | sys-cluster/keepalived: bump to 1.4.3 (diff) | |
download | gentoo-85d369f630acd3ee6f5cf3a339e4935ce5747eab.tar.gz gentoo-85d369f630acd3ee6f5cf3a339e4935ce5747eab.tar.bz2 gentoo-85d369f630acd3ee6f5cf3a339e4935ce5747eab.zip |
app-portage/gentoopm: Remove obsolete epydoc support
Diffstat (limited to 'app-portage/gentoopm')
-rw-r--r-- | app-portage/gentoopm/gentoopm-9999.ebuild | 20 |
1 files changed, 1 insertions, 19 deletions
diff --git a/app-portage/gentoopm/gentoopm-9999.ebuild b/app-portage/gentoopm/gentoopm-9999.ebuild index e9de24d57a0a..96a9ef4eacfc 100644 --- a/app-portage/gentoopm/gentoopm-9999.ebuild +++ b/app-portage/gentoopm/gentoopm-9999.ebuild @@ -14,7 +14,7 @@ SRC_URI="" LICENSE="BSD-2" SLOT="0" KEYWORDS="" -IUSE="doc" +IUSE="" RDEPEND=" || ( @@ -22,26 +22,8 @@ RDEPEND=" >=sys-apps/portage-2.1.10.3[${PYTHON_USEDEP}] sys-apps/portage-mgorny[${PYTHON_USEDEP}] >=sys-apps/paludis-3.0.0_pre20170219[python,${PYTHON_USEDEP}] )" -DEPEND="doc? ( dev-python/epydoc[$(python_gen_usedep python2_7)] )" PDEPEND="app-eselect/eselect-package-manager" -REQUIRED_USE="doc? ( $(python_gen_useflags python2_7) )" - -src_configure() { - use doc && DISTUTILS_ALL_SUBPHASE_IMPLS=( python2.7 ) - distutils-r1_src_configure -} - -python_compile_all() { - use doc && esetup.py doc -} - python_test() { esetup.py test } - -python_install_all() { - use doc && local HTML_DOCS=( doc/. ) - - distutils-r1_python_install_all -} |