diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2006-08-08 16:42:20 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2006-08-08 16:42:20 +0000 |
commit | c21ac13db66ba816665518209b4f8cab2888c30e (patch) | |
tree | aee53b077ba8a67aacd94e03a049f650743b24df /app-portage | |
parent | Stable on amd64 and x86 wrt bug #141905. (diff) | |
download | gentoo-2-c21ac13db66ba816665518209b4f8cab2888c30e.tar.gz gentoo-2-c21ac13db66ba816665518209b4f8cab2888c30e.tar.bz2 gentoo-2-c21ac13db66ba816665518209b4f8cab2888c30e.zip |
version bump
(Portage version: 2.1.1_pre4-r4)
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/eix/ChangeLog | 7 | ||||
-rw-r--r-- | app-portage/eix/eix-0.6.3.ebuild | 37 | ||||
-rw-r--r-- | app-portage/eix/files/digest-eix-0.6.3 | 3 |
3 files changed, 46 insertions, 1 deletions
diff --git a/app-portage/eix/ChangeLog b/app-portage/eix/ChangeLog index 8cbb477941e8..f261fd2fa85b 100644 --- a/app-portage/eix/ChangeLog +++ b/app-portage/eix/ChangeLog @@ -1,6 +1,11 @@ # 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.99 2006/08/06 11:14:13 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/ChangeLog,v 1.100 2006/08/08 16:42:20 genstef Exp $ + +*eix-0.6.3 (08 Aug 2006) + + 08 Aug 2006; Stefan Schweizer <genstef@gentoo.org> +eix-0.6.3.ebuild: + version bump *eix-0.6.2 (06 Aug 2006) diff --git a/app-portage/eix/eix-0.6.3.ebuild b/app-portage/eix/eix-0.6.3.ebuild new file mode 100644 index 000000000000..ca22da35bf5d --- /dev/null +++ b/app-portage/eix/eix-0.6.3.ebuild @@ -0,0 +1,37 @@ +# 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.6.3.ebuild,v 1.1 2006/08/08 16:42:20 genstef Exp $ + +inherit eutils + +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="" + +DEPEND="sys-apps/portage" + +src_install() { + emake DESTDIR="${D}" install || die "emake install failed" +} + +pkg_postinst() { + einfo "Please run 'update-eix' to setup the portage search database." + einfo "The database file will be located at /var/cache/eix" + echo + einfo "If you want to use cdb support, you need to add" + einfo " PORTDIR_CACHE_METHOD=\"cdb\"" + einfo "to /etc/eixrc or ~/.eixrc" + echo + einfo "If you want to use the backported cache patch of portage-2.1" + einfo "you need to add" + einfo " PORTDIR_CACHE_METHOD=\"backport\"" + einfo "to /etc/eixrc or ~/.eixrc" + echo + 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.6.3 b/app-portage/eix/files/digest-eix-0.6.3 new file mode 100644 index 000000000000..eae3e32a63c4 --- /dev/null +++ b/app-portage/eix/files/digest-eix-0.6.3 @@ -0,0 +1,3 @@ +MD5 f2f05ac65e206e01a88e5cad871af130 eix-0.6.3.tar.bz2 321473 +RMD160 2facd8ea82bf3d0103d51a500614bf445ae1c2eb eix-0.6.3.tar.bz2 321473 +SHA256 764fa26961e8b16ac99705e2ecf0cabdbb7d6c546fabd983aa56e518edb7682f eix-0.6.3.tar.bz2 321473 |