Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[solved] emerge --unmerge & package.keyword
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
polslinux
Apprentice
Apprentice


Joined: 12 Apr 2010
Posts: 253
Location: Veneto

PostPosted: Thu Apr 29, 2010 11:34 am    Post subject: [solved] emerge --unmerge & package.keyword Reply with quote

i have 2 problems...
1) i have done:
Code:
emerge gnome

when it has finished i have removed ekiga with
Code:
emerge --unmerge ekiga
but when i give
Code:
emerge --update --deep --ask world
, emerge recompile and reinstall ekiga...there's a way to IGNORE it?

2) if i put a package in packge.keywords file and then i'll do
Code:
emerge --update --ask world
, emerge doesn't update it...but i have to give emerge $packagename...why??

Last edited by polslinux on Thu Apr 29, 2010 3:48 pm; edited 1 time in total
Back to top
View user's profile Send private message
AllenJB
Veteran
Veteran


Joined: 02 Sep 2005
Posts: 1285

PostPosted: Thu Apr 29, 2010 11:58 am    Post subject: Reply with quote

Ekiga:
To find out what's pulling ekiga back in, add the -atv (--ask, --tree, --verbose) options to your emerge command. Find ekiga in the list, then look what's immediately above and less indented than it.

--deep:
The --deep option tells emerge to check all dependencies. Without this option, emerge will only check the top 2 or so levels of dependencies of the packages in the world set. Thus, with the --deep option, more updates or missing packages will be picked up than without it.
Back to top
View user's profile Send private message
polslinux
Apprentice
Apprentice


Joined: 12 Apr 2010
Posts: 253
Location: Veneto

PostPosted: Thu Apr 29, 2010 12:58 pm    Post subject: Reply with quote

Code:
pol-gentoo pol # emerge -atv ekiga

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

Calculating dependencies... done!
[ebuild  N    ] net-voip/ekiga-2.0.12  USE="dbus gnome sdl -avahi -debug -doc" 0 kB

Total: 1 package (1 new), Size of downloads: 0 kB

Would you like to merge these packages? [Yes/No]
Back to top
View user's profile Send private message
Genone
Retired Dev
Retired Dev


Joined: 14 Mar 2003
Posts: 9528
Location: beyond the rim

PostPosted: Thu Apr 29, 2010 3:05 pm    Post subject: Reply with quote

You need to add the --tree option in the command that pulls ekiga in when you don't want it. Obviously when you try it with `emerge ekiga` you are pulling it in intentionally, not some other package, so --tree doesn't help.
Back to top
View user's profile Send private message
krinn
Watchman
Watchman


Joined: 02 May 2003
Posts: 7470

PostPosted: Thu Apr 29, 2010 3:35 pm    Post subject: Reply with quote

ekiga is a part of gnome

you should use gnome-light to have a minimum gnome and then add the gnome tools you like.

in the ebuild it depend on ldap.
So maybe you can get ride of it even with gnome atom by keywording -ldap for gnome.
Back to top
View user's profile Send private message
polslinux
Apprentice
Apprentice


Joined: 12 Apr 2010
Posts: 253
Location: Veneto

PostPosted: Thu Apr 29, 2010 3:48 pm    Post subject: Reply with quote

mm ok thanks a lot :)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot 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