# 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.129 2006/11/13 19:44:26 genstef Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/ChangeLog,v 1.130 2006/11/19 23:39:05 genstef Exp $
+
+*eix-0.8.2 (19 Nov 2006)
+
+ 19 Nov 2006; Stefan Schweizer <genstef@gentoo.org> -eix-0.8.1.ebuild,
+ +eix-0.8.2.ebuild:
+ version bump
*eix-0.8.1 (13 Nov 2006)
--- /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.2.ebuild,v 1.1 2006/11/19 23:39:05 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 3d77dae3fd6a6ee00c310ae6c96716f3 eix-0.8.2.tar.bz2 361710
+RMD160 cf0cf05b48ff7dbf96dddaf1d966c3fa189ce1ae eix-0.8.2.tar.bz2 361710
+SHA256 40ec60e57dfc2df9bf6fd1276be1edd99d00507ce728c5107a75f28f457e0844 eix-0.8.2.tar.bz2 361710