éæ å wrote:
> I hope I am not the only one who have this requirement: I am a normal Gentoo
> user, I wish to:
> 
> 1) if there is a new version of xorg-x11 gets stable on sparc (that is,
> keyword masked by 'sparc') I get email notification of that;
> 2) if there is a new version of gnome (in my case, gnome-2.10) gets stable
> on sparce, please let me know. 
> 
> Currently what I am doing is check portage once a week to see if it happens.
> Is there such a service I can register to see all the event related to
> certain packages?
> 
> Just an idea. 
> --
> éäèæ Real SoftService
> http://www.realss.com
> æææåçè: 0086 592 2086411
> Technical Contact: 0086 592 2086411
> 
> 
> 
> --
> gentoo-user@gentoo.org mailing list
> 

Hi.

You could try emerging 'app-portage/esearch' and the run esync which
runs an emerge --sync and then eupdatedb (creates an index of your local
portage tree.)

# emerge -av app-portage/esearch
# eupdatedb     #(run once the create the index)

put "esync -n -s" in crontab or whatever.

The output will show new packages, updated packages.
You can use grep or something similar to filter the output to match your
wanted packages.

btw. esearch is pretty fast. =)

## regular search with emerge
ha henrik # time emerge -S browser
Searching...
[ Results for search key : browser ]
[ Applications found : 74 ]
...
...
...
real    0m19.269s
user    0m17.059s
sys     0m2.128s

## search with esearch
ha henrik # time esearch -S browser
[ Results for search key : browser ]
[ Applications found : 74 ]
...
...
...
real    0m0.132s
user    0m0.120s
sys     0m0.011s


//henrik

--
gentoo-user@gentoo.org mailing list

Reply via email to