Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 670352

Summary: Feature Request: Add eselect command update
Product: Gentoo Linux Reporter: Massimo Burcheri <burcheri.massimo+bugs-gentoo>
Component: Current packagesAssignee: Default Assignee for New Packages <maintainer-wanted>
Status: UNCONFIRMED ---    
Severity: enhancement    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Massimo Burcheri 2018-11-05 08:27:38 UTC
For some eselect modules it would be useful to set the latest version like...

eselect kernel update

...implementing a behaviour similar to...

eselect kernel set "$(eselect kernel list | tail -n1 |cut -d " " -f 6)"

Incomplete list of modules that are switching incremental versions and could use such a command:
* binutils
* gcc
* kernel
* unison
* wine

Reproducible: Always
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2018-11-05 09:25:16 UTC
(In reply to Massimo Burcheri from comment #0)
> For some eselect modules it would be useful to set the latest version like...
> 
> eselect kernel update
> 
> ...implementing a behaviour similar to...
> 
> eselect kernel set "$(eselect kernel list | tail -n1 |cut -d " " -f 6)"
> 
> Incomplete list of modules that are switching incremental versions and could
> use such a command:
> * binutils

binutils-config from sys-devel/binutils-config

> * gcc

gcc-config from sys-devel/gcc-config

> * kernel

eselect kernel (/usr/share/eselect/modules/kernel.eselect app-admin/eselect)

> * unison

net-misc/unison that is?

> * wine

app-eselect/eselect-wine