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-group/mongodb/
Date: Mon, 04 Nov 2019 06:23:52
Message-Id: 1572848536.0a0e4cee73d25c274380b84d342fff553edbad0f.juippis@gentoo
1 commit: 0a0e4cee73d25c274380b84d342fff553edbad0f
2 Author: Tomas Mozes <hydrapolic <AT> gmail <DOT> com>
3 AuthorDate: Sat Nov 2 19:58:21 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=0a0e4cee
7
8 acct-group/mongodb: new group package for GID 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-group/mongodb/metadata.xml | 16 ++++++++++++++++
14 acct-group/mongodb/mongodb-0.ebuild | 9 +++++++++
15 2 files changed, 25 insertions(+)
16
17 diff --git a/acct-group/mongodb/metadata.xml b/acct-group/mongodb/metadata.xml
18 new file mode 100644
19 index 00000000000..91e6ec60546
20 --- /dev/null
21 +++ b/acct-group/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-group/mongodb/mongodb-0.ebuild b/acct-group/mongodb/mongodb-0.ebuild
41 new file mode 100644
42 index 00000000000..ae4d2c0aa26
43 --- /dev/null
44 +++ b/acct-group/mongodb/mongodb-0.ebuild
45 @@ -0,0 +1,9 @@
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-group
52 +
53 +DESCRIPTION="MongoDB program group"
54 +ACCT_GROUP_ID=481