commit: 764558fda953e0ecc43cef2e96788983d25476de Author: Alarig Le Lay <alarig <AT> swordarmor <DOT> fr> AuthorDate: Tue Mar 30 09:38:42 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Apr 9 22:01:54 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=764558fd
acct-group/bird: New group for bird Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Alarig Le Lay <alarig <AT> swordarmor.fr> Signed-off-by: Sam James <sam <AT> gentoo.org> acct-group/bird/bird-0.ebuild | 9 +++++++++ acct-group/bird/metadata.xml | 12 ++++++++++++ 2 files changed, 21 insertions(+) diff --git a/acct-group/bird/bird-0.ebuild b/acct-group/bird/bird-0.ebuild new file mode 100644 index 00000000000..174e87b87bf --- /dev/null +++ b/acct-group/bird/bird-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 + +# TCP port 179, but 179 is already used by acct-group/_bgpd +ACCT_GROUP_ID=180 diff --git a/acct-group/bird/metadata.xml b/acct-group/bird/metadata.xml new file mode 100644 index 00000000000..165cedc5974 --- /dev/null +++ b/acct-group/bird/metadata.xml @@ -0,0 +1,12 @@ +<?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> + <name>Alarig Le Lay</name> + </maintainer> + <maintainer type="project" proxied="proxy"> + <email>[email protected]</email> + <name>Proxy Maintainers</name> + </maintainer> +</pkgmetadata>
