commit: eca226dbe80f97597c41c1a3682ebdd74ad99631 Author: Petr Vaněk <arkamar <AT> atlas <DOT> cz> AuthorDate: Thu Jul 7 13:23:21 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Jul 9 08:15:52 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eca226db
acct-group/synapse: new package, add 0 Signed-off-by: Petr Vaněk <arkamar <AT> atlas.cz> Signed-off-by: Sam James <sam <AT> gentoo.org> acct-group/synapse/metadata.xml | 12 ++++++++++++ acct-group/synapse/synapse-0.ebuild | 9 +++++++++ 2 files changed, 21 insertions(+) diff --git a/acct-group/synapse/metadata.xml b/acct-group/synapse/metadata.xml new file mode 100644 index 000000000000..c74515d20dbe --- /dev/null +++ b/acct-group/synapse/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person" proxied="yes"> + <email>[email protected]</email> + <name>Petr Vaněk</name> + </maintainer> + <maintainer type="project" proxied="proxy"> + <email>[email protected]</email> + <name>Proxy Maintainers</name> + </maintainer> +</pkgmetadata> diff --git a/acct-group/synapse/synapse-0.ebuild b/acct-group/synapse/synapse-0.ebuild new file mode 100644 index 000000000000..0f7e576bb55a --- /dev/null +++ b/acct-group/synapse/synapse-0.ebuild @@ -0,0 +1,9 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit acct-group + +DESCRIPTION="A group for net-im/synapse" +ACCT_GROUP_ID=519
