commit: cde664db0c95999714cfc67adc61e0e075c823c9 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Sun May 9 11:38:06 2021 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Sun May 9 11:40:10 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cde664db
acct-group/mogile: Add group for MogileFS Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> acct-group/mogile/metadata.xml | 10 ++++++++++ acct-group/mogile/mogile-0.ebuild | 9 +++++++++ 2 files changed, 19 insertions(+) diff --git a/acct-group/mogile/metadata.xml b/acct-group/mogile/metadata.xml new file mode 100644 index 00000000000..5fb8aeb27d7 --- /dev/null +++ b/acct-group/mogile/metadata.xml @@ -0,0 +1,10 @@ +<?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> + </maintainer> + <maintainer type="project"> + <email>[email protected]</email> + </maintainer> +</pkgmetadata> diff --git a/acct-group/mogile/mogile-0.ebuild b/acct-group/mogile/mogile-0.ebuild new file mode 100644 index 00000000000..7774948b6b0 --- /dev/null +++ b/acct-group/mogile/mogile-0.ebuild @@ -0,0 +1,9 @@ +# Copyright 2020-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +DESCRIPTION="MogileFS group" +ACCT_GROUP_ID=231
