diff options
author | Patrick McLean <patrick.mclean@sony.com> | 2020-05-19 18:13:12 -0700 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2020-05-19 18:13:12 -0700 |
commit | 9767b11654668d53a78474db7e76c97b320ddde2 (patch) | |
tree | 4abd389062a738bdf956db6de686b2b3a97198b8 /acct-group/exabgp | |
parent | net-misc/exabgp: fix tmpfiles (diff) | |
download | gentoo-9767b11654668d53a78474db7e76c97b320ddde2.tar.gz gentoo-9767b11654668d53a78474db7e76c97b320ddde2.tar.bz2 gentoo-9767b11654668d53a78474db7e76c97b320ddde2.zip |
acct-group/exabgp: New package
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --force
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Diffstat (limited to 'acct-group/exabgp')
-rw-r--r-- | acct-group/exabgp/exabgp-0.ebuild | 8 | ||||
-rw-r--r-- | acct-group/exabgp/metadata.xml | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/acct-group/exabgp/exabgp-0.ebuild b/acct-group/exabgp/exabgp-0.ebuild new file mode 100644 index 000000000000..ef1948f17efa --- /dev/null +++ b/acct-group/exabgp/exabgp-0.ebuild @@ -0,0 +1,8 @@ +# Copyright 2019-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +ACCT_GROUP_ID=316 diff --git a/acct-group/exabgp/metadata.xml b/acct-group/exabgp/metadata.xml new file mode 100644 index 000000000000..cee379b15409 --- /dev/null +++ b/acct-group/exabgp/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>chutzpah@gentoo.org</email> + <name>Patrick McLean</name> + </maintainer> +</pkgmetadata> |