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/ipfs/
Date: Sat, 28 Sep 2019 06:46:34
Message-Id: 1569653174.44cd7a445d788cdfb6e282b098e2485a2b3c0b92.juippis@gentoo
1 commit: 44cd7a445d788cdfb6e282b098e2485a2b3c0b92
2 Author: Kai Krakow <kai <AT> kaishome <DOT> de>
3 AuthorDate: Thu Sep 19 19:32:26 2019 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 28 06:46:14 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44cd7a44
7
8 acct-user/ipfs: Add user for net-p2p/go-ipfs-bin (UID 484)
9
10 Package-Manager: Portage-2.3.69, Repoman-2.3.16
11 Signed-off-by: Kai Krakow <kai <AT> kaishome.de>
12 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
13
14 acct-user/ipfs/ipfs-0.ebuild | 14 ++++++++++++++
15 acct-user/ipfs/metadata.xml | 12 ++++++++++++
16 2 files changed, 26 insertions(+)
17
18 diff --git a/acct-user/ipfs/ipfs-0.ebuild b/acct-user/ipfs/ipfs-0.ebuild
19 new file mode 100644
20 index 00000000000..f2f9fac4c10
21 --- /dev/null
22 +++ b/acct-user/ipfs/ipfs-0.ebuild
23 @@ -0,0 +1,14 @@
24 +# Copyright 2019 Gentoo Authors
25 +# Distributed under the terms of the GNU General Public License v2
26 +
27 +EAPI=7
28 +
29 +inherit acct-user
30 +
31 +DESCRIPTION="User for the system-wide net-p2p/go-ipfs-bin server"
32 +ACCT_USER_ID=484
33 +ACCT_USER_HOME=/var/lib/ipfs
34 +ACCT_USER_HOME_PERMS=0755
35 +ACCT_USER_GROUPS=( ipfs )
36 +
37 +acct-user_add_deps
38
39 diff --git a/acct-user/ipfs/metadata.xml b/acct-user/ipfs/metadata.xml
40 new file mode 100644
41 index 00000000000..eea561c5517
42 --- /dev/null
43 +++ b/acct-user/ipfs/metadata.xml
44 @@ -0,0 +1,12 @@
45 +<?xml version="1.0" encoding="UTF-8"?>
46 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
47 +<pkgmetadata>
48 + <maintainer type="person">
49 + <email>hurikhan77+bgo@×××××.com</email>
50 + <name>Kai Krakow</name>
51 + </maintainer>
52 + <maintainer type="project">
53 + <email>proxy-maint@g.o</email>
54 + <name>Proxy Maintainers</name>
55 + </maintainer>
56 +</pkgmetadata>