Re: [gentoo-user] Re: Getting rid of gnome-vfs

2005-12-09 Thread Richard Fish
On 12/9/05, Edwin Kapauni [EMAIL PROTECTED] wrote:
 Richard Fish wrote:
  [...]
 
  Equery depends is a little brain damaged here.  It lists _possible_
  dependancies, not real ones.

 Good to know. Is there any more reliable replacement for equery d?

Nothing really simple, but you can script it with something like:

dep=gnome-vfs;  for pkg in `equery depends $dep` ; do
t=`emerge -Dvep =$pkg | grep $dep`
test -n $t  echo $pkg
done

HTH,
-Richard

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: Getting rid of gnome-vfs

2005-12-09 Thread ellotheth rimmwen
gentoo-user is reading my mind...

I just had the same firefox-thunderbird/gnome-vfs/equery depends
question this morning, and was on the verge of make a list/forum post.

I wonder if I bleed purple...

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: Getting rid of gnome-vfs

2005-12-08 Thread Edwin Kapauni

Holly Bostick wrote:

And what are your USE flags for those packages?

 emerge -pv mozilla-firefox mozilla-thunderbird

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild   R   ] www-client/mozilla-firefox-1.5  -canvas -debug *+gnome*
-ipv6 +java -mozdevelop +mozsvg -xinerama +xprint 0 kB
[ebuild   R   ] mail-client/mozilla-thunderbird-1.0.7-r3  -debug
*+gnome* -ipv6 +ldap -mozcalendar -moznoxft +truetype -xinerama +xprint 0 kB

Total size of downloads: 0 kB


Mine is:

These are the packages that I would merge, in order:

Calculating dependencies    ...done!
[ebuild   R   ] www-client/mozilla-firefox-1.5  -canvas -debug *-gnome* 
+ipv6 +java -mozdevelop +mozsvg -xinerama +xprint 0 kB
[ebuild   R   ] mail-client/mozilla-thunderbird-1.0.7  -debug *-gnome* 
+ipv6 -ldap -mozcalendar -moznoxft +truetype -xinerama +xprint 32,608 kB





Runtime Dependencies
mozilla-firefox-1.5

app-arch/unzip
app-arch/zip
dev-libs/expat
 | = dev-libs/glib - 2.8.2
 | = dev-libs/libIDL - 0.8.0
 | = media-libs/jpeg - 6b
 | = media-libs/libmng - 1.0.0
 | = media-libs/libpng - 1.2.1
 | = sys-libs/zlib - 1.1.4
 | = www-client/mozilla-launcher - 1.42
 | = www-client/mozilla-launcher - 1.39
 | = x11-libs/gtk+ - 2.8.6
 | = x11-libs/pango - 1.10.1
 ==   gnome = gnome-base/gnome-vfs - 2.3.5
 | mozsvg ! x11-base/xorg-x11 - 6.7.0-r2
 | virtual/x11
 | java virtual/jre

As you see, the gnome USE flag is what enables gnome-vfs (as an
*optional* dependency, based on the enabling or disabling of that flag),
The same goes for Thunderbird.


So there seems to be something wrong (in my configuration?) since I'm 
always having -gnome in my global use flags.


But equery says:

~#equery d gnome-vfs
mail-client/mozilla-thunderbird-1.0.7
www-client/mozilla-firefox-1.5

Why does it require gnome-vfs when I have *-gnome*?

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: Getting rid of gnome-vfs

2005-12-08 Thread Richard Fish
On 12/8/05, Edwin Kapauni [EMAIL PROTECTED] wrote:
 But equery says:

 ~#equery d gnome-vfs
 mail-client/mozilla-thunderbird-1.0.7
 www-client/mozilla-firefox-1.5

Equery depends is a little brain damaged here.  It lists _possible_
dependancies, not real ones.

See if gnome-vfs show up in emerge --depclean --pretend.

-Richard

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: Getting rid of gnome-vfs

2005-12-08 Thread Edwin Kapauni

Richard Fish wrote:

[...]

Equery depends is a little brain damaged here.  It lists _possible_
dependancies, not real ones.


Good to know. Is there any more reliable replacement for equery d?



See if gnome-vfs show up in emerge --depclean --pretend.


No, it didn't come up.
But I could unmerge it and revdep-rebuild didn't bring it back. So I 
must have had it in my world file somehow.


Many thanks for helping

--
gentoo-user@gentoo.org mailing list