diff options
author | 2024-04-18 02:05:18 +0200 | |
---|---|---|
committer | 2024-04-23 16:31:22 +0200 | |
commit | 1475d9a56905e25efe4d027fd2b7f82cc94b2d02 (patch) | |
tree | 64ed2757aa951103578849c7f5f54dc062e09d29 /acct-user | |
parent | acct-group/redict: new package, add 0 (diff) | |
download | gentoo-1475d9a56905e25efe4d027fd2b7f82cc94b2d02.tar.gz gentoo-1475d9a56905e25efe4d027fd2b7f82cc94b2d02.tar.bz2 gentoo-1475d9a56905e25efe4d027fd2b7f82cc94b2d02.zip |
acct-user/redict: new package, add 0
While redict is meant to be a drop-in replacement for redis, it can run
independetly of it or any other fork, with it's own paths for configs
and state.
And while all current forks are backwards compatible, they're not
guaranteed to be forward compatible, while could lead to unexpected
behaviour. Different users and groups for each fork minimize the space
for data corruption.
Signed-off-by: Anna (navi) Figueiredo Gomes <navi@vlhl.dev>
Bug: https://bugs.gentoo.org/928119
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
Diffstat (limited to 'acct-user')
-rw-r--r-- | acct-user/redict/metadata.xml | 12 | ||||
-rw-r--r-- | acct-user/redict/redict-0.ebuild | 11 |
2 files changed, 23 insertions, 0 deletions
diff --git a/acct-user/redict/metadata.xml b/acct-user/redict/metadata.xml new file mode 100644 index 000000000000..003c42ad41fa --- /dev/null +++ b/acct-user/redict/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person" proxied="yes"> + <email>navi@vlhl.dev</email> + <name>Anna (navi) Figueiredo Gomes</name> + </maintainer> + <maintainer type="project" proxied="proxy"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</name> + </maintainer> +</pkgmetadata> diff --git a/acct-user/redict/redict-0.ebuild b/acct-user/redict/redict-0.ebuild new file mode 100644 index 000000000000..d8565a92a65d --- /dev/null +++ b/acct-user/redict/redict-0.ebuild @@ -0,0 +1,11 @@ +# Copyright 2019-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit acct-user + +DESCRIPTION="Redict program user" +ACCT_USER_ID=538 +ACCT_USER_GROUPS=( redict ) +acct-user_add_deps |