summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* acct-user/gkrellmd: adoptSam James2023-02-031-1/+4
| | | | | | | | Help very much still welcome, just adopting so it's not m-n and can fix the easy bugs at least. Signed-off-by: Sam James <sam@gentoo.org>
* acct-user/*: remove ACCT_USER_HOME_OWNER if it is equal to defaultAlexander Kurakin2023-02-0110-20/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `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>
* acct-user/tor: adopt w/ ajak@Sam James2023-01-291-1/+8
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* */*: remove blueness@ from most of his packages, by his requestMichał Górny2023-01-2813-52/+13
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* acct-user/pipewire: add 1Sam James2023-01-281-0/+13
| | | | | Bug: https://bugs.gentoo.org/832785 Signed-off-by: Sam James <sam@gentoo.org>
* acct-user/ros: treecleanJakov Smolić2023-01-242-22/+0
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* acct-user/mpd: add myself as a maintainerAdrian Schollmeyer2023-01-141-1/+8
| | | | | | Signed-off-by: Adrian Schollmeyer <nex+b-g-o@nexadn.de> Closes: https://github.com/gentoo/gentoo/pull/29093 Signed-off-by: Sam James <sam@gentoo.org>
* acct-user/squid: add proxied maintSam James2023-01-141-1/+8
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* */*: reassign zlogene@Michał Górny2023-01-1311-44/+7
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* acct-user/cmd5checkpw: treecleanJakov Smolić2022-12-202-24/+0
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* acct-user/soju: new package, add 0Alfred Persson Forsberg2022-12-142-0/+26
| | | | | Signed-off-by: Alfred Persson Forsberg <cat@catcream.org> Signed-off-by: Sam James <sam@gentoo.org>
* app-backup/amanda: remove Stefan Weichinger as proxied maintainerStefan G. Weichinger2022-12-061-4/+0
| | | | | | | Closes: https://github.com/gentoo/gentoo/pull/28491 Closes: https://bugs.gentoo.org/633272 Signed-off-by: Stefan G. Weichinger <lists@xunil.at> Signed-off-by: Florian Schmaus <flow@gentoo.org>
* acct-user/pipewire: drop gnome@Sam James2022-11-251-4/+4
| | | | | | As discussed a few times in #gentoo-desktop. Signed-off-by: Sam James <sam@gentoo.org>
* */*: retire Ralph Seichter as proxy maintainerDavid Seifert2022-11-197-52/+5
| | | | | Bug: https://bugs.gentoo.org/661450 Signed-off-by: David Seifert <soap@gentoo.org>
* acct-user/jellyfin: drop 0Craig Andrews2022-10-161-12/+0
| | | | Signed-off-by: Craig Andrews <candrews@gentoo.org>
* acct-user/jellyfin: add jellyfin to the video groupCraig Andrews2022-10-161-0/+12
| | | | | Closes: https://bugs.gentoo.org/877185 Signed-off-by: Craig Andrews <candrews@gentoo.org>
* acct-user/knot-resolver: new package, add 0Matthew Smith2022-10-162-0/+20
| | | | Signed-off-by: Matthew Smith <matthew@gentoo.org>
* acct-user/owntracks: New user for sci-geosciences/owntracks-recorderJames Le Cuirot2022-09-252-0/+20
| | | | Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* acct-user/goaccess: add user for goaccessVladimir Pavljuchenkov (SpiderX)2022-08-172-0/+26
| | | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Vladimir Pavljuchenkov <spiderx@spiderx.dp.ua> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* */*: reassign bman's packagesJoonas Niilola2022-08-141-4/+0
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* acct-user/gns3: add gns3 userMichael Mair-Keimberger2022-08-052-0/+24
| | | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Portage 3.0.32 / pkgdev 0.2.1 / pkgcheck 0.10.11 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* acct-user/firebird: use correct uidConrad Kostecki2022-07-271-1/+1
| | | | | | | User has been using incorrectly wrong UID. Closes: https://bugs.gentoo.org/861491 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* acct-user/pipewire: update maintainersSam James2022-07-271-4/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* acct-user/_cron-failure: new package, add 0Richard Freeman2022-07-252-0/+20
| | | | Signed-off-by: Richard Freeman <rich0@gentoo.org>
* acct-user/sonarr: [QA] fix dtd URL (HTTP->HTTPS)Sam James2022-07-231-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* acct-user/readarr: [QA] fix dtd URL (HTTP->HTTPS)Sam James2022-07-231-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* acct-user/radarr: [QA] fix dtd URL (HTTP->HTTPS)Sam James2022-07-231-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* acct-user/prowlarr: [QA] fix dtd URL (HTTP->HTTPS)Sam James2022-07-231-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* acct-user/jellyfin: [QA] fix dtd URL (HTTP->HTTPS)Sam James2022-07-231-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* acct-user/readarr: user for readarrCraig Andrews2022-07-202-0/+34
| | | | Signed-off-by: Craig Andrews <candrews@gentoo.org>
* acct-user/ejabberd: add missing RDEPEND of acct-group/epamFlorian Schmaus2022-07-181-0/+2
| | | | | Closes: https://bugs.gentoo.org/858746 Signed-off-by: Florian Schmaus <flow@gentoo.org>
* acct-user/ejabberd: add 2, drop 1Conrad Kostecki2022-07-161-0/+6
| | | | | Signed-off-by: Conrad Kostecki <conikost@gentoo.org> Signed-off-by: Florian Schmaus <flow@gentoo.org>
* acct-user/ejabberd: drop 0Conrad Kostecki2022-07-161-13/+0
| | | | | Signed-off-by: Conrad Kostecki <conikost@gentoo.org> Signed-off-by: Florian Schmaus <flow@gentoo.org>
* acct-user/prowlarr: group for prowlarrCraig Andrews2022-07-102-0/+34
| | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Craig Andrews <candrews@gentoo.org>
* acct-user/radarr: user for radarrCraig Andrews2022-07-102-0/+34
| | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Craig Andrews <candrews@gentoo.org>
* acct-user/sonarr: group for sonarrCraig Andrews2022-07-102-0/+33
| | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Craig Andrews <candrews@gentoo.org>
* acct-user/jellyfin: user for jellyfinCraig Andrews2022-07-102-0/+32
| | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Craig Andrews <candrews@gentoo.org>
* acct-user/amule: set home directoryConrad Kostecki2022-07-101-4/+6
| | | | | | | | If not set, amule cannot be started, since it wan't to write into a home directory. Closes: https://bugs.gentoo.org/849872 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* acct-user/synapse: new package, add 0Petr Vaněk2022-07-092-0/+24
| | | | | Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Sam James <sam@gentoo.org>
* acct-user/uptimed: EAPI 7 -> 8Conrad Kostecki2022-06-302-12/+13
| | | | Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* acct-user/uptimed: add myself as maintainerConrad Kostecki2022-06-301-1/+4
| | | | Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* acct-user/murmur: add myself as a maintainerKenton Groombridge2022-06-291-1/+4
| | | | Signed-off-by: Kenton Groombridge <concord@gentoo.org>
* acct-user/lightdm: add myself as a maintainerMarek Szuba2022-06-291-1/+4
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* */*: reassign polynomial-c's packagesJoonas Niilola2022-06-299-36/+8
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* acct-user/collectd: take ownershipConrad Kostecki2022-06-051-1/+4
| | | | Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* */*: reassign whissi's packagesJoonas Niilola2022-06-059-36/+5
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* acct-user/ejabberd: add 1Florian Schmaus2022-05-171-0/+14
| | | | Signed-off-by: Florian Schmaus <flow@gentoo.org>
* acct-user/nginx: new package, add 0Conrad Kostecki2022-05-142-0/+20
| | | | | Bug: https://bugs.gentoo.org/701254 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* acct-user/apache: update EAPI 7->8Conrad Kostecki2022-05-142-12/+12
| | | | Signed-off-by: Conrad Kostecki <conikost@gentoo.org>