diff options
author | 2024-01-14 23:06:02 +0100 | |
---|---|---|
committer | 2024-03-18 20:48:01 +0100 | |
commit | d68cf453973fce2878bd8006cd21514024774de4 (patch) | |
tree | 2702d5552e70f82075a16dcc1ee0d66a99fe2fd0 /acct-user/i2pd/i2pd-0-r3.ebuild | |
parent | acct-user/i2p: update EAPI 7 -> 8 (diff) | |
download | gentoo-d68cf453973fce2878bd8006cd21514024774de4.tar.gz gentoo-d68cf453973fce2878bd8006cd21514024774de4.tar.bz2 gentoo-d68cf453973fce2878bd8006cd21514024774de4.zip |
acct-user/i2pd: update EAPI 7 -> 8
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'acct-user/i2pd/i2pd-0-r3.ebuild')
-rw-r--r-- | acct-user/i2pd/i2pd-0-r3.ebuild | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/acct-user/i2pd/i2pd-0-r3.ebuild b/acct-user/i2pd/i2pd-0-r3.ebuild new file mode 100644 index 000000000000..73bcd00a2fd7 --- /dev/null +++ b/acct-user/i2pd/i2pd-0-r3.ebuild @@ -0,0 +1,14 @@ +# Copyright 2019-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit acct-user + +DESCRIPTION="User for the system-wide net-vpn/i2pd server" +ACCT_USER_ID=470 +ACCT_USER_GROUPS=( i2pd ) +ACCT_USER_HOME=/var/lib/i2pd +ACCT_USER_HOME_PERMS=0700 + +acct-user_add_deps |