diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2021-04-11 17:27:58 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-04-11 18:25:48 +0200 |
commit | ef8ce96002ca8d30f4c8ed28df11b63a1d18f45f (patch) | |
tree | a90e95316559ca96fa39d514c529a25960d7e37d /acct-user/minbif | |
parent | acct-group/minbif: add group for net-im/minbif (diff) | |
download | gentoo-ef8ce96002ca8d30f4c8ed28df11b63a1d18f45f.tar.gz gentoo-ef8ce96002ca8d30f4c8ed28df11b63a1d18f45f.tar.bz2 gentoo-ef8ce96002ca8d30f4c8ed28df11b63a1d18f45f.zip |
acct-user/minbif: add user for net-im/minbif
Bug: https://bugs.gentoo.org/781389
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'acct-user/minbif')
-rw-r--r-- | acct-user/minbif/metadata.xml | 5 | ||||
-rw-r--r-- | acct-user/minbif/minbif-0.ebuild | 14 |
2 files changed, 19 insertions, 0 deletions
diff --git a/acct-user/minbif/metadata.xml b/acct-user/minbif/metadata.xml new file mode 100644 index 000000000000..7a38bb900964 --- /dev/null +++ b/acct-user/minbif/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <!-- maintainer-needed --> +</pkgmetadata> diff --git a/acct-user/minbif/minbif-0.ebuild b/acct-user/minbif/minbif-0.ebuild new file mode 100644 index 000000000000..e93ddf7c984a --- /dev/null +++ b/acct-user/minbif/minbif-0.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-user + +DESCRIPTION="User for net-im/minbif" + +ACCT_USER_GROUPS=( "minbif" ) +ACCT_USER_HOME="/var/lib/minbif" +ACCT_USER_ID="260" + +acct-user_add_deps |