Gentoo Archives: gentoo-user

From: Ernie Schroder <schroder@×××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] What's bringing in Mozzilla?
Date: Sun, 26 Mar 2006 19:00:41
Message-Id: 200603261350.36704.schroder@ntplx.net
In Reply to: Re: [gentoo-user] What's bringing in Mozzilla? by Rumen Yotov
1 On Sunday 26 March 2006 13:34, a tiny voice compelled Rumen Yotov to write:
2 > On Sun, 2006-03-26 at 13:22 -0500, Ernie Schroder wrote:
3 > > On Sunday 26 March 2006 13:13, a tiny voice compelled Neil Bothwick to
4 write:
5 > > > On Sun, 26 Mar 2006 12:14:42 -0500, Ernie Schroder wrote:
6 > > > > $ sudo emerge -auvD world
7 > > >
8 > > > Add --tree to the options.
9 > >
10 > > $ sudo emerge -auvDt world
11 > >
12 > > These are the packages that I would merge, in reverse order:
13 > >
14 > > Calculating world dependencies ...done!
15 > > [ebuild U ] media-video/realplayer-10.0.7 [10.0.6] -nsplugin 6,494 kB
16 > > [ebuild U ] app-portage/eix-0.5.1-r2 [0.3.0-r2] 302 kB
17 > > [ebuild U ] sys-apps/busybox-1.1.0 [1.00-r4] -debug -floppyboot
18 > > -make-symlinks -netboot -savedconfig -static 1,375 kB
19 > > [ebuild U ] media-video/nvidia-glx-1.0.6629-r7 [1.0.6629-r6] 8,520 kB
20 > > [nomerge ] perl-core/File-Spec-3.12 -minimal
21 > > [nomerge ] dev-perl/module-build-0.26.11 -minimal
22 > > [ebuild U ] dev-perl/Archive-Tar-1.28 [1.26] -minimal 35 kB
23 > > [ebuild U ] net-www/mplayerplug-in-3.21 [2.80] -gecko-sdk +gtk 204 kB
24 > > [ebuild N ] www-client/mozilla-firefox-1.0.7-r4 -debug -gnome +ipv6
25 > > +java -mozcalendar -mozdevelop -moznoxft -mozsvg +truetype -xinerama
26 > > -xprint 32,131 kB
27 > > [ebuild U ] www-client/mozilla-launcher-1.49 [1.45] 5 kB
28 > > [nomerge ] x11-terms/xterm-207 -Xaw3d -doc -toolbar +truetype
29 > > -unicode [nomerge ] sys-apps/utempter-0.5.5.6
30 > > [nomerge ] app-arch/rpm2targz-9.0-r3
31 > > [nomerge ] sys-apps/file-4.13 -build +python
32 > > [nomerge ] x11-base/xorg-x11-6.8.2-r6 -3dfx +3dnow
33 > > +bitmap-fonts -cjk -debug -dlloader -dmx -doc -font-server
34 > > -insecure-drivers +ipv6 -minimal +mmx +nls -nocxx +opengl +pam -sdk -sse
35 > > -static +truetype-fonts +type1-fonts (-uclibc) -xprint +xv
36 > > [ebuild U ] x11-base/opengl-update-3.0.0 [2.2.4] 0 kB
37 > > [ebuild N ] app-admin/eselect-opengl-1.0.3 3 kB
38 > > [ebuild N ] app-admin/eselect-1.0 -bash-completion -doc 142
39 > > kB
40 > >
41 > > Total size of downloads: 49,216 kB
42 > >
43 > > Do you want me to merge these packages? [Yes/No]
44 > >
45 > > Does this say that Mozilla-launcher wants Mozilla? the tree format
46 > > confuses the heck out of me.
47 > >
48 > > --
49 > > Regards, Ernie
50 >
51 > Hi,
52 > No it's "net-www/mplayerplug-in-3.21" which fetches mozilla, --tree view
53 > is read bottom --> top.
54 > HTH.Rumen
55
56
57 OK so at this point, mplayerplug-in wants mozilla-firefox, but I have
58 mozilla-firefox-bin installed. Any way to fix that?
59
60 from mozilla-firefox-bin ebuild:
61
62 DEPEND=">=media-video/mplayer-1.0_pre5
63 gecko-sdk? ( net-libs/gecko-sdk )
64 !gecko-sdk? ( || ( >=www-client/mozilla-1.6 www-client/mozilla-firefox ) )
65 || ( ( x11-libs/libXpm
66 x11-proto/xextproto
67 )
68 virtual/x11
69 )
70 gtk? (
71 >=x11-libs/gtk+-2.2.0
72 dev-libs/atk
73 >=dev-libs/glib-2.2.0
74 >=x11-libs/pango-1.2.1
75 )"
76
77 Could I edit the ebuild like so?
78
79 DEPEND=">=media-video/mplayer-1.0_pre5
80 gecko-sdk? ( net-libs/gecko-sdk )
81 !gecko-sdk? ( || ( >=www-client/mozilla-1.6 www-client/mozilla-firefox
82 www-client/mozilla-firefox-bin ) )
83 || ( ( x11-libs/libXpm
84 x11-proto/xextproto
85 )
86 virtual/x11
87 )
88 gtk? (
89 >=x11-libs/gtk+-2.2.0
90 dev-libs/atk
91 >=dev-libs/glib-2.2.0
92 >=x11-libs/pango-1.2.1
93 )"
94
95 --
96 Regards, Ernie
97 --
98 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] What's bringing in Mozzilla? Bo Andresen <bo.andresen@×××××.com>