diff options
author | Joonas Niilola <juippis@gentoo.org> | 2021-01-14 05:33:26 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2021-01-14 05:36:44 +0200 |
commit | b54b2d4d51b12749d3d05293e17481cecd1e2a9a (patch) | |
tree | 60e5cb24df5b8617e0385cec45465039929be491 /acct-group/lxc | |
parent | app-admin/system-config-printer: Drop 1.5.14 (diff) | |
download | gentoo-b54b2d4d51b12749d3d05293e17481cecd1e2a9a.tar.gz gentoo-b54b2d4d51b12749d3d05293e17481cecd1e2a9a.tar.bz2 gentoo-b54b2d4d51b12749d3d05293e17481cecd1e2a9a.zip |
acct-group/lxc: 358 GID, new group
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'acct-group/lxc')
-rw-r--r-- | acct-group/lxc/lxc-0.ebuild | 9 | ||||
-rw-r--r-- | acct-group/lxc/metadata.xml | 8 |
2 files changed, 17 insertions, 0 deletions
diff --git a/acct-group/lxc/lxc-0.ebuild b/acct-group/lxc/lxc-0.ebuild new file mode 100644 index 000000000000..5d0fe836d34c --- /dev/null +++ b/acct-group/lxc/lxc-0.ebuild @@ -0,0 +1,9 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +ACCT_GROUP_ID=358 +DESCRIPTION="Group for app-emulation/lxc" diff --git a/acct-group/lxc/metadata.xml b/acct-group/lxc/metadata.xml new file mode 100644 index 000000000000..36289aa361ce --- /dev/null +++ b/acct-group/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>virtualization@gentoo.org</email> + <name>Gentoo Virtualization Project</name> + </maintainer> +</pkgmetadata> |