commit: 51b6935a00ddaa51d54fb20205a09bc745095bcf Author: Nicolas PARLANT <nicolas.parlant <AT> parhuet <DOT> fr> AuthorDate: Fri Apr 4 18:26:29 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Apr 29 19:28:22 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51b6935a
acct-group/3proxy: new package, add 0 Signed-off-by: Nicolas PARLANT <nicolas.parlant <AT> parhuet.fr> Part-of: https://github.com/gentoo/gentoo/pull/41457 Signed-off-by: Sam James <sam <AT> gentoo.org> acct-group/3proxy/3proxy-0.ebuild | 8 ++++++++ acct-group/3proxy/metadata.xml | 12 ++++++++++++ 2 files changed, 20 insertions(+) diff --git a/acct-group/3proxy/3proxy-0.ebuild b/acct-group/3proxy/3proxy-0.ebuild new file mode 100644 index 000000000000..fd5c65142025 --- /dev/null +++ b/acct-group/3proxy/3proxy-0.ebuild @@ -0,0 +1,8 @@ +# Copyright 2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit acct-group + +ACCT_GROUP_ID=548 diff --git a/acct-group/3proxy/metadata.xml b/acct-group/3proxy/metadata.xml new file mode 100644 index 000000000000..7b5b229573ad --- /dev/null +++ b/acct-group/3proxy/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>Alex Efros</name> + </maintainer> + <maintainer type="project" proxied="proxy"> + <email>[email protected]</email> + <name>Gentoo Proxy Maintainers Project</name> + </maintainer> +</pkgmetadata>
