summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlarig Le Lay <alarig@swordarmor.fr>2021-03-30 11:38:42 +0200
committerSam James <sam@gentoo.org>2021-04-09 22:01:54 +0000
commit764558fda953e0ecc43cef2e96788983d25476de (patch)
treec772741b8e608e04f3e02099ddee061eb7bee8ee /acct-group
parentpython-utils-r1.eclass: Remove support for EAPIs prior to 6 (diff)
downloadgentoo-764558fda953e0ecc43cef2e96788983d25476de.tar.gz
gentoo-764558fda953e0ecc43cef2e96788983d25476de.tar.bz2
gentoo-764558fda953e0ecc43cef2e96788983d25476de.zip
acct-group/bird: New group for bird
Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'acct-group')
-rw-r--r--acct-group/bird/bird-0.ebuild9
-rw-r--r--acct-group/bird/metadata.xml12
2 files changed, 21 insertions, 0 deletions
diff --git a/acct-group/bird/bird-0.ebuild b/acct-group/bird/bird-0.ebuild
new file mode 100644
index 000000000000..174e87b87bf9
--- /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 000000000000..165cedc59743
--- /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>alarig@swordarmor.fr</email>
+ <name>Alarig Le Lay</name>
+ </maintainer>
+ <maintainer type="project" proxied="proxy">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+</pkgmetadata>