Support changing the user/group name of GLEP81 packages. This is
sometimes required in overlays because package naming restrictions
prohibit valid user/group names from being package names.

We drop "readonly" from the eclasses, and move the computation of the
make.conf override variable names to global scope so that the eclasses
won't try to use weird user/group names as bash variables names.

Michael Orlitzky (4):
  acct-user.eclass: make ACCT_USER_NAME writable
  acct-group.eclass: make ACCT_GROUP_NAME writable
  acct-user.eclass: use an eclass variable for the override variable
    name
  acct-group.eclass: use an eclass variable for the override variable
    name

 eclass/acct-group.eclass | 31 +++++++++++++++++++++++--------
 eclass/acct-user.eclass  | 39 +++++++++++++++++++++++++--------------
 2 files changed, 48 insertions(+), 22 deletions(-)

-- 
2.43.2


Reply via email to