# 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.132 2006/12/08 19:34:54 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/ChangeLog,v 1.133 2006/12/11 10:05:27 genstef Exp $
+
+*eix-0.8.3 (11 Dec 2006)
+
+ 11 Dec 2006; Stefan Schweizer <genstef@gentoo.org> -eix-0.7.7.ebuild,
+ +eix-0.8.3.ebuild:
+ version bump
08 Dec 2006; Steve Dibb <beandog@gentoo.org> eix-0.8.2.ebuild:
amd64 stable, bug 157136
--- /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.3.ebuild,v 1.1 2006/12/11 10:05:27 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 63c2e82b2f8fcf66dcf87cd5d27053f4 eix-0.8.3.tar.bz2 362642
+RMD160 ad9a8193b7888051749e576dc0380cd2b1052681 eix-0.8.3.tar.bz2 362642
+SHA256 360b15852975f1ef233a228823a577a825af4f2a5889fa489707b6d6af001258 eix-0.8.3.tar.bz2 362642