commit: 9e89186dde949c4a7b44acca76008e3410e06e43 Author: scardracs <marco <AT> scardovi <DOT> com> AuthorDate: Wed Mar 24 08:45:42 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Mar 26 15:54:53 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e89186d
acct-group/ulogd: create acct-group for ulogd Package-Manager: Portage-3.0.17, Repoman-3.0.2 RepoMan-Options: --force Signed-off-by: Marco Scardovi <marco <AT> scardovi.com> Closes: https://github.com/gentoo/gentoo/pull/20092 Signed-off-by: Sam James <sam <AT> gentoo.org> acct-group/ulogd/metadata.xml | 12 ++++++++++++ acct-group/ulogd/ulogd-0.ebuild | 9 +++++++++ 2 files changed, 21 insertions(+) diff --git a/acct-group/ulogd/metadata.xml b/acct-group/ulogd/metadata.xml new file mode 100644 index 00000000000..f8ffe025bba --- /dev/null +++ b/acct-group/ulogd/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" proxied="yes"> + <email>[email protected]</email> + <name>Marco Scardovi</name> + </maintainer> + <maintainer type="project" proxied="proxy"> + <email>[email protected]</email> + <name>Proxy Maintainers</name> + </maintainer> +</pkgmetadata> diff --git a/acct-group/ulogd/ulogd-0.ebuild b/acct-group/ulogd/ulogd-0.ebuild new file mode 100644 index 00000000000..d9c49c9aff0 --- /dev/null +++ b/acct-group/ulogd/ulogd-0.ebuild @@ -0,0 +1,9 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +DESCRIPTION="Group for ulogd" +ACCT_GROUP_ID=311
