From 8c81c18906d2334e1ca9bfdbe652bfbd957d76cf Mon Sep 17 00:00:00 2001 From: eroen Date: Sun, 9 Mar 2014 17:56:39 +0100 Subject: isso - cleanup --- www-apps/isso/isso-9999.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/www-apps/isso/isso-9999.ebuild b/www-apps/isso/isso-9999.ebuild index 1363ca68..79c22541 100644 --- a/www-apps/isso/isso-9999.ebuild +++ b/www-apps/isso/isso-9999.ebuild @@ -63,7 +63,8 @@ LIBDEPEND="dev-python/html5lib[${PYTHON_USEDEP}] HDEPEND="dev-python/setuptools[${PYTHON_USEDEP}] !binary? ( dev-ruby/sass net-libs/nodejs ) - doc? ( dev-python/sphinx )" + doc? ( dev-python/sphinx + dev-ruby/sass )" DEPEND="${HDEPEND} test? ( dev-python/nose[${PYTHON_USEDEP}] ${LIBDEPEND} )" @@ -167,10 +168,10 @@ python_test() { python_install_all() { distutils-r1_python_install_all + use doc && dohtml -r -A txt "${T}"/html + insinto /etc newins docs/isso.example.cfg ${PN}.conf - use doc && dodoc -r "${T}"/html - newinitd "${FILESDIR}"/${PN}.initd ${PN} newconfd "${FILESDIR}"/${PN}.confd ${PN} } -- cgit v1.2.1