Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED] udev and eudev what to do?
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2  
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
kernelOfTruth
Watchman
Watchman


Joined: 20 Dec 2005
Posts: 6111
Location: Vienna, Austria; Germany; hello world :)

PostPosted: Tue Oct 28, 2014 9:34 pm    Post subject: Reply with quote

Quote:
--oneshot (-1)
Emerge as normal, but do not add the packages to the world file
for later updating.


that is

Code:
emerge -1


(one)
_________________
https://github.com/kernelOfTruth/ZFS-for-SystemRescueCD/tree/ZFS-for-SysRescCD-4.9.0
https://github.com/kernelOfTruth/pulseaudio-equalizer-ladspa

Hardcore Gentoo Linux user since 2004 :D
Back to top
View user's profile Send private message
jheaton5
n00b
n00b


Joined: 05 Oct 2014
Posts: 11

PostPosted: Wed Oct 29, 2014 8:53 am    Post subject: Reply with quote

@kernelOfTruth: Thank you for your response.
Back to top
View user's profile Send private message
i92guboj
Bodhisattva
Bodhisattva


Joined: 30 Nov 2004
Posts: 10315
Location: Córdoba (Spain)

PostPosted: Wed Oct 29, 2014 9:12 am    Post subject: Reply with quote

Number one. Shorthand for "--oneshot". It emerges a package but doesn't add it to the world file. It's usually used when you want to re-emerge (for some reason) a package that is of no direct use for you but needs to be there because it is either a system package or a dependency (most libs go into this group) of a package that you have installed.

The bad thing about those getting into your world file is that, if for some reason, that package stops being a dependency of a package you installed, they won't be depcleaned by portage and will remain in your system forever even when you don't need them. Pollution in your world file also increment a bit the time portage needs to calculate dependencies when doing a world update.
Back to top
View user's profile Send private message
jheaton5
n00b
n00b


Joined: 05 Oct 2014
Posts: 11

PostPosted: Wed Oct 29, 2014 12:14 pm    Post subject: Reply with quote

i92guboj wrote:
Number one. Shorthand for "--oneshot". It emerges a package but doesn't add it to the world file. It's usually used when you want to re-emerge (for some reason) a package that is of no direct use for you but needs to be there because it is either a system package or a dependency (most libs go into this group) of a package that you have installed.

The bad thing about those getting into your world file is that, if for some reason, that package stops being a dependency of a package you installed, they won't be depcleaned by portage and will remain in your system forever even when you don't need them. Pollution in your world file also increment a bit the time portage needs to calculate dependencies when doing a world update.

Thanks, I found --oneshot (-1) in the man page.
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
Goto page Previous  1, 2
Page 2 of 2

 
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