Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 86764 Details for
Bug 133311
eix-0.5.5-r1 (Update) : Enable bash-completion use flag
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
new ebuild enabling bashcompletion
eix-0.5.5-r1.ebuild (text/plain), 1.31 KB, created by
Charles-Henri d'Adhémar
on 2006-05-14 11:28:15 UTC
(
hide
)
Description:
new ebuild enabling bashcompletion
Filename:
MIME Type:
Creator:
Charles-Henri d'Adhémar
Created:
2006-05-14 11:28:15 UTC
Size:
1.31 KB
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils bash-completion > >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" >IUSE="" > >DEPEND="sys-apps/portage" > >src_unpack() { > unpack ${A} > cd ${S} > epatch ${FILESDIR}/eix-bug127184.patch > epatch ${FILESDIR}/${P}-gentoo-obsd.patch >} > >src_install() { > make DESTDIR="${D}" install || die "make install failed" > dobashcompletion ${S}/contrib/${PN}.bash-completion >} > >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." >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 133311
: 86764