Gentoo Archives: gentoo-commits

From: Christian Ruppert <idl0r@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: acct-user/haproxy/
Date: Fri, 24 Apr 2020 09:17:15
Message-Id: 1587719815.1aa25de242c90e2c792e976aba5f15e1d328fdbd.idl0r@gentoo
1 commit: 1aa25de242c90e2c792e976aba5f15e1d328fdbd
2 Author: Tomáš Mózes <hydrapolic <AT> gmail <DOT> com>
3 AuthorDate: Fri Feb 21 06:05:31 2020 +0000
4 Commit: Christian Ruppert <idl0r <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 24 09:16:55 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1aa25de2
7
8 acct-user/haproxy: new GLEP81 user for haproxy packages
9
10 Signed-off-by: Tomáš Mózes <hydrapolic <AT> gmail.com>
11 Signed-off-by: Christian Ruppert <idl0r <AT> gentoo.org>
12
13 acct-user/haproxy/haproxy-0.ebuild | 11 +++++++++++
14 acct-user/haproxy/metadata.xml | 8 ++++++++
15 2 files changed, 19 insertions(+)
16
17 diff --git a/acct-user/haproxy/haproxy-0.ebuild b/acct-user/haproxy/haproxy-0.ebuild
18 new file mode 100644
19 index 00000000000..7306045a6a3
20 --- /dev/null
21 +++ b/acct-user/haproxy/haproxy-0.ebuild
22 @@ -0,0 +1,11 @@
23 +# Copyright 1999-2020 Gentoo Authors
24 +# Distributed under the terms of the GNU General Public License v2
25 +
26 +EAPI=7
27 +
28 +inherit acct-user
29 +
30 +ACCT_USER_ID=188
31 +ACCT_USER_GROUPS=( "${PN}" )
32 +
33 +acct-user_add_deps
34
35 diff --git a/acct-user/haproxy/metadata.xml b/acct-user/haproxy/metadata.xml
36 new file mode 100644
37 index 00000000000..5840601f180
38 --- /dev/null
39 +++ b/acct-user/haproxy/metadata.xml
40 @@ -0,0 +1,8 @@
41 +<?xml version="1.0" encoding="UTF-8"?>
42 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
43 +<pkgmetadata>
44 + <maintainer type="person">
45 + <email>idl0r@g.o</email>
46 + <name>Christian Ruppert</name>
47 + </maintainer>
48 +</pkgmetadata>