Gentoo Archives: gentoo-commits

From: Piotr Karbowski <slashbeast@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: acct-user/maradns/
Date: Wed, 01 Jul 2020 19:47:40
Message-Id: 1593632720.a738fd212e9d133ba1cc4e4882a8c7edd7d5884f.slashbeast@gentoo
1 commit: a738fd212e9d133ba1cc4e4882a8c7edd7d5884f
2 Author: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 1 19:35:00 2020 +0000
4 Commit: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 1 19:45:20 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a738fd21
7
8 acct-user/maradns: added
9
10 Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org>
11
12 acct-user/maradns/maradns-0.ebuild | 11 +++++++++++
13 acct-user/maradns/metadata.xml | 8 ++++++++
14 2 files changed, 19 insertions(+)
15
16 diff --git a/acct-user/maradns/maradns-0.ebuild b/acct-user/maradns/maradns-0.ebuild
17 new file mode 100644
18 index 00000000000..c2a756d077b
19 --- /dev/null
20 +++ b/acct-user/maradns/maradns-0.ebuild
21 @@ -0,0 +1,11 @@
22 +# Copyright 2019-2020 Gentoo Authors
23 +# Distributed under the terms of the GNU General Public License v2
24 +
25 +EAPI=7
26 +
27 +inherit acct-user
28 +
29 +ACCT_USER_ID=99
30 +ACCT_USER_GROUPS=( "${PN}" )
31 +
32 +acct-user_add_deps
33
34 diff --git a/acct-user/maradns/metadata.xml b/acct-user/maradns/metadata.xml
35 new file mode 100644
36 index 00000000000..8072ef2372e
37 --- /dev/null
38 +++ b/acct-user/maradns/metadata.xml
39 @@ -0,0 +1,8 @@
40 +<?xml version="1.0" encoding="UTF-8"?>
41 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
42 +<pkgmetadata>
43 + <maintainer type="person">
44 + <email>slashbeast@g.o</email>
45 + <name>Piotr Karbowski</name>
46 + </maintainer>
47 +</pkgmetadata>