summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* acct-user/unifi: update EAPI 7 -> 8Conrad Kostecki2024-03-181-2/+2
| | | | Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* Revbump all acct-group and acct-user packagesMike Gilbert2023-07-091-0/+0
| | | | | | | user-info.eclass was modified to fix a bug in egetent. Revbump everything to ensure that binpkgs get regenerated. Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* acct-user/*: remove ACCT_USER_HOME_OWNER if it is equal to defaultAlexander Kurakin2023-02-011-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `acct-user.eclass`'s documentation [says](https://devmanual.gentoo.org/eclass-reference/acct-user.eclass/index.html): ``` ACCT_USER_HOME_OWNER The ownership to use for the home directory, in chown ([user][:group]) syntax. Defaults to the newly created user, and its primary group. ``` ``` ACCT_USER_GROUPS (REQUIRED) List of groups the user should belong to. This must be a bash array. The first group specified is the user's primary group, while the remaining groups (if any) become supplementary groups. ``` So we can remove in `acct-user/user/user-0.ebuild`: ``` ACCT_USER_HOME_OWNER="user" ``` Moreover if we have: ``` ACCT_USER_GROUPS=( primary_group group2 ) ``` , we can remove ``` ACCT_USER_HOME_OWNER="user:primary_group" ``` Signed-off-by: Alexander Kurakin <kuraga333@mail.ru> Closes: https://github.com/gentoo/gentoo/pull/29214 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* acct-user/unifi: drop myself as a maintainerBen Kohler2023-01-311-4/+0
| | | | Signed-off-by: Ben Kohler <bkohler@gentoo.org>
* **/metadata.xml: Replace http by https in DOCTYPE elementUlrich Müller2021-09-111-1/+1
| | | | | Bug: https://bugs.gentoo.org/552720 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* acct-*: Revbumps for sysusers.d in eclassMichał Górny2020-12-281-1/+1
| | | | | Closes: https://bugs.gentoo.org/762089 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* acct-user/unifi: updated metadata.xmlConrad Kostecki2019-12-031-5/+1
| | | | | Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* acct-user/unifi: add user for net-wireless/unifiConrad Kostecki2019-09-172-0/+37
UID 113 will be used, as Arch also uses this one. Fedora and RHEL don't have a reserved UID. Bug: https://bugs.gentoo.org/694684 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Manifest-Sign-Key: 5646E9134B279879CD890EB80910C5FCDF5469A3 Signed-off-by: Conrad Kostecki <conrad@kostecki.com> Signed-off-by: Ben Kohler <bkohler@gentoo.org>