Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 272488 - Please implement PROPERTIES="set" feature
Summary: Please implement PROPERTIES="set" feature
Status: CONFIRMED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Enhancement/Feature Requests (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 144480 268891
  Show dependency tree
 
Reported: 2009-06-03 19:50 UTC by Maciej Mrozowski
Modified: 2022-09-25 07:57 UTC (History)
4 users (show)

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 Maciej Mrozowski gentoo-dev 2009-06-03 19:50:19 UTC
Following the discussion:
http://archives.gentoo.org/gentoo-dev/msg_02020c2650449920c941adf46dbf7d6f.xml

and revised Zac Medico proposition:
http://archives.gentoo.org/gentoo-dev/msg_aeb57814a55bb7f8a389a45d87d9449b.xml

As member of KDE herd, providing support for meta packages (supported by unmasked portage) and package sets (not flexible - not USE flags aware, not SLOT aware) is redundant job, and none of them provides what we want to manage multiple KDE releases in efficient manner.

Meta packages:
+ they are flexible (USE flags so optional dependencies, :${SLOT} deps and other variables can be utilized)
+ they fit already in known atom syntax
- does not pull packages when --oneshot is used (and no --update) - useless for rebuilding groups of live ebuilds
- does not support operators (intersections)

Sets (Portage 2.2_):
+ very useful in rebuilding groups of live packages
+ very useful in removal groups of packages
+ with intersections, they provide additional control
- syntax confusing for users
- no support for USE flags (enforce same kdeprefix=)
- 'wooden' - no ability to pull atoms conditionally (based on USE flag for example: now try to set -kdeprefix for all KDE 4.2 apps but no KDE live...)
- they cannot be simply revbumped - they need manual PV/SLOT dependency adjustments

PROPERTIES="set" seems to cover most pros of both solutions.
Adding intersection operator for such ebuilds could render current Portage sets nearly obsolete (system defined sets could not be implemented by PROPERTIES="set")
Comment 1 Maciej Mrozowski gentoo-dev 2009-08-04 23:13:26 UTC
CC-ing KDE team for feedback