diff options
| author | eroen | 2014-03-09 17:56:39 +0100 |
|---|---|---|
| committer | eroen | 2014-03-09 18:21:15 +0100 |
| commit | 8c81c18906d2334e1ca9bfdbe652bfbd957d76cf (patch) | |
| tree | dab62485c6dd063e5274b4b9a7457667bdcfd3b6 | |
| parent | db5a48ebdc5f82f65811a184507490b1a9c6a6aa (diff) | |
| download | eroen-overlay-8c81c18906d2334e1ca9bfdbe652bfbd957d76cf.tar.gz eroen-overlay-8c81c18906d2334e1ca9bfdbe652bfbd957d76cf.tar.bz2 eroen-overlay-8c81c18906d2334e1ca9bfdbe652bfbd957d76cf.tar.xz | |
isso - cleanup
| -rw-r--r-- | www-apps/isso/isso-9999.ebuild | 7 |
1 files 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} } |
