summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuilherme Amadio <amadio@gentoo.org>2020-06-26 15:07:07 +0200
committerGuilherme Amadio <amadio@gentoo.org>2020-06-26 15:12:03 +0200
commit196600334c47ab4db2646315c67b5e2f2ffa714c (patch)
tree1c49927d761b6a88bd6c31cd20d114b869f39c52 /acct-user
parentacct-group/cvmfs: new group for net-fs/cvmfs (diff)
downloadgentoo-196600334c47ab4db2646315c67b5e2f2ffa714c.tar.gz
gentoo-196600334c47ab4db2646315c67b5e2f2ffa714c.tar.bz2
gentoo-196600334c47ab4db2646315c67b5e2f2ffa714c.zip
acct-user/cvmfs: new user for net-fs/cvmfs
Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
Diffstat (limited to 'acct-user')
-rw-r--r--acct-user/cvmfs/cvmfs-0.ebuild12
-rw-r--r--acct-user/cvmfs/metadata.xml8
2 files changed, 20 insertions, 0 deletions
diff --git a/acct-user/cvmfs/cvmfs-0.ebuild b/acct-user/cvmfs/cvmfs-0.ebuild
new file mode 100644
index 000000000000..9296d50fb9c1
--- /dev/null
+++ b/acct-user/cvmfs/cvmfs-0.ebuild
@@ -0,0 +1,12 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-user
+
+DESCRIPTION="User for the CernVM-FS network file system"
+ACCT_USER_ID=268
+ACCT_USER_GROUPS=( "${PN}" )
+
+acct-user_add_deps
diff --git a/acct-user/cvmfs/metadata.xml b/acct-user/cvmfs/metadata.xml
new file mode 100644
index 000000000000..46a304a17de5
--- /dev/null
+++ b/acct-user/cvmfs/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>sci-physics@gentoo.org</email>
+ <name>Gentoo Physics Project</name>
+ </maintainer>
+</pkgmetadata>