commit: 1837c66eba7fbf2bb9872dedbbe24e388c07abc1 Author: Vladimir Pavljuchenkov (SpiderX) <spiderx <AT> spiderx <DOT> dp <DOT> ua> AuthorDate: Sat Dec 5 09:53:41 2020 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Fri Jan 15 08:44:38 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1837c66e
acct-group/automatic: new group for acct-group/automatic, GID 338 Signed-off-by: Vladimir Pavljuchenkov (SpiderX) <spiderx <AT> spiderx.dp.ua> Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> acct-group/automatic/automatic-0.ebuild | 8 ++++++++ acct-group/automatic/metadata.xml | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/acct-group/automatic/automatic-0.ebuild b/acct-group/automatic/automatic-0.ebuild new file mode 100644 index 00000000000..c8e6c5c405c --- /dev/null +++ b/acct-group/automatic/automatic-0.ebuild @@ -0,0 +1,8 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +ACCT_GROUP_ID=338 diff --git a/acct-group/automatic/metadata.xml b/acct-group/automatic/metadata.xml new file mode 100644 index 00000000000..fb298066fc3 --- /dev/null +++ b/acct-group/automatic/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>Vladimir Pavljuchenkov</name> + </maintainer> +</pkgmetadata>
