acct-user/vinyl: new package, add 0

Signed-off-by: Brett A C Sheffield <bacs@librecast.net>
Part-of: https://codeberg.org/gentoo/gentoo/pulls/462
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Brett A C Sheffield
2026-03-17 10:48:47 +00:00
committed by Sam James
parent eb63b99801
commit 54133e4bae
2 changed files with 31 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person" proxied="yes">
<email>bacs@librecast.net</email>
<name>Brett A C Sheffield</name>
</maintainer>
<maintainer type="project" proxied="proxy">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
<upstream>
<bugs-to>https://code.vinyl-cache.org/vinyl-cache/vinyl-cache/issues</bugs-to>
<changelog>https://code.vinyl-cache.org/vinyl-cache/vinyl-cache/src/branch/main/doc/changes.rst</changelog>
<doc>https://vinyl-cache.org/docs/index.html</doc>
</upstream>
</pkgmetadata>

View File

@@ -0,0 +1,14 @@
# Copyright 2019-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=9
inherit acct-user
DESCRIPTION="user for vinyl-cache"
ACCT_USER_ID=558
ACCT_USER_GROUPS=( vinyl )
ACCT_USER_HOME=/var/lib/vinyl-cache
ACCT_USER_HOME_PERMS=0750
acct-user_add_deps