From 8dc8d5a3bbfae421d6c8bada78610bb9ea44a1c2 Mon Sep 17 00:00:00 2001 From: Conrad Kostecki Date: Sun, 27 Mar 2022 20:25:04 +0200 Subject: acct-user/partimag: initial import Bug: https://bugs.gentoo.org/781494 Signed-off-by: Conrad Kostecki --- acct-user/partimag/metadata.xml | 8 ++++++++ acct-user/partimag/partimag-0.ebuild | 14 ++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 acct-user/partimag/metadata.xml create mode 100644 acct-user/partimag/partimag-0.ebuild (limited to 'acct-user/partimag') diff --git a/acct-user/partimag/metadata.xml b/acct-user/partimag/metadata.xml new file mode 100644 index 000000000000..b0d83aa2e489 --- /dev/null +++ b/acct-user/partimag/metadata.xml @@ -0,0 +1,8 @@ + + + + + base-system@gentoo.org + Gentoo Base System + + diff --git a/acct-user/partimag/partimag-0.ebuild b/acct-user/partimag/partimag-0.ebuild new file mode 100644 index 000000000000..27434b6a4472 --- /dev/null +++ b/acct-user/partimag/partimag-0.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit acct-user + +DESCRIPTION="A user for sys-block/partimag" + +ACCT_USER_HOME="/var/lib/partimage" +ACCT_USER_ID="91" +ACCT_USER_GROUPS=( "partimag" ) + +acct-user_add_deps -- cgit v1.2.3-65-gdbad