diff options
author | Tomáš Mózes <hydrapolic@gmail.com> | 2020-02-21 07:05:31 +0100 |
---|---|---|
committer | Christian Ruppert <idl0r@gentoo.org> | 2020-04-24 11:16:55 +0200 |
commit | 1aa25de242c90e2c792e976aba5f15e1d328fdbd (patch) | |
tree | 507e6c171ef70051564e0c61ca7687242b32dd29 /acct-user | |
parent | acct-group/haproxy: new GLEP81 group for haproxy packages (diff) | |
download | gentoo-1aa25de242c90e2c792e976aba5f15e1d328fdbd.tar.gz gentoo-1aa25de242c90e2c792e976aba5f15e1d328fdbd.tar.bz2 gentoo-1aa25de242c90e2c792e976aba5f15e1d328fdbd.zip |
acct-user/haproxy: new GLEP81 user for haproxy packages
Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com>
Signed-off-by: Christian Ruppert <idl0r@gentoo.org>
Diffstat (limited to 'acct-user')
-rw-r--r-- | acct-user/haproxy/haproxy-0.ebuild | 11 | ||||
-rw-r--r-- | acct-user/haproxy/metadata.xml | 8 |
2 files changed, 19 insertions, 0 deletions
diff --git a/acct-user/haproxy/haproxy-0.ebuild b/acct-user/haproxy/haproxy-0.ebuild new file mode 100644 index 000000000000..7306045a6a3e --- /dev/null +++ b/acct-user/haproxy/haproxy-0.ebuild @@ -0,0 +1,11 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-user + +ACCT_USER_ID=188 +ACCT_USER_GROUPS=( "${PN}" ) + +acct-user_add_deps diff --git a/acct-user/haproxy/metadata.xml b/acct-user/haproxy/metadata.xml new file mode 100644 index 000000000000..5840601f180f --- /dev/null +++ b/acct-user/haproxy/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>idl0r@gentoo.org</email> + <name>Christian Ruppert</name> + </maintainer> +</pkgmetadata> |