diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2006-08-06 11:14:13 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2006-08-06 11:14:13 +0000 |
commit | 2de0926984371753692059c999b330070ddbc337 (patch) | |
tree | e61337bbef66cc0fa67ed951635eae5d997e90b1 /app-portage | |
parent | 2.1.1_pre4-r4 revbump. This fixes bugs #128598, #140163, #140552, #141185, a... (diff) | |
download | gentoo-2-2de0926984371753692059c999b330070ddbc337.tar.gz gentoo-2-2de0926984371753692059c999b330070ddbc337.tar.bz2 gentoo-2-2de0926984371753692059c999b330070ddbc337.zip |
version bump, fixes bugs 138629, 140555, 142469, 142503 and 141818
(Portage version: 2.1.1_pre4-r3)
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/eix/ChangeLog | 7 | ||||
-rw-r--r-- | app-portage/eix/eix-0.6.2.ebuild | 37 | ||||
-rw-r--r-- | app-portage/eix/files/digest-eix-0.6.2 | 3 |
3 files changed, 46 insertions, 1 deletions
diff --git a/app-portage/eix/ChangeLog b/app-portage/eix/ChangeLog index 81b1b1820083..8cbb477941e8 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.98 2006/07/12 15:26:33 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/ChangeLog,v 1.99 2006/08/06 11:14:13 genstef Exp $ + +*eix-0.6.2 (06 Aug 2006) + + 06 Aug 2006; Stefan Schweizer <genstef@gentoo.org> +eix-0.6.2.ebuild: + version bump, fixes bugs 138629, 140555, 142469, 142503 and 141818 12 Jul 2006; Aron Griffis <agriffis@gentoo.org> eix-0.5.5.ebuild: Mark 0.5.5 stable on ia64. #132931 diff --git a/app-portage/eix/eix-0.6.2.ebuild b/app-portage/eix/eix-0.6.2.ebuild new file mode 100644 index 000000000000..f1c39261e7f4 --- /dev/null +++ b/app-portage/eix/eix-0.6.2.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.2.ebuild,v 1.1 2006/08/06 11:14:13 genstef Exp $ + +inherit eutils + +DESCRIPTION="Small utility for searching ebuilds with indexing for fast results" +HOMEPAGE="http://dev.croup.de/proj/eix" +SRC_URI="http://gentooexperimental.org/~genstef/dist/${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.2 b/app-portage/eix/files/digest-eix-0.6.2 new file mode 100644 index 000000000000..0b30d4bd9429 --- /dev/null +++ b/app-portage/eix/files/digest-eix-0.6.2 @@ -0,0 +1,3 @@ +MD5 c80a3f864186f19adbbc81475f7b9894 eix-0.6.2.tar.bz2 323857 +RMD160 25badf7b2ff6965e30d6d9dfd4b96b50245cea30 eix-0.6.2.tar.bz2 323857 +SHA256 6fe8d52dddb401faf1b295134f7e2c81402e8739b5e50655df6dae78b385766e eix-0.6.2.tar.bz2 323857 |