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