-EBUILD eix-9999.ebuild 1313 RMD160 7972fba216866aabd3bf40d34182a3dbbc706549 SHA1 d5d8e38e52c24ee11b92cb21f8f54f48ad4b4449 SHA256 1ade713b9dd0afac6a8f9fc8e54924c76173902fec649d358979a824658ca81d
+EBUILD eix-9999.ebuild 1336 RMD160 f2c906a5d232d02e5da646dd691e86a74da9622e SHA1 981a9b9c658820c7f9c4513bfa9cc3debec0bd34 SHA256 2191a9d0f472cfdf8dd5de8f2b9a2186b5b9879000b59183cc85eaf2c3b15b60
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=3
+EAPI="4"
ESVN_REPO_URI="https://svn.gentooexperimental.org/eix/trunk/"
ESVN_BOOTSTRAP="./autogen.sh"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS=""
-IUSE="+bzip2 debug doc hardened nls optimization strong-optimization sqlite tools"
+IUSE="bzip2 debug doc hardened nls optimization strong-optimization sqlite tools zsh-completion"
RDEPEND="sqlite? ( dev-db/sqlite:3 )
nls? ( virtual/libintl )
- bzip2? ( app-arch/bzip2 )"
+ bzip2? ( app-arch/bzip2 )
+ zsh-completion? ( !!<app-shells/zsh-completion-20091203-r1 )"
DEPEND="${RDEPEND}
doc? ( dev-python/docutils )
sys-devel/gettext"
src_configure() {
- econf $(use_with bzip2) $(use_with sqlite) $(use_with doc rst) \
+ econf $(use_with bzip2) $(use_with sqlite) $(use_with doc extra-doc) \
+ $(use_with zsh-completion) \
$(use_enable nls) $(use_enable tools separate-tools) \
$(use_enable hardened security) $(use_enable optimization) \
$(use_enable strong-optimization) $(use_enable debug debugging) \
--docdir="${EPREFIX}/usr/share/doc/${PF}" \
--htmldir="${EPREFIX}/usr/share/doc/${PF}/html"
}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- prepalldocs
-}