commit: ae120bdca449df27b74e85801a699c264b10d415 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Mon Jan 4 11:40:28 2021 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon Jan 4 11:49:16 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae120bdc
acct-group/distcc: Add a group for distcc Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> acct-group/distcc/distcc-0.ebuild | 8 ++++++++ acct-group/distcc/metadata.xml | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/acct-group/distcc/distcc-0.ebuild b/acct-group/distcc/distcc-0.ebuild new file mode 100644 index 00000000000..7b4ece7e0c1 --- /dev/null +++ b/acct-group/distcc/distcc-0.ebuild @@ -0,0 +1,8 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +ACCT_GROUP_ID=358 diff --git a/acct-group/distcc/metadata.xml b/acct-group/distcc/metadata.xml new file mode 100644 index 00000000000..0319eec4c8b --- /dev/null +++ b/acct-group/distcc/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>Michał Górny</name> + </maintainer> +</pkgmetadata>
