Gentoo Archives: gentoo-commits

From: Craig Andrews <candrews@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: acct-user/ntp/
Date: Wed, 28 Aug 2019 17:05:27
Message-Id: 1567011917.6b50ba9b24196ecdb357fadc170a8f366b20185d.candrews@gentoo
1 commit: 6b50ba9b24196ecdb357fadc170a8f366b20185d
2 Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 27 18:49:42 2019 +0000
4 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 28 17:05:17 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b50ba9b
7
8 acct-user/ntp: add 'ntp' user (UID 123)
9
10 Package-Manager: Portage-2.3.73, Repoman-2.3.17
11 Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>
12
13 acct-user/ntp/metadata.xml | 8 ++++++++
14 acct-user/ntp/ntp-0.ebuild | 12 ++++++++++++
15 2 files changed, 20 insertions(+)
16
17 diff --git a/acct-user/ntp/metadata.xml b/acct-user/ntp/metadata.xml
18 new file mode 100644
19 index 00000000000..3e60a9a347a
20 --- /dev/null
21 +++ b/acct-user/ntp/metadata.xml
22 @@ -0,0 +1,8 @@
23 +<?xml version="1.0" encoding="UTF-8"?>
24 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
25 +<pkgmetadata>
26 + <maintainer type="project">
27 + <email>base-system@g.o</email>
28 + <name>Gentoo Base System</name>
29 + </maintainer>
30 +</pkgmetadata>
31
32 diff --git a/acct-user/ntp/ntp-0.ebuild b/acct-user/ntp/ntp-0.ebuild
33 new file mode 100644
34 index 00000000000..69d774eb2d4
35 --- /dev/null
36 +++ b/acct-user/ntp/ntp-0.ebuild
37 @@ -0,0 +1,12 @@
38 +# Copyright 2019 Gentoo Authors
39 +# Distributed under the terms of the GNU General Public License v2
40 +
41 +EAPI=7
42 +
43 +inherit acct-user
44 +
45 +DESCRIPTION="user for ntp daemon"
46 +ACCT_USER_ID=123
47 +ACCT_USER_GROUPS=( ntp )
48 +
49 +acct-user_add_deps