diff options
Diffstat (limited to 'acct-group/haproxy')
-rw-r--r-- | acct-group/haproxy/Manifest | 2 | ||||
-rw-r--r-- | acct-group/haproxy/haproxy-0.ebuild | 8 | ||||
-rw-r--r-- | acct-group/haproxy/metadata.xml | 8 |
3 files changed, 18 insertions, 0 deletions
diff --git a/acct-group/haproxy/Manifest b/acct-group/haproxy/Manifest new file mode 100644 index 000000000000..b31076589e72 --- /dev/null +++ b/acct-group/haproxy/Manifest @@ -0,0 +1,2 @@ +EBUILD haproxy-0.ebuild 151 BLAKE2B 5e7b1be61dff02914407570d260b4223bc2ae013da77c741d87a076e45369a263d62acf8451a4b65e24b9ffa39eb523fc923e44b8df24fe642e17ea5db11cd3e SHA512 a348cf3d04d39dc6d5f6cff8b9f1fa168891cb20c0c44cceb40469795ac728393f0a7184e6354ecfc39c164a9ac01ee3602b8ba29cc2a6c0d2a0ca3e1f17485d +MISC metadata.xml 249 BLAKE2B f870f9dc7bc1a515f782f4c1c544b6473b3ec16235b88a9930783ed8f7aa7f010838c37e225840b61a56c5f01c70ac3b50560fc2f5bc908418c341f51620ffe7 SHA512 1723b9b2663814b898832e18aea1a02520775e545e256fb70a8829e2b0515e59b5abab985c995b9ae2f509d95ea4601ac0085ab0d1653cdda0ebe90f775f6e5b 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> |