]> git.bzium.org - embe/overlay.git/commitdiff
Aktualizacja app-portage/eix-9999
authorMichał Bartoszkiewicz <mbartoszkiewicz@gmail.com>
Sat, 11 Aug 2012 09:41:47 +0000 (11:41 +0200)
committerMichał Bartoszkiewicz <mbartoszkiewicz@gmail.com>
Sat, 11 Aug 2012 09:41:47 +0000 (11:41 +0200)
app-portage/eix/Manifest
app-portage/eix/eix-9999.ebuild

index c7b00c06bdc55c2c5bf78552192d3d9bfb769c37..0d47e59cf122c48b5edf95c6241d4db65177dc78 100644 (file)
@@ -1 +1 @@
-EBUILD eix-9999.ebuild 1846 RMD160 95bb88fdef7dcae4188123d9e519fb80e2e07acf SHA1 028c2eb1213f3e90c5d65157b5884e2ac66ce756 SHA256 b04a72d4a8bc2b0dfcc62f9e49695ac29d75c28a96277b867f795c30f165f392
+EBUILD eix-9999.ebuild 1902 SHA256 706b5eae604942608672e664c8c0472a48b3dc6cddcef5dc03926dee5ea289cd SHA512 d788ce461b0257cbf011b21783d98a489f77411556ee30c5024575ab228ca96f162be0ada57cab5470e9fce0196614a2cc5d7e7f48a96601c925683d29d098cb WHIRLPOOL 900c4c6ec2cc58763f0137082c9c3db18da76de0e9d0434e83660dae1b83efdf6b41333b0ec4c47ff5c70c168d94721dcc4d37a73d47294ead7f375025b579f8
index 243a93a970de6c813ed32c14e94467ee7fa06f1b..be574197a10aa7100322343e4fbd1470e28d3814 100644 (file)
@@ -7,7 +7,9 @@ EGIT_REPO_URI="git://git.berlios.de/eix"
 
 WANT_LIBTOOL="none"
 
-inherit autotools git-2 multilib bash-completion-r1
+PLOCALES="de ru"
+
+inherit autotools git-2 bash-completion-r1 eutils multilib l10n
 
 DESCRIPTION="Search and query ebuilds, portage incl. local settings, ext. overlays, version changes, and more"
 HOMEPAGE="http://eix.berlios.de"
@@ -15,17 +17,18 @@ HOMEPAGE="http://eix.berlios.de"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS=""
-IUSE="debug +dep doc nls optimization security strong-optimization sqlite tools zsh-completion"
+IUSE="clang debug +dep doc nls optimization security strong-optimization sqlite tools zsh-completion"
 
-RDEPEND="sqlite? ( >=dev-db/sqlite-3 )
-       nls? ( virtual/libintl )
-       app-shells/push
-       zsh-completion? ( !!<app-shells/zsh-completion-20091203-r1 )"
+RDEPEND="app-shells/push
+       sqlite? ( >=dev-db/sqlite-3 )
+       nls? ( virtual/libintl )"
 DEPEND="${RDEPEND}
+       clang? ( sys-devel/clang )
        doc? ( dev-python/docutils )
        sys-devel/gettext"
 
 src_prepare() {
+       epatch_user
        eautopoint
        eautoreconf
 }
@@ -38,6 +41,7 @@ src_configure() {
                $(use_enable strong-optimization) $(use_enable debug debugging) \
                $(use_with prefix always-accept-keywords) \
                $(use_with dep dep-default) \
+               $(use_with clang nongnu-cxx clang++) \
                --with-ebuild-sh-default="/usr/$(get_libdir)/portage/bin/ebuild.sh" \
                --with-portage-rootpath="${ROOTPATH}" \
                --with-eprefix-default="${EPREFIX}" \