]> git.bzium.org - embe/overlay.git/commitdiff
Aktualizacja app-portage/eix-9999
authorMichał Bartoszkiewicz <mbartoszkiewicz@gmail.com>
Sun, 20 Feb 2011 16:33:17 +0000 (17:33 +0100)
committerMichał Bartoszkiewicz <mbartoszkiewicz@gmail.com>
Sun, 20 Feb 2011 16:33:17 +0000 (17:33 +0100)
app-portage/eix/Manifest
app-portage/eix/eix-9999.ebuild

index b071b2b80a480a532f149a6c4de88e76ef52407d..8b35230479b3ac9888b54aa7fc66707bde6cbaa1 100644 (file)
@@ -1 +1 @@
-EBUILD eix-9999.ebuild 1313 RMD160 7972fba216866aabd3bf40d34182a3dbbc706549 SHA1 d5d8e38e52c24ee11b92cb21f8f54f48ad4b4449 SHA256 1ade713b9dd0afac6a8f9fc8e54924c76173902fec649d358979a824658ca81d
+EBUILD eix-9999.ebuild 1336 RMD160 f2c906a5d232d02e5da646dd691e86a74da9622e SHA1 981a9b9c658820c7f9c4513bfa9cc3debec0bd34 SHA256 2191a9d0f472cfdf8dd5de8f2b9a2186b5b9879000b59183cc85eaf2c3b15b60
index 2053336e5e2a3cca9a114a7f47a097c6ba2f8520..2fe3a50f770a4789db2d918ef9fab3ec6b300954 100644 (file)
@@ -1,7 +1,7 @@
-# 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"
@@ -16,17 +16,19 @@ HOMEPAGE="http://eix.berlios.de"
 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) \
@@ -36,8 +38,3 @@ src_configure() {
                --docdir="${EPREFIX}/usr/share/doc/${PF}" \
                --htmldir="${EPREFIX}/usr/share/doc/${PF}/html"
 }
-
-src_install() {
-       emake DESTDIR="${D}" install || die "emake install failed"
-       prepalldocs
-}