Gentoo Archives: gentoo-commits

From: Guilherme Amadio <amadio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: acct-user/cvmfs/
Date: Fri, 26 Jun 2020 13:16:50
Message-Id: 1593177123.196600334c47ab4db2646315c67b5e2f2ffa714c.amadio@gentoo
1 commit: 196600334c47ab4db2646315c67b5e2f2ffa714c
2 Author: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 26 13:07:07 2020 +0000
4 Commit: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 26 13:12:03 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19660033
7
8 acct-user/cvmfs: new user for net-fs/cvmfs
9
10 Package-Manager: Portage-2.3.103, Repoman-2.3.23
11 Signed-off-by: Guilherme Amadio <amadio <AT> gentoo.org>
12
13 acct-user/cvmfs/cvmfs-0.ebuild | 12 ++++++++++++
14 acct-user/cvmfs/metadata.xml | 8 ++++++++
15 2 files changed, 20 insertions(+)
16
17 diff --git a/acct-user/cvmfs/cvmfs-0.ebuild b/acct-user/cvmfs/cvmfs-0.ebuild
18 new file mode 100644
19 index 00000000000..9296d50fb9c
20 --- /dev/null
21 +++ b/acct-user/cvmfs/cvmfs-0.ebuild
22 @@ -0,0 +1,12 @@
23 +# Copyright 2020 Gentoo Authors
24 +# Distributed under the terms of the GNU General Public License v2
25 +
26 +EAPI=7
27 +
28 +inherit acct-user
29 +
30 +DESCRIPTION="User for the CernVM-FS network file system"
31 +ACCT_USER_ID=268
32 +ACCT_USER_GROUPS=( "${PN}" )
33 +
34 +acct-user_add_deps
35
36 diff --git a/acct-user/cvmfs/metadata.xml b/acct-user/cvmfs/metadata.xml
37 new file mode 100644
38 index 00000000000..46a304a17de
39 --- /dev/null
40 +++ b/acct-user/cvmfs/metadata.xml
41 @@ -0,0 +1,8 @@
42 +<?xml version="1.0" encoding="UTF-8"?>
43 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
44 +<pkgmetadata>
45 + <maintainer type="project">
46 + <email>sci-physics@g.o</email>
47 + <name>Gentoo Physics Project</name>
48 + </maintainer>
49 +</pkgmetadata>