* [gentoo-commits] repo/gentoo:master commit in: acct-user/deluge/
@ 2019-10-11 14:57 Craig Andrews
0 siblings, 0 replies; 2+ messages in thread
From: Craig Andrews @ 2019-10-11 14:57 UTC (permalink / raw
To: gentoo-commits
commit: d137de4a30758608c28f2a6880cf91d15816ac2b
Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 9 20:01:37 2019 +0000
Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Fri Oct 11 14:56:57 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d137de4a
acct-user/deluge: add 'deluge' user (UID 454)
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>
acct-user/deluge/deluge-0.ebuild | 12 ++++++++++++
acct-user/deluge/metadata.xml | 20 ++++++++++++++++++++
2 files changed, 32 insertions(+)
diff --git a/acct-user/deluge/deluge-0.ebuild b/acct-user/deluge/deluge-0.ebuild
new file mode 100644
index 00000000000..f847d27a6b7
--- /dev/null
+++ b/acct-user/deluge/deluge-0.ebuild
@@ -0,0 +1,12 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-user
+
+DESCRIPTION="user for deluge"
+ACCT_USER_ID=454
+ACCT_USER_GROUPS=( deluge )
+
+acct-user_add_deps
diff --git a/acct-user/deluge/metadata.xml b/acct-user/deluge/metadata.xml
new file mode 100644
index 00000000000..8984bd6608b
--- /dev/null
+++ b/acct-user/deluge/metadata.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>paolo.pedroni@iol.it</email>
+ <name>Paolo Pedroni</name>
+ </maintainer>
+ <maintainer type="person">
+ <email>k_f@gentoo.org</email>
+ <name>Kristian Fiskerstrand</name>
+ </maintainer>
+ <maintainer type="person">
+ <email>candrews@gentoo.org</email>
+ <name>Craig Andrews</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Gentoo Proxy Maintainers Project</name>
+ </maintainer>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: acct-user/deluge/
@ 2023-04-05 12:00 Joonas Niilola
0 siblings, 0 replies; 2+ messages in thread
From: Joonas Niilola @ 2023-04-05 12:00 UTC (permalink / raw
To: gentoo-commits
commit: 9b3461d8ab83d867c3a562d5dc16663f1edb55da
Author: kolhell <kolspambox <AT> gmail <DOT> com>
AuthorDate: Mon Mar 20 18:59:01 2023 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed Apr 5 11:54:38 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b3461d8
acct-user/deluge: add /var/lib/deluge as ACCT_USER_HOME
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 <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/30272
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
acct-user/deluge/deluge-0-r1.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/acct-user/deluge/deluge-0-r1.ebuild b/acct-user/deluge/deluge-0-r1.ebuild
index 90041a5c4ee5..328da7731618 100644
--- a/acct-user/deluge/deluge-0-r1.ebuild
+++ b/acct-user/deluge/deluge-0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2019-2020 Gentoo Authors
+# Copyright 2019-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -8,5 +8,6 @@ inherit acct-user
DESCRIPTION="user for deluge"
ACCT_USER_ID=454
ACCT_USER_GROUPS=( deluge )
+ACCT_USER_HOME=/var/lib/deluge
acct-user_add_deps
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-04-05 12:01 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-11 14:57 [gentoo-commits] repo/gentoo:master commit in: acct-user/deluge/ Craig Andrews
-- strict thread matches above, loose matches on Subject: below --
2023-04-05 12:00 Joonas Niilola
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox