diff --git a/dev-libs/Ice/Ice-3.6.2.ebuild b/dev-libs/Ice/Ice-3.6.2.ebuild index 67c997b..67bc632 100644 --- a/dev-libs/Ice/Ice-3.6.2.ebuild +++ b/dev-libs/Ice/Ice-3.6.2.ebuild @@ -202,10 +202,6 @@ src_compile() { emake -C cpp ${MAKE_RULES} || die "emake failed" - if use doc ; then - emake -C cpp/doc || die "building docs failed" - fi - if use php; then local slot for slot in $(php_get_slots); do @@ -290,7 +286,6 @@ src_install() { fi if use doc ; then - dohtml -r cpp/doc/reference/* dodoc "${DISTDIR}/${PN}-3.6.1.pdf" fi diff --git a/dev-libs/Ice/Ice-3.6.9999.ebuild b/dev-libs/Ice/Ice-3.6.9999.ebuild index 850a902..c276af7 100644 --- a/dev-libs/Ice/Ice-3.6.9999.ebuild +++ b/dev-libs/Ice/Ice-3.6.9999.ebuild @@ -31,7 +31,7 @@ HOMEPAGE="http://www.zeroc.com/" LICENSE="GPL-2" SLOT="0/36" KEYWORDS="" -IUSE="doc examples libressl +ncurses mono php php_namespaces python ruby test debug" +IUSE="examples libressl +ncurses mono php php_namespaces python ruby test debug" RDEPEND=">=dev-libs/expat-2.0.1 >=app-arch/bzip2-1.0.5 @@ -207,10 +207,6 @@ src_compile() { emake -C cpp ${MAKE_RULES} || die "emake failed" - if use doc ; then - emake -C cpp/doc || die "building docs failed" - fi - if use php; then local slot for slot in $(php_get_slots); do @@ -294,10 +290,6 @@ src_install() { doins cpp/config/*.cfg fi - if use doc ; then - dohtml -r cpp/doc/reference/* - fi - if use php ; then insinto "/usr/share/php/${PN}" doins $(cd php/lib; find "${S}"/php/lib/ -name '*.php' -print)