diff options
author | Tomáš Mózes <hydrapolic@gmail.com> | 2020-02-21 07:03:56 +0100 |
---|---|---|
committer | Christian Ruppert <idl0r@gentoo.org> | 2020-04-24 11:16:54 +0200 |
commit | 44e7dacabb35f9084f453c34e2006fef64c09b03 (patch) | |
tree | 26ec5105ceef0f2f79b93a8629ef854d9fb7e3ab /acct-group | |
parent | sys-kernel/vanilla-sources: Automated version bump to {4.4.220,4.9.220,4.14.1... (diff) | |
download | gentoo-44e7dacabb35f9084f453c34e2006fef64c09b03.tar.gz gentoo-44e7dacabb35f9084f453c34e2006fef64c09b03.tar.bz2 gentoo-44e7dacabb35f9084f453c34e2006fef64c09b03.zip |
acct-group/haproxy: new GLEP81 group for haproxy packages
Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/14726
Signed-off-by: Christian Ruppert <idl0r@gentoo.org>
Diffstat (limited to 'acct-group')
-rw-r--r-- | acct-group/haproxy/haproxy-0.ebuild | 8 | ||||
-rw-r--r-- | acct-group/haproxy/metadata.xml | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/acct-group/haproxy/haproxy-0.ebuild b/acct-group/haproxy/haproxy-0.ebuild new file mode 100644 index 000000000000..230356aa82f1 --- /dev/null +++ b/acct-group/haproxy/haproxy-0.ebuild @@ -0,0 +1,8 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +ACCT_GROUP_ID=188 diff --git a/acct-group/haproxy/metadata.xml b/acct-group/haproxy/metadata.xml new file mode 100644 index 000000000000..5840601f180f --- /dev/null +++ b/acct-group/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> |