Re: [gentoo-user] The day of the living aspell

2008-07-29 Thread Miika Linnapuomi
Sun, 27 Jul 2008 23:12:52 -0700
"Andrey Falko" <[EMAIL PROTECTED]> wrote:

> On Fri, Jul 25, 2008 at 12:41 PM, Jan Seeger
> <[EMAIL PROTECTED]> wrote:
> > Greetings,
> >
> > I have recently tasted the superior spelling correction of hunspell,
> > and don't ever want to see aspell on my system again.
> >
> > To that end, I have globally disabled the spell flag. However,
> > kdelibs still seems to depend on aspell, even though I have
> > disabled the flag and even rebuild kdelibs.
> >
> > equery d aspell gives me this (and yes, I have removed the
> > dictionaries) :
> >
> > app-dicts/aspell-de-0.60_pre20030222 (>=app-text/aspell-0.60)
> > app-dicts/aspell-en-6.0.0 (>=app-text/aspell-0.60)
> > app-editors/emacs-22.2-r2 (spell? app-text/aspell)
> > kde-base/kdelibs-3.5.9-r4 (spell? >=app-text/aspell-0.60.5)
> >
> > I have disabled the spell flag globally and in package.use, did a
> > emerge --newuse, and still, kdelibs is pulling in aspell.
> >
> > So, how can I get rid of it?
> >
> > Regards,
> > Jan
> > --
> > Four bits at a time
> > www.thenybble.de
> >
> >
> 
> So after removing aspell, aspell-en and aspell-de are still show in
> equery d? This is very strange...if I remove a package, it will no
> longer be shown in equery d.can you post you emerge --info?
> 

'equery depends' shows depedencies and possible depedencies, and it
doesn't care if they're installed or not.

For example, if I've set USE=minimal for xinit so xterm won't be
pulled in:




[EMAIL PROTECTED] ~ $ equery d xterm
[ Searching for packages depending on xterm... ]
x11-apps/xinit-1.0.5-r1 (!minimal? x11-terms/xterm)
[EMAIL PROTECTED] ~ $ emerge -pv xterm

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild  N] sys-libs/libutempter-1.1.5  15 kB 
[ebuild  N] x11-apps/luit-1.0.2  USE="-debug" 97 kB 
[ebuild  N] x11-terms/xterm-235  USE="truetype unicode -Xaw3d
-paste64 -toolbar" 838 kB 

Total: 3 packages (3 new), Size of downloads: 949 kB
[EMAIL PROTECTED] ~ $ emerge -pv xinit

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild   R   ] x11-apps/xinit-1.0.5-r1  USE="minimal pam -debug -hal"
105 kB 

Total: 1 package (1 reinstall), Size of downloads: 105 kB
[EMAIL PROTECTED] ~ $ 



In the aspell case, the (>=app-text/aspell-0.60) from equery means 'if
USE=spell, depend on aspell'

I hope that explains it

Miika


signature.asc
Description: PGP signature


Re: [gentoo-user] The day of the living aspell

2008-07-27 Thread Andrey Falko
On Fri, Jul 25, 2008 at 12:41 PM, Jan Seeger <[EMAIL PROTECTED]> wrote:
> Greetings,
>
> I have recently tasted the superior spelling correction of hunspell,
> and don't ever want to see aspell on my system again.
>
> To that end, I have globally disabled the spell flag. However, kdelibs
> still seems to depend on aspell, even though I have disabled the flag
> and even rebuild kdelibs.
>
> equery d aspell gives me this (and yes, I have removed the
> dictionaries) :
>
> app-dicts/aspell-de-0.60_pre20030222 (>=app-text/aspell-0.60)
> app-dicts/aspell-en-6.0.0 (>=app-text/aspell-0.60)
> app-editors/emacs-22.2-r2 (spell? app-text/aspell)
> kde-base/kdelibs-3.5.9-r4 (spell? >=app-text/aspell-0.60.5)
>
> I have disabled the spell flag globally and in package.use, did a
> emerge --newuse, and still, kdelibs is pulling in aspell.
>
> So, how can I get rid of it?
>
> Regards,
> Jan
> --
> Four bits at a time
> www.thenybble.de
>
>

So after removing aspell, aspell-en and aspell-de are still show in
equery d? This is very strange...if I remove a package, it will no
longer be shown in equery d.can you post you emerge --info?



[gentoo-user] The day of the living aspell

2008-07-25 Thread Jan Seeger
Greetings,

I have recently tasted the superior spelling correction of hunspell,
and don't ever want to see aspell on my system again.

To that end, I have globally disabled the spell flag. However, kdelibs
still seems to depend on aspell, even though I have disabled the flag
and even rebuild kdelibs.

equery d aspell gives me this (and yes, I have removed the
dictionaries) : 

app-dicts/aspell-de-0.60_pre20030222 (>=app-text/aspell-0.60)
app-dicts/aspell-en-6.0.0 (>=app-text/aspell-0.60)
app-editors/emacs-22.2-r2 (spell? app-text/aspell)
kde-base/kdelibs-3.5.9-r4 (spell? >=app-text/aspell-0.60.5)

I have disabled the spell flag globally and in package.use, did a
emerge --newuse, and still, kdelibs is pulling in aspell.

So, how can I get rid of it?

Regards,
Jan
--
Four bits at a time
www.thenybble.de