Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: acct-user/cancd/
Date: Fri, 09 Jul 2021 22:36:58
Message-Id: 1625870189.1c7ef2bc0c989c165ca617ea77be0243e43d1798.conikost@gentoo
1 commit: 1c7ef2bc0c989c165ca617ea77be0243e43d1798
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 9 21:35:50 2021 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 9 22:36:29 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c7ef2bc
7
8 acct-user/cancd: add user for app-admin/cancd
9
10 Bug: https://bugs.gentoo.org/781194
11 Package-Manager: Portage-3.0.20, Repoman-3.0.3
12 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
13
14 acct-user/cancd/cancd-0.ebuild | 10 ++++++++++
15 acct-user/cancd/metadata.xml | 8 ++++++++
16 2 files changed, 18 insertions(+)
17
18 diff --git a/acct-user/cancd/cancd-0.ebuild b/acct-user/cancd/cancd-0.ebuild
19 new file mode 100644
20 index 00000000000..f14836297bc
21 --- /dev/null
22 +++ b/acct-user/cancd/cancd-0.ebuild
23 @@ -0,0 +1,10 @@
24 +# Copyright 2019-2021 Gentoo Authors
25 +# Distributed under the terms of the GNU General Public License v2
26 +
27 +EAPI=7
28 +
29 +inherit acct-user
30 +
31 +DESCRIPTION="A user for the CA NetConsole Daemon"
32 +
33 +ACCT_USER_ID="404"
34
35 diff --git a/acct-user/cancd/metadata.xml b/acct-user/cancd/metadata.xml
36 new file mode 100644
37 index 00000000000..4073267daf2
38 --- /dev/null
39 +++ b/acct-user/cancd/metadata.xml
40 @@ -0,0 +1,8 @@
41 +<?xml version="1.0" encoding="UTF-8"?>
42 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
43 +<pkgmetadata>
44 + <maintainer type="person">
45 + <email>robbat2@g.o</email>
46 + <name>Robin H. Johnson</name>
47 + </maintainer>
48 +</pkgmetadata>