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-group/cvmfs/
Date: Fri, 26 Jun 2020 13:16:49
Message-Id: 1593177123.98e82738a8ccbeed3b64698eaeeb82ef3426437c.amadio@gentoo
1 commit: 98e82738a8ccbeed3b64698eaeeb82ef3426437c
2 Author: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 26 13:05:49 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=98e82738
7
8 acct-group/cvmfs: new group 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-group/cvmfs/cvmfs-0.ebuild | 9 +++++++++
14 acct-group/cvmfs/metadata.xml | 8 ++++++++
15 2 files changed, 17 insertions(+)
16
17 diff --git a/acct-group/cvmfs/cvmfs-0.ebuild b/acct-group/cvmfs/cvmfs-0.ebuild
18 new file mode 100644
19 index 00000000000..1fcae7e51f9
20 --- /dev/null
21 +++ b/acct-group/cvmfs/cvmfs-0.ebuild
22 @@ -0,0 +1,9 @@
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-group
29 +
30 +DESCRIPTION="Group for the CernVM-FS network file system"
31 +ACCT_GROUP_ID=268
32
33 diff --git a/acct-group/cvmfs/metadata.xml b/acct-group/cvmfs/metadata.xml
34 new file mode 100644
35 index 00000000000..46a304a17de
36 --- /dev/null
37 +++ b/acct-group/cvmfs/metadata.xml
38 @@ -0,0 +1,8 @@
39 +<?xml version="1.0" encoding="UTF-8"?>
40 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
41 +<pkgmetadata>
42 + <maintainer type="project">
43 + <email>sci-physics@g.o</email>
44 + <name>Gentoo Physics Project</name>
45 + </maintainer>
46 +</pkgmetadata>