[dev-libs/Ice] fix USE="doc"

master
Robert Förster 7 years ago
parent 906803430b
commit b23911b5fe

@ -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

@ -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)

Loading…
Cancel
Save