[dev-libs/Ice] fix doc install for release, use NOTEST for live, add readline and ncurses slot operators for both
This commit is contained in:
parent
9be61eb169
commit
6182fb3852
@ -45,7 +45,7 @@ RDEPEND=">=dev-libs/expat-2.0.1
|
|||||||
!dev-python/IcePy
|
!dev-python/IcePy
|
||||||
!dev-ruby/IceRuby"
|
!dev-ruby/IceRuby"
|
||||||
DEPEND="${RDEPEND}
|
DEPEND="${RDEPEND}
|
||||||
ncurses? ( sys-libs/ncurses sys-libs/readline )
|
ncurses? ( sys-libs/ncurses:0= sys-libs/readline:0= )
|
||||||
test? (
|
test? (
|
||||||
${PYTHON_DEPS}
|
${PYTHON_DEPS}
|
||||||
dev-python/passlib[${PYTHON_USEDEP}]
|
dev-python/passlib[${PYTHON_USEDEP}]
|
||||||
@ -286,7 +286,7 @@ src_install() {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if use doc ; then
|
if use doc ; then
|
||||||
dodoc "${DISTDIR}/${PN}-3.6.1.pdf"
|
dodoc "${DISTDIR}/${P}.pdf"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if use php ; then
|
if use php ; then
|
||||||
|
@ -50,7 +50,7 @@ RDEPEND=">=dev-libs/expat-2.0.1
|
|||||||
!dev-python/IcePy
|
!dev-python/IcePy
|
||||||
!dev-ruby/IceRuby"
|
!dev-ruby/IceRuby"
|
||||||
DEPEND="${RDEPEND}
|
DEPEND="${RDEPEND}
|
||||||
ncurses? ( sys-libs/ncurses sys-libs/readline )
|
ncurses? ( sys-libs/ncurses:0= sys-libs/readline:0= )
|
||||||
test? (
|
test? (
|
||||||
${PYTHON_DEPS}
|
${PYTHON_DEPS}
|
||||||
dev-python/passlib[${PYTHON_USEDEP}]
|
dev-python/passlib[${PYTHON_USEDEP}]
|
||||||
@ -126,7 +126,7 @@ src_prepare() {
|
|||||||
if ! use test ; then
|
if ! use test ; then
|
||||||
sed -i \
|
sed -i \
|
||||||
-e '/SUBDIRS/s|\ test||' \
|
-e '/SUBDIRS/s|\ test||' \
|
||||||
{cpp,csharp,php,python,ruby}/Makefile || die "sed failed"
|
{csharp,python,ruby}/Makefile || die "sed failed"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -149,7 +149,8 @@ src_configure() {
|
|||||||
install_mandir=\"${ED}/usr/share/man\"
|
install_mandir=\"${ED}/usr/share/man\"
|
||||||
embedded_runpath_prefix=\"${EPREFIX}/usr\"
|
embedded_runpath_prefix=\"${EPREFIX}/usr\"
|
||||||
LP64=yes
|
LP64=yes
|
||||||
new_dtags=yes"
|
new_dtags=yes
|
||||||
|
NOTEST=$(usex test no yes)"
|
||||||
|
|
||||||
use ncurses && OPTIONS="${MAKE_RULES} USE_READLINE=yes" || MAKE_RULES="${MAKE_RULES} USE_READLINE=no"
|
use ncurses && OPTIONS="${MAKE_RULES} USE_READLINE=yes" || MAKE_RULES="${MAKE_RULES} USE_READLINE=no"
|
||||||
use debug && OPTIONS="${MAKE_RULES} OPTIMIZE=no" || MAKE_RULES="${MAKE_RULES} OPTIMIZE=yes"
|
use debug && OPTIONS="${MAKE_RULES} OPTIMIZE=no" || MAKE_RULES="${MAKE_RULES} OPTIMIZE=yes"
|
||||||
|
Loading…
Reference in New Issue
Block a user