Hottest Free Downloads - DownloadPipe.com Over 197,000 downloads! Bookmark Now!
DownloadPipe.com - New Downloads Every Minute
 SEARCH:
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

[gentoo-user] about layman and eix search

 
   Linux (Home) -> User RSS
Next:  Accepted binutils 2.19.91.20091003-1 (source all ..  
Author Message
Harry Putnam

External


Since: Aug 20, 2005
Posts: 165



(Msg. 1) Posted: Sat Oct 03, 2009 11:25 am
Post subject: [gentoo-user] about layman and eix search
Archived from groups: linux>gentoo>user (more info?)

How to make eix search an overlay too.

The manpage for layman says:

You can search through the ebuilds available in the overlays on
http://overlays.gentoo.org by using "eix". Emerge the package and
run update-eix-remote update.

But I find no such option in eix or eix --help|grep update
or 'man eix' although I do find eix-remote and eix-layman.

But not at all clear if either of those can cause eix to search
overlays.

I don't see any likely use flags to change either at:
emerge -vp eix:
[ebuild R ] app-portage/eix-0.18.0
USE="bzip2 nls -deprecated -doc -sqlite -tools" 0 kB

It must be common task for people using overlays... so anyone know how
its done.
Back to top
Login to vote
Roy Wright

External


Since: Nov 22, 2007
Posts: 15



(Msg. 2) Posted: Sat Oct 03, 2009 3:26 pm
Post subject: Re: [gentoo-user] about layman and eix search [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Oct 3, 2009, at 10:07 AM, hp_sebastian wrote:

> On Sat, 03 Oct 2009 09:42:42 -0500 Harry Putnam <reader DeleteThis @newsguy.com>
> wrote:
>> How to make eix search an overlay too.
>>
>> The manpage for layman says:
>>
>> You can search through the ebuilds available in the overlays on
>> http://overlays.gentoo.org by using "eix". Emerge the package and
>> run update-eix-remote update.
>>
>> But I find no such option in eix or eix --help|grep update
>> or 'man eix' although I do find eix-remote and eix-layman.
>
> eix-update adds overlays to the eix-database. If you use eix-sync
> instead of emerge --sync, you don't have to run eix-update afterwards.
>
>> [...]
>

update-eix-remote is an executable, not an option to the eix
executable. After running update-eix-remote your normal eix queries
will include overlays.

HTH,
Roy
Back to top
Login to vote
Harry Putnam

External


Since: Aug 20, 2005
Posts: 165



(Msg. 3) Posted: Sat Oct 03, 2009 3:26 pm
Post subject: [gentoo-user] Re: about layman and eix search [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Roy Wright <roy RemoveThis @wright.org> writes:

> update-eix-remote is an executable, not an option to the eix
> executable. After running update-eix-remote your normal eix queries
> will include overlays.

Ha.. no wonder I didn't find it.

However its not a part of the eix package nor is it visible on
portage. At least

equery files eix|grep remote fails to show it and

`eix eix-remote' fails as well.
Back to top
Login to vote
Alan McKinnon

External


Since: Jan 08, 2008
Posts: 205



(Msg. 4) Posted: Sat Oct 03, 2009 3:26 pm
Post subject: Re: [gentoo-user] Re: about layman and eix search [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Saturday 03 October 2009 20:20:47 Harry Putnam wrote:
> Roy Wright <roy.RemoveThis@wright.org> writes:
> > update-eix-remote is an executable, not an option to the eix
> > executable. After running update-eix-remote your normal eix queries
> > will include overlays.
>
> Ha.. no wonder I didn't find it.
>
> However its not a part of the eix package nor is it visible on
> portage. At least
>
> equery files eix|grep remote fails to show it and
>
> `eix eix-remote' fails as well.
>

Those files changed names in recent versions of eix. There is no more update-
eix-remote. It's all in the ChangeLog.

--
alan dot mckinnon at gmail dot com
Back to top
Login to vote
Paul Hartman

External


Since: Jul 08, 2009
Posts: 18



(Msg. 5) Posted: Sat Oct 03, 2009 4:25 pm
Post subject: Re: [gentoo-user] about layman and eix search [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Sat, Oct 3, 2009 at 9:42 AM, Harry Putnam <reader.TakeThisOut@newsguy.com> wrote:
> How to make eix search an overlay too.
>
> The manpage for layman says:
>
> You can search through the ebuilds available in the overlays on
> http://overlays.gentoo.org by using "eix". Emerge the package and
> run update-eix-remote update.
>
> But I find no such option in eix or eix --help|grep update
> or 'man eix' although I do find eix-remote and eix-layman.
>
> But not at all clear if either of those can cause eix to search
> overlays.
>
> I don't see any likely use flags to change either at:
> emerge -vp eix:
> [ebuild R ] app-portage/eix-0.18.0
> USE="bzip2 nls -deprecated -doc -sqlite -tools" 0 kB
>
> It must be common task for people using overlays... so anyone know how
> its done.

Hi,

Create the file /etc/eix-sync.conf with this one character in it:
*

Then you can simply run eix-sync to automatically sync your overlays,
main portage tree, and update the EIX cache. Afterward it will show
you what is new or has changed. No need to run layman -S or emerge
--sync ever again. Smile

Also, if you have any overlays that don't include metadata, you can
add lines like this beneath the asterisk in eix-sync.conf to make it
generate cache for them:
!egencache --repo=theoverlayname --update

At least that's how I do it.
Back to top
Login to vote
Roy Wright

External


Since: Nov 22, 2007
Posts: 15



(Msg. 6) Posted: Sat Oct 03, 2009 4:25 pm
Post subject: Re: [gentoo-user] Re: about layman and eix search [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Oct 3, 2009, at 1:34 PM, Alan McKinnon wrote:

> On Saturday 03 October 2009 20:20:47 Harry Putnam wrote:
>> Roy Wright <roy DeleteThis @wright.org> writes:
>>> update-eix-remote is an executable, not an option to the eix
>>> executable. After running update-eix-remote your normal eix queries
>>> will include overlays.
>>
>> Ha.. no wonder I didn't find it.
>>
>> However its not a part of the eix package nor is it visible on
>> portage. At least
>>
>> equery files eix|grep remote fails to show it and
>>
>> `eix eix-remote' fails as well.
>>
>
> Those files changed names in recent versions of eix. There is no
> more update-
> eix-remote. It's all in the ChangeLog.
>

The old update-eix-remote would index all available overlays which
made it real handy for finding which overlay you needed. The new eix-
remote seems to only index the overlays you have installed. Am I
missing something?

Also I keep getting this error message, even after explicitly running
eix-update:

# eix-remote update
* Fetching eix-caches.tbz2
--2009-10-03 14:13:07-- http://dev.gentooexperimental.org/eix_cache/eix-caches.tbz2
Resolving dev.gentooexperimental.org... 81.93.240.53
Connecting to dev.gentooexperimental.org|81.93.240.53|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 46 [application/octet-stream]
Saving to: `eix-caches.tbz2'

100%
[=
=
=
====================================================================>]
46 --.-K/s in 0s

2009-10-03 14:13:07 (10.7 MB/s) - `eix-caches.tbz2' saved [46/46]

* Unpacking data
Can't open the database file /tmp/eix-remote.5zs73hch/1/* for reading
(mode = 'rb')
Did you forget to create it with 'eix-update'?
* is broken
* Calling eix-update
....


TIA,
Roy
Back to top
Login to vote
Harry Putnam

External


Since: Aug 20, 2005
Posts: 165



(Msg. 7) Posted: Sat Oct 03, 2009 4:25 pm
Post subject: [gentoo-user] Re: about layman and eix search [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Paul Hartman <paul.hartman+gentoo@gmail.com> writes:

[...]

>> It must be common task for people using overlays... so anyone know how
>> its done.
>
> Hi,
>
> Create the file /etc/eix-sync.conf with this one character in it:
> *
>
> Then you can simply run eix-sync to automatically sync your overlays,
> main portage tree, and update the EIX cache. Afterward it will show
> you what is new or has changed. No need to run layman -S or emerge
> --sync ever again. Smile
>
> Also, if you have any overlays that don't include metadata, you can
> add lines like this beneath the asterisk in eix-sync.conf to make it
> generate cache for them:
> !egencache --repo=theoverlayname --update
>
> At least that's how I do it.

Nice...

I do use eix-sync for a good while now... but had not synced since
installing layman... and found the out of date directions posted
earlier. ... I didn't realize eix-sync would synchronize overlays
too... I've never had an overlay before. ... I'm setting up `sunshine'
now ....thanks.
Back to top
Login to vote
Display posts from previous:   
Related Topics:
[gentoo-user] How to get my overlay into layman ? - Hi folks, could anyone please give me some hint how to get my overlay into layman's overlay list ? thx -- --------------------------------------------------------------------- Enrico Weigelt == metux IT service - http://www.metux.de/..

[gentoo-user] advice for a desktop search package? - Hi, I'd like to know, in your humble or less humble opinion, what's a good desktop search package for Gentoo. Preferibly I'd like KDE integration. I am aware of the following: - Beagle - Strigi - Kat Are there others? What are pros/cons of these..

[gentoo-user] Re:_Digest_of_gentoo-user@lists.gentoo.org_i.. - Por las nuevas políticas de calidad ISO 9001 que la empresa está implementando, todos los temas relacionados con soporte técnico deben ser realizadas al correo electrónico soporte@asesconsulting.com. Muchas gracias y disculpe las molestías. ..

[gentoo-user] Re:_Digest_of_gentoo-user@lists.gentoo.org_i.. - Por las nuevas políticas de calidad ISO 9001 que la empresa está implementando, todos los temas relacionados con soporte técnico deben ser realizadas al correo electrónico soporte@asesconsulting.com. Muchas gracias y disculpe las molestías. ..

[gentoo-user] Planet Larry: Gentoo User's Blogs - A few devs have setup an unofficial Gentoo project, a planet feed of blogs of Gentoo users. The site is available online right now at http://larrythecow.org/ The idea is simple -- we already have Planet Gentoo[1] and Gentoo Universe[2] which pull in..
       Linux (Home) -> User All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Categories:
 Windows Forums
 Game Forums
  Linux Forums
 Mac Forums
 PDA Forums
 Mobile Forums
  Top  |  Store  |  RSS Feeds RSS  |  Data Feeds  |  Advertise  |  Submit  |  Bookmark  |  Newsletter  |  Contact