Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: acct-user/icecream/
Date: Sun, 18 Jul 2021 16:18:03
Message-Id: 1626625048.d809d83bdb48c9fb90dbe68c1c9786bb77609860.conikost@gentoo
1 commit: d809d83bdb48c9fb90dbe68c1c9786bb77609860
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 18 10:50:00 2021 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 18 16:17:28 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d809d83b
7
8 acct-user/icecream: add user (145) icecream
9
10 Bug: https://bugs.gentoo.org/781506
11 Package-Manager: Portage-3.0.20, Repoman-3.0.3
12 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
13
14 acct-user/icecream/icecream-0.ebuild | 14 ++++++++++++++
15 acct-user/icecream/metadata.xml | 8 ++++++++
16 2 files changed, 22 insertions(+)
17
18 diff --git a/acct-user/icecream/icecream-0.ebuild b/acct-user/icecream/icecream-0.ebuild
19 new file mode 100644
20 index 00000000000..267a068e577
21 --- /dev/null
22 +++ b/acct-user/icecream/icecream-0.ebuild
23 @@ -0,0 +1,14 @@
24 +# Copyright 1999-2021 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="A user for sys-devel/icecream"
32 +
33 +ACCT_USER_GROUPS=( "icecream" )
34 +ACCT_USER_HOME="/var/cache/icecream"
35 +ACCT_USER_ID="145"
36 +
37 +acct-user_add_deps
38
39 diff --git a/acct-user/icecream/metadata.xml b/acct-user/icecream/metadata.xml
40 new file mode 100644
41 index 00000000000..8bf4b5f3695
42 --- /dev/null
43 +++ b/acct-user/icecream/metadata.xml
44 @@ -0,0 +1,8 @@
45 +<?xml version="1.0" encoding="UTF-8"?>
46 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
47 +<pkgmetadata>
48 + <maintainer type="project">
49 + <email>cluster@g.o</email>
50 + <name>Gentoo Cluster Project</name>
51 + </maintainer>
52 +</pkgmetadata>