diff options
author | 2006-10-02 10:38:11 +0000 | |
---|---|---|
committer | 2006-10-02 10:38:11 +0000 | |
commit | 799e64314c68b88e217a375cd59125b2dc440c1d (patch) | |
tree | 06270059118f06b79fac0773e26ff673acc247cd /app-portage | |
parent | Version bumped. (diff) | |
download | gentoo-2-799e64314c68b88e217a375cd59125b2dc440c1d.tar.gz gentoo-2-799e64314c68b88e217a375cd59125b2dc440c1d.tar.bz2 gentoo-2-799e64314c68b88e217a375cd59125b2dc440c1d.zip |
version bump
(Portage version: 2.1.2_pre2-r1)
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/eix/ChangeLog | 8 | ||||
-rw-r--r-- | app-portage/eix/eix-0.7.6.ebuild | 35 | ||||
-rw-r--r-- | app-portage/eix/files/digest-eix-0.7.6 | 3 |
3 files changed, 45 insertions, 1 deletions
diff --git a/app-portage/eix/ChangeLog b/app-portage/eix/ChangeLog index 7706bf63d045..eac9239588eb 100644 --- a/app-portage/eix/ChangeLog +++ b/app-portage/eix/ChangeLog @@ -1,6 +1,12 @@ # 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.125 2006/10/01 14:08:30 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/ChangeLog,v 1.126 2006/10/02 10:38:10 genstef Exp $ + +*eix-0.7.6 (02 Oct 2006) + + 02 Oct 2006; Stefan Schweizer <genstef@gentoo.org> -eix-0.7.5.ebuild, + +eix-0.7.6.ebuild: + version bump *eix-0.7.5 (01 Oct 2006) diff --git a/app-portage/eix/eix-0.7.6.ebuild b/app-portage/eix/eix-0.7.6.ebuild new file mode 100644 index 000000000000..d7b1db9e516e --- /dev/null +++ b/app-portage/eix/eix-0.7.6.ebuild @@ -0,0 +1,35 @@ +# 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.6.ebuild,v 1.1 2006/10/02 10:38:10 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." +} diff --git a/app-portage/eix/files/digest-eix-0.7.6 b/app-portage/eix/files/digest-eix-0.7.6 new file mode 100644 index 000000000000..397421a27102 --- /dev/null +++ b/app-portage/eix/files/digest-eix-0.7.6 @@ -0,0 +1,3 @@ +MD5 a9e6b8082f7c112167aea44d7bce768b eix-0.7.6.tar.bz2 349890 +RMD160 239f54b449e50cb028ac19a99b7766da0811bafe eix-0.7.6.tar.bz2 349890 +SHA256 f6269b2bf3dc5b666f27c2c973ed57c4801f426062057bd2fe595cf8451a3da6 eix-0.7.6.tar.bz2 349890 |