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-group/ntp/
Date: Wed, 28 Aug 2019 17:05:26
Message-Id: 1567011917.bf4c57db0c03b551a61cf6ea119445aa6d2f4e8a.candrews@gentoo
1 commit: bf4c57db0c03b551a61cf6ea119445aa6d2f4e8a
2 Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 27 18:49:16 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=bf4c57db
7
8 acct-group/ntp: add 'ntp' group (GID 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-group/ntp/metadata.xml | 8 ++++++++
14 acct-group/ntp/ntp-0.ebuild | 8 ++++++++
15 2 files changed, 16 insertions(+)
16
17 diff --git a/acct-group/ntp/metadata.xml b/acct-group/ntp/metadata.xml
18 new file mode 100644
19 index 00000000000..3e60a9a347a
20 --- /dev/null
21 +++ b/acct-group/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-group/ntp/ntp-0.ebuild b/acct-group/ntp/ntp-0.ebuild
33 new file mode 100644
34 index 00000000000..adc40de6594
35 --- /dev/null
36 +++ b/acct-group/ntp/ntp-0.ebuild
37 @@ -0,0 +1,8 @@
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-group
44 +
45 +ACCT_GROUP_ID=123