Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 401659 - app-portage/install-mask: add app-admin/localepurge functionality
Summary: app-portage/install-mask: add app-admin/localepurge functionality
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Low enhancement (vote)
Assignee: Michał Górny
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-31 16:59 UTC by Christoph Junghans (RETIRED)
Modified: 2017-02-22 13:03 UTC (History)
2 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 Christoph Junghans (RETIRED) gentoo-dev 2012-01-31 16:59:05 UTC
I guess, it would be possible to generate a install mask from LINGUAS and all available LANGs.
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2012-01-31 22:43:38 UTC
Zac, do you feel like implementing INSTALL_MASK_EXCLUDE?
Comment 2 Zac Medico gentoo-dev 2012-01-31 22:59:01 UTC
(In reply to comment #1)
> Zac, do you feel like implementing INSTALL_MASK_EXCLUDE?

Sure.
Comment 3 Christoph Junghans (RETIRED) gentoo-dev 2012-02-01 16:50:18 UTC
Feel free to correct me, but I was thinking about something like:
for i in /usr/share/locale/*; do 
  [[ -d $i ]] || continue
  for l in ${LINGUAS}; do
     [[ $l = ${i##*/} ]] || echo "$i/*"
  done 
done > INSTALL_MASK
Comment 4 Christoph Junghans (RETIRED) gentoo-dev 2013-11-01 22:42:57 UTC
Hmm, did we decided anything on this?
Comment 5 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2017-02-22 13:03:46 UTC
To be honest, I have no clue how this ended up. But I doubt anything will happen here. I recall preparing some initial patches on reworking INSTALL_MASK in Portage but I don't recall how that ended up.