vaeth / eix

eix can access Gentoo portage ebuild information and description very quickly (using a local cache). It can also be used to access information on installed packages, local settings, and local and external overlays, and informs about changes in the tree
GNU General Public License v2.0
164 stars 13 forks source link

eix-test-obsolete: profile support #99

Open kobboi opened 2 years ago

kobboi commented 2 years ago

I manage my own profiles, to easily share USE flag settings, masks, unmasks, ... between different hosts I manage. In that sense, just like a user would in /etc/portage, I have things that become outdated. Is this something eix-test-obsolete would be able to help out with?

vaeth commented 2 years ago

Not planned and not feasible. I recommend instead of sharing a profile to share subdirectories of /etc/portage/package.*. You can also put a link to the shared subdirectories there (and so in the end you have to share only one directory tree which is probably the reason why you use a profile for sharing).