Gentoo Archives: gentoo-commits

From: Alexandru Campeanu <tiotags1@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: acct-user/hinsightd/
Date: Sat, 17 Apr 2021 19:24:29
Message-Id: 1618687369.705cdb0e6b994e644b2341c4816e013cc7ec495a.tiotags1@gentoo
1 commit: 705cdb0e6b994e644b2341c4816e013cc7ec495a
2 Author: tiotags <tiotags1 <AT> gmail <DOT> com>
3 AuthorDate: Sat Apr 17 19:07:48 2021 +0000
4 Commit: Alexandru Campeanu <tiotags1 <AT> gmail <DOT> com>
5 CommitDate: Sat Apr 17 19:22:49 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=705cdb0e
7
8 acct-user/hinsightd:
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.3
11 Signed-off-by: Alexandru Campeanu <tiotags1 <AT> gmail.com>
12
13 acct-user/hinsightd/hinsightd-0.ebuild | 14 ++++++++++++++
14 acct-user/hinsightd/metadata.xml | 5 +++++
15 2 files changed, 19 insertions(+)
16
17 diff --git a/acct-user/hinsightd/hinsightd-0.ebuild b/acct-user/hinsightd/hinsightd-0.ebuild
18 new file mode 100644
19 index 000000000..17fc68007
20 --- /dev/null
21 +++ b/acct-user/hinsightd/hinsightd-0.ebuild
22 @@ -0,0 +1,14 @@
23 +# Copyright 2021 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 +DESCRIPTION="A user account for www-servers/hinsightd"
31 +KEYWORDS=""
32 +
33 +ACCT_USER_ID=-1
34 +ACCT_USER_GROUPS=( hinsightd )
35 +
36 +acct-user_add_deps
37
38 diff --git a/acct-user/hinsightd/metadata.xml b/acct-user/hinsightd/metadata.xml
39 new file mode 100644
40 index 000000000..7a38bb900
41 --- /dev/null
42 +++ b/acct-user/hinsightd/metadata.xml
43 @@ -0,0 +1,5 @@
44 +<?xml version="1.0" encoding="UTF-8"?>
45 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
46 +<pkgmetadata>
47 + <!-- maintainer-needed -->
48 +</pkgmetadata>