commit: a256fcd05b29dc7629ce66c9f7983da7ed68112e Author: Alfred Persson Forsberg <cat <AT> catcream <DOT> org> AuthorDate: Mon Oct 17 16:31:35 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Dec 14 00:12:31 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a256fcd0
acct-group/soju: new package, add 0 Signed-off-by: Alfred Persson Forsberg <cat <AT> catcream.org> Signed-off-by: Sam James <sam <AT> gentoo.org> acct-group/soju/metadata.xml | 12 ++++++++++++ acct-group/soju/soju-0.ebuild | 9 +++++++++ 2 files changed, 21 insertions(+) diff --git a/acct-group/soju/metadata.xml b/acct-group/soju/metadata.xml new file mode 100644 index 000000000000..d8299f5a010f --- /dev/null +++ b/acct-group/soju/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>Alfred Persson</name> + </maintainer> + <maintainer type="project" proxied="proxy"> + <email>[email protected]</email> + <name>Proxy Maintainers</name> + </maintainer> +</pkgmetadata> diff --git a/acct-group/soju/soju-0.ebuild b/acct-group/soju/soju-0.ebuild new file mode 100644 index 000000000000..e5be123ff93f --- /dev/null +++ b/acct-group/soju/soju-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="User for the net-irc/soju IRC bouncer" +ACCT_GROUP_ID=526
