# 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.127 2006/10/13 20:25:51 genstef Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/ChangeLog,v 1.128 2006/11/04 14:21:59 genstef Exp $
+
+*eix-0.7.9 (04 Nov 2006)
+
+ 04 Nov 2006; Stefan Schweizer <genstef@gentoo.org> -eix-0.7.6.ebuild,
+ +eix-0.7.9.ebuild:
+ version bump
*eix-0.7.7 (13 Oct 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.7.9.ebuild,v 1.1 2006/11/04 14:21:59 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 1a867f1cc058f43c738703d7aa2e9dfd eix-0.7.9.tar.bz2 355537
+RMD160 e3d0cf820808a429f6edbad1ae602778dabf6716 eix-0.7.9.tar.bz2 355537
+SHA256 de852b21f779582311d896d0681d7894fd8210be919355d174650556b1987aa8 eix-0.7.9.tar.bz2 355537