commit: 5f3e85ad2abb0812bd065134949b85540e039f4d Author: scardracs <marco <AT> scardovi <DOT> com> AuthorDate: Wed Mar 24 08:44:36 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Mar 26 15:54:52 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f3e85ad
acct-user/ulogd: created new acct-user for ulogd Package-Manager: Portage-3.0.17, Repoman-3.0.2 RepoMan-Options: --force Signed-off-by: Marco Scardovi <marco <AT> scardovi.com> Signed-off-by: Sam James <sam <AT> gentoo.org> acct-user/ulogd/metadata.xml | 12 ++++++++++++ acct-user/ulogd/ulogd-0.ebuild | 12 ++++++++++++ 2 files changed, 24 insertions(+) diff --git a/acct-user/ulogd/metadata.xml b/acct-user/ulogd/metadata.xml new file mode 100644 index 00000000000..f8ffe025bba --- /dev/null +++ b/acct-user/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-user/ulogd/ulogd-0.ebuild b/acct-user/ulogd/ulogd-0.ebuild new file mode 100644 index 00000000000..0058aa8e7af --- /dev/null +++ b/acct-user/ulogd/ulogd-0.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-user + +DESCRIPTION="User for ulogd" +ACCT_USER_ID=311 +ACCT_USER_GROUPS=( ulogd ) + +acct-user_add_deps
