-EBUILD eix-9999.ebuild 1846 RMD160 95bb88fdef7dcae4188123d9e519fb80e2e07acf SHA1 028c2eb1213f3e90c5d65157b5884e2ac66ce756 SHA256 b04a72d4a8bc2b0dfcc62f9e49695ac29d75c28a96277b867f795c30f165f392
+EBUILD eix-9999.ebuild 1902 SHA256 706b5eae604942608672e664c8c0472a48b3dc6cddcef5dc03926dee5ea289cd SHA512 d788ce461b0257cbf011b21783d98a489f77411556ee30c5024575ab228ca96f162be0ada57cab5470e9fce0196614a2cc5d7e7f48a96601c925683d29d098cb WHIRLPOOL 900c4c6ec2cc58763f0137082c9c3db18da76de0e9d0434e83660dae1b83efdf6b41333b0ec4c47ff5c70c168d94721dcc4d37a73d47294ead7f375025b579f8
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"
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
}
$(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}" \