commit: b75ae5312b7021c786f9249c30c424d466050843 Author: Sergey Popov <pinkbyte <AT> gentoo <DOT> org> AuthorDate: Sun Mar 8 16:25:18 2020 +0000 Commit: Sergey Popov <pinkbyte <AT> gentoo <DOT> org> CommitDate: Sun Mar 8 16:32:37 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b75ae531
acct-group/quagga: new group (425) Signed-off-by: Sergey Popov <pinkbyte <AT> gentoo.org> acct-group/quagga/metadata.xml | 8 ++++++++ acct-group/quagga/quagga-0.ebuild | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/acct-group/quagga/metadata.xml b/acct-group/quagga/metadata.xml new file mode 100644 index 00000000000..40cc8dce3b7 --- /dev/null +++ b/acct-group/quagga/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"> + <name>Sergey Popov</name> + <email>[email protected]</email> + </maintainer> +</pkgmetadata> diff --git a/acct-group/quagga/quagga-0.ebuild b/acct-group/quagga/quagga-0.ebuild new file mode 100644 index 00000000000..ffd036d86d9 --- /dev/null +++ b/acct-group/quagga/quagga-0.ebuild @@ -0,0 +1,8 @@ +# Copyright 2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +ACCT_GROUP_ID=425
