diff options
author | tiotags <tiotags1@gmail.com> | 2021-04-17 22:08:44 +0300 |
---|---|---|
committer | tiotags <tiotags1@gmail.com> | 2021-04-17 22:22:49 +0300 |
commit | 6da2917d76129986bd208a66212d0174029772f6 (patch) | |
tree | 39220d846dbf3d2b1ef9541734462a5ed7b7abd8 /acct-group | |
parent | acct-user/hinsightd: (diff) | |
download | guru-6da2917d76129986bd208a66212d0174029772f6.tar.gz guru-6da2917d76129986bd208a66212d0174029772f6.tar.bz2 guru-6da2917d76129986bd208a66212d0174029772f6.zip |
acct-group/hinsightd:
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Alexandru Campeanu <tiotags1@gmail.com>
Diffstat (limited to 'acct-group')
-rw-r--r-- | acct-group/hinsightd/hinsightd-0.ebuild | 11 | ||||
-rw-r--r-- | acct-group/hinsightd/metadata.xml | 5 |
2 files changed, 16 insertions, 0 deletions
diff --git a/acct-group/hinsightd/hinsightd-0.ebuild b/acct-group/hinsightd/hinsightd-0.ebuild new file mode 100644 index 000000000..15de7463a --- /dev/null +++ b/acct-group/hinsightd/hinsightd-0.ebuild @@ -0,0 +1,11 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +DESCRIPTION="A user group for www-servers/hinsightd" +KEYWORDS="" + +ACCT_GROUP_ID=-1 diff --git a/acct-group/hinsightd/metadata.xml b/acct-group/hinsightd/metadata.xml new file mode 100644 index 000000000..7a38bb900 --- /dev/null +++ b/acct-group/hinsightd/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <!-- maintainer-needed --> +</pkgmetadata> |