public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] [PATCH 0/4] acct-{user,group}.eclass: make user/group names writable
@ 2024-05-09 11:57 Michael Orlitzky
  2024-05-09 11:57 ` [gentoo-dev] [PATCH 1/4] acct-user.eclass: make ACCT_USER_NAME writable Michael Orlitzky
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Michael Orlitzky @ 2024-05-09 11:57 UTC (permalink / raw)
  To: gentoo-dev

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



^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2024-05-10  5:58 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-09 11:57 [gentoo-dev] [PATCH 0/4] acct-{user,group}.eclass: make user/group names writable Michael Orlitzky
2024-05-09 11:57 ` [gentoo-dev] [PATCH 1/4] acct-user.eclass: make ACCT_USER_NAME writable Michael Orlitzky
2024-05-09 12:00   ` Michał Górny
2024-05-10  5:58     ` Ulrich Mueller
2024-05-09 11:57 ` [gentoo-dev] [PATCH 2/4] acct-group.eclass: make ACCT_GROUP_NAME writable Michael Orlitzky
2024-05-09 11:57 ` [gentoo-dev] [PATCH 3/4] acct-user.eclass: use an eclass variable for the override variable name Michael Orlitzky
2024-05-09 12:03   ` Michał Górny
2024-05-09 12:12     ` Michael Orlitzky
2024-05-09 12:41       ` Michał Górny
2024-05-09 11:57 ` [gentoo-dev] [PATCH 4/4] acct-group.eclass: " Michael Orlitzky

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox