commit:     df43b4ab70f32efe0e65614ba52772e85cf11745
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 14 03:35:15 2021 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Jan 14 03:36:44 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df43b4ab

acct-user/lxc: UID 358, new user for lxc

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 acct-user/lxc/lxc-0.ebuild | 12 ++++++++++++
 acct-user/lxc/metadata.xml |  8 ++++++++
 2 files changed, 20 insertions(+)

diff --git a/acct-user/lxc/lxc-0.ebuild b/acct-user/lxc/lxc-0.ebuild
new file mode 100644
index 00000000000..c0bf316bb09
--- /dev/null
+++ b/acct-user/lxc/lxc-0.ebuild
@@ -0,0 +1,12 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-user
+
+DESCRIPTION="User for app-emulation/lxc"
+ACCT_USER_ID=358
+ACCT_USER_GROUPS=( lxc )
+
+acct-user_add_deps

diff --git a/acct-user/lxc/metadata.xml b/acct-user/lxc/metadata.xml
new file mode 100644
index 00000000000..36289aa361c
--- /dev/null
+++ b/acct-user/lxc/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+  <maintainer type="project">
+    <email>[email protected]</email>
+    <name>Gentoo Virtualization Project</name>
+  </maintainer>
+</pkgmetadata>

Reply via email to