diff options
author | David Seifert <soap@gentoo.org> | 2020-10-24 23:01:14 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-10-24 23:01:14 +0200 |
commit | 2c05564dcf4c0ce7b42696a86abf690f6154cae3 (patch) | |
tree | b10e19e982bc17a5540ede9cd4cfe450daf05f7b /acct-group | |
parent | profiles: Reorder AMD64 profile list to place 17.1 on top (diff) | |
download | gentoo-2c05564dcf4c0ce7b42696a86abf690f6154cae3.tar.gz gentoo-2c05564dcf4c0ce7b42696a86abf690f6154cae3.tar.bz2 gentoo-2c05564dcf4c0ce7b42696a86abf690f6154cae3.zip |
acct-group/mgraph: Add group for net-mail/mailgraph
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'acct-group')
-rw-r--r-- | acct-group/mgraph/metadata.xml | 5 | ||||
-rw-r--r-- | acct-group/mgraph/mgraph-0.ebuild | 9 |
2 files changed, 14 insertions, 0 deletions
diff --git a/acct-group/mgraph/metadata.xml b/acct-group/mgraph/metadata.xml new file mode 100644 index 000000000000..7a38bb900964 --- /dev/null +++ b/acct-group/mgraph/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <!-- maintainer-needed --> +</pkgmetadata> diff --git a/acct-group/mgraph/mgraph-0.ebuild b/acct-group/mgraph/mgraph-0.ebuild new file mode 100644 index 000000000000..04e2463215b2 --- /dev/null +++ b/acct-group/mgraph/mgraph-0.ebuild @@ -0,0 +1,9 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +DESCRIPTION="Group for net-mail/mailgraph" +ACCT_GROUP_ID=376 |