Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: acct-user/mongodb/
Date: Mon, 04 Nov 2019 06:23:52
Message-Id: 1572848536.170e80b5d328db487ff52907edc503fcd8aa60a9.juippis@gentoo
1 commit: 170e80b5d328db487ff52907edc503fcd8aa60a9
2 Author: Tomas Mozes <hydrapolic <AT> gmail <DOT> com>
3 AuthorDate: Sat Nov 2 19:59:43 2019 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 4 06:22:16 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=170e80b5
7
8 acct-user/mongodb: new group package for UID 481
9
10 Signed-off-by: Tomáš Mózes <hydrapolic <AT> gmail.com>
11 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
12
13 acct-user/mongodb/metadata.xml | 16 ++++++++++++++++
14 acct-user/mongodb/mongodb-0.ebuild | 13 +++++++++++++
15 2 files changed, 29 insertions(+)
16
17 diff --git a/acct-user/mongodb/metadata.xml b/acct-user/mongodb/metadata.xml
18 new file mode 100644
19 index 00000000000..91e6ec60546
20 --- /dev/null
21 +++ b/acct-user/mongodb/metadata.xml
22 @@ -0,0 +1,16 @@
23 +<?xml version="1.0" encoding="UTF-8"?>
24 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
25 +<pkgmetadata>
26 + <maintainer type="person">
27 + <email>ultrabug@g.o</email>
28 + <name>Alexys Jacob</name>
29 + </maintainer>
30 + <maintainer type="person">
31 + <email>hydrapolic@×××××.com</email>
32 + <name>Tomáš Mózes</name>
33 + </maintainer>
34 + <maintainer type="project">
35 + <email>proxy-maint@g.o</email>
36 + <name>Proxy Maintainers</name>
37 + </maintainer>
38 +</pkgmetadata>
39
40 diff --git a/acct-user/mongodb/mongodb-0.ebuild b/acct-user/mongodb/mongodb-0.ebuild
41 new file mode 100644
42 index 00000000000..e639a601074
43 --- /dev/null
44 +++ b/acct-user/mongodb/mongodb-0.ebuild
45 @@ -0,0 +1,13 @@
46 +# Copyright 2019 Gentoo Authors
47 +# Distributed under the terms of the GNU General Public License v2
48 +
49 +EAPI=7
50 +
51 +inherit acct-user
52 +
53 +DESCRIPTION="MongoDB program user"
54 +ACCT_USER_ID=481
55 +ACCT_USER_HOME=/var/lib/mongodb
56 +ACCT_USER_HOME_PERMS=0750
57 +ACCT_USER_GROUPS=( mongodb )
58 +acct-user_add_deps