diff options
author | John Turner <jturner.usa+gentoo@gmail.com> | 2025-09-05 20:03:57 -0400 |
---|---|---|
committer | John Turner <jturner.usa+gentoo@gmail.com> | 2025-09-05 21:53:04 -0400 |
commit | 35e9b0dccffc1f657782a0f7b3a875bec8170848 (patch) | |
tree | 8a2839e994fcbe8f6f9713d2687396a4d3a9f85d /acct-user/pypaste | |
parent | ba6d54a794abcaa2ef74090540fe04235d5541b4 (diff) | |
download | ebuilds-35e9b0dccffc1f657782a0f7b3a875bec8170848.tar.gz |
new ebuild pypaste-9999 and corresponding user/group
Diffstat (limited to 'acct-user/pypaste')
-rw-r--r-- | acct-user/pypaste/pypaste-0.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/acct-user/pypaste/pypaste-0.ebuild b/acct-user/pypaste/pypaste-0.ebuild new file mode 100644 index 0000000..d484de0 --- /dev/null +++ b/acct-user/pypaste/pypaste-0.ebuild @@ -0,0 +1,16 @@ +# Copyright 2019-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit acct-user + +DESCRIPTION="User for app-text/pypaste" +ACCT_USER_ID=-1 +ACCT_USER_GROUPS=( ${PN} ) +# The systemd unit needs HOME to be set +# https://bugs.gentoo.org/521916 +ACCT_USER_HOME=/var/lib/pypaste +ACCT_USER_HOME_PERMS=0700 + +acct-user_add_deps |