commit: 8cf2a99860bf86dfc23d1590b9bb0307889dc393 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org> AuthorDate: Thu May 14 06:59:02 2020 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Thu May 14 06:59:32 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cf2a998
acct-group/lxd: new group for app-emulation/lxd, GID 402 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> acct-group/lxd/lxd-0.ebuild | 9 +++++++++ acct-group/lxd/metadata.xml | 8 ++++++++ 2 files changed, 17 insertions(+) diff --git a/acct-group/lxd/lxd-0.ebuild b/acct-group/lxd/lxd-0.ebuild new file mode 100644 index 00000000000..b6ce29937d1 --- /dev/null +++ b/acct-group/lxd/lxd-0.ebuild @@ -0,0 +1,9 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +ACCT_GROUP_ID=402 +DESCRIPTION="Group for app-emulation/lxd" diff --git a/acct-group/lxd/metadata.xml b/acct-group/lxd/metadata.xml new file mode 100644 index 00000000000..6b0a0fb3a72 --- /dev/null +++ b/acct-group/lxd/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="person"> + <email>[email protected]</email> + <name>Joonas Niilola</name> + </maintainer> +</pkgmetadata>
