I just discovered that and it is awesome, too bad the documentation doesn't explain/sell it well enough.
First add a remote index, gpo is building a cache for you :
eix-remote fetch "http://gpo.zugaina.org/eix_cache/eix-cache.tbz2"Then, tell eix to not drop this remote index after eix-update by setting KEEP_VIRTUALS=true in your /etc/eixrc:
# cat /etc/eixrc KEEP_VIRTUALS=trueUpdate your remote index !
eix-remote updateNow if you want to search in the remote indexes, just add -R (for remote) in your search
eix -R scratchEix will differentiate clearly the remote indexed ones from the local / portage ones
Enjoy !
Awesome. Was looking for this. Thanks a lot.
ReplyDelete