# ChangeLog for app-portage/eix
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/ChangeLog,v 1.138 2006/12/24 00:14:45 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/ChangeLog,v 1.139 2006/12/24 14:41:53 genstef Exp $
+
+*eix-0.8.4 (24 Dec 2006)
+
+ 24 Dec 2006; <stefan@gentoo.org> -eix-0.8.2.ebuild, +eix-0.8.4.ebuild:
+ New eix version as christmas present
24 Dec 2006; Tobias Scherbaum <dertobi123@gentoo.org> eix-0.7.9.ebuild:
Stable on ppc.
--- /dev/null
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/eix-0.8.4.ebuild,v 1.1 2006/12/24 14:41:53 genstef Exp $
+
+DESCRIPTION="Small utility for searching ebuilds with indexing for fast results"
+HOMEPAGE="http://dev.croup.de/proj/eix"
+SRC_URI="mirror://sourceforge/eix/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc-macos ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE="sqlite"
+
+DEPEND="sqlite? ( >=dev-db/sqlite-3 )"
+RDEPEND="${DEPEND}"
+
+src_compile() {
+ econf $(use_with sqlite) || die "econf failed"
+ emake || die "emake failed"
+ src/eix --dump-defaults >eixrc || die "generating eixrc failed"
+}
+
+src_install() {
+ emake DESTDIR="${D}" install || die "emake install failed"
+
+ dodoc AUTHORS ChangeLog TODO
+
+ insinto /etc
+ doins eixrc
+}
+
+pkg_postinst() {
+ einfo "As of >=eix-0.5.4, \"metadata\" is the new default cache."
+ einfo "It's independent of the portage-version and the cache used by portage."
+}
--- /dev/null
+MD5 1445fc458f81ad3b6ed59e543c79e415 eix-0.8.4.tar.bz2 362634
+RMD160 30f8087f09fdd4e7b01161c7e71acdd9ada945d7 eix-0.8.4.tar.bz2 362634
+SHA256 2e81d17c492187190ff022caadf67ba807a4b4b6e375bf8bba122ad0c98c5d06 eix-0.8.4.tar.bz2 362634