summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* acct-user/deluge: 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/deluge: add /var/lib/deluge as ACCT_USER_HOMEkolhell2023-04-051-1/+2
| | | | | | | | | | | | | | | | | | Sets homedir for the 'deluge' user to '/var/lib/deluge' which is the default working directory for both deluged and deluge-web when started with openrc. This change makes the openrc scripts work out-of-the-box after emerging deluge. Previously users were required to manually create and set permissions for this directory and/or edit configs for deluged and deluge-web for them to be startable via openrc. Since the deluge user also writes logs to this directory by default, this solution is not always apparent to users. Closes: https://bugs.gentoo.org/828507 Signed-off-by: kolhell <kolspambox@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/30272 Signed-off-by: Joonas Niilola <juippis@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>
* */*: Add proxied="yes" for non-@gentoo.org peopleMichał Górny2021-03-161-1/+1
| | | | | | | | | | | | Done via: find -name metadata.xml -exec xml ed -P -L \ -a '/pkgmetadata/maintainer[substring(email, string-length(email) - string-length("@gentoo.org") + 1) != "@gentoo.org"]' \ -t attr -n proxied -v yes {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Add 'proxied="proxy"' for proxy-maint projectMichał Górny2021-03-161-1/+1
| | | | | | | | | | Done via: find -name metadata.xml -exec xml ed -P -L \ -a '//maintainer[email="proxy-maint@gentoo.org"]' \ -t attr -n proxied -v proxy {} + Signed-off-by: Michał Górny <mgorny@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>
* */*: reassign k_f's packagesMichał Górny2020-09-071-4/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* acct-user/deluge: add 'deluge' user (UID 454)Craig Andrews2019-10-112-0/+32
Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Craig Andrews <candrews@gentoo.org>