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-group/haproxy/
Date: Fri, 24 Apr 2020 09:17:15
Message-Id: 1587719814.44e7dacabb35f9084f453c34e2006fef64c09b03.idl0r@gentoo
1 commit: 44e7dacabb35f9084f453c34e2006fef64c09b03
2 Author: Tomáš Mózes <hydrapolic <AT> gmail <DOT> com>
3 AuthorDate: Fri Feb 21 06:03:56 2020 +0000
4 Commit: Christian Ruppert <idl0r <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 24 09:16:54 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44e7daca
7
8 acct-group/haproxy: new GLEP81 group for haproxy packages
9
10 Signed-off-by: Tomáš Mózes <hydrapolic <AT> gmail.com>
11 Closes: https://github.com/gentoo/gentoo/pull/14726
12 Signed-off-by: Christian Ruppert <idl0r <AT> gentoo.org>
13
14 acct-group/haproxy/haproxy-0.ebuild | 8 ++++++++
15 acct-group/haproxy/metadata.xml | 8 ++++++++
16 2 files changed, 16 insertions(+)
17
18 diff --git a/acct-group/haproxy/haproxy-0.ebuild b/acct-group/haproxy/haproxy-0.ebuild
19 new file mode 100644
20 index 00000000000..230356aa82f
21 --- /dev/null
22 +++ b/acct-group/haproxy/haproxy-0.ebuild
23 @@ -0,0 +1,8 @@
24 +# Copyright 1999-2020 Gentoo Authors
25 +# Distributed under the terms of the GNU General Public License v2
26 +
27 +EAPI=7
28 +
29 +inherit acct-group
30 +
31 +ACCT_GROUP_ID=188
32
33 diff --git a/acct-group/haproxy/metadata.xml b/acct-group/haproxy/metadata.xml
34 new file mode 100644
35 index 00000000000..5840601f180
36 --- /dev/null
37 +++ b/acct-group/haproxy/metadata.xml
38 @@ -0,0 +1,8 @@
39 +<?xml version="1.0" encoding="UTF-8"?>
40 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
41 +<pkgmetadata>
42 + <maintainer type="person">
43 + <email>idl0r@g.o</email>
44 + <name>Christian Ruppert</name>
45 + </maintainer>
46 +</pkgmetadata>