Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 154753 - implement basic set operations
Summary: implement basic set operations
Status: RESOLVED DUPLICATE of bug 6411
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Enhancement/Feature Requests (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-10 21:36 UTC by Wesley Pegden
Modified: 2006-11-11 01:46 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Wesley Pegden 2006-11-10 21:36:11 UTC
My feature request is for the implementation of some basic set operations.  Since the only sets now are system and world and system is a subset of world, the only one needed right now would be "difference".  But you might as well throw in intersections, unions, whatever as well.

this way, you could re-emerge your whole system (for example after a gcc upgrade) by doing
emerge -e system
and then
emerge -e [world \minus system]
(or something like that), so that you re-emerge all packages, and the system gets done first.

Also, it's conceivable that sometimes someone would want to emerge world except for a few packages, so it would be nice to have a way of typing out a set from elements; for example
emerge -u --deep [world \minus {openoffice}]
or something like that.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-11-11 01:46:03 UTC

*** This bug has been marked as a duplicate of 6411 ***