Gentoo Archives: gentoo-commits

From: Stephan Hartmann <sultan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: acct-group/croc/
Date: Mon, 05 Oct 2020 14:38:14
Message-Id: 1601908671.b0287c17b9e25830a7fdcba14a3d6ef369d4cf93.sultan@gentoo
1 commit: b0287c17b9e25830a7fdcba14a3d6ef369d4cf93
2 Author: Stephan Hartmann <sultan <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 5 13:41:01 2020 +0000
4 Commit: Stephan Hartmann <sultan <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 5 14:37:51 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0287c17
7
8 acct-group/croc: new group for net-misc/croc
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>
12
13 acct-group/croc/croc-0.ebuild | 9 +++++++++
14 acct-group/croc/metadata.xml | 8 ++++++++
15 2 files changed, 17 insertions(+)
16
17 diff --git a/acct-group/croc/croc-0.ebuild b/acct-group/croc/croc-0.ebuild
18 new file mode 100644
19 index 00000000000..544469aa859
20 --- /dev/null
21 +++ b/acct-group/croc/croc-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 net-misc/croc"
31 +ACCT_GROUP_ID=310
32
33 diff --git a/acct-group/croc/metadata.xml b/acct-group/croc/metadata.xml
34 new file mode 100644
35 index 00000000000..bb2b0922c7f
36 --- /dev/null
37 +++ b/acct-group/croc/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="person">
43 + <email>sultan@g.o</email>
44 + <name>Stephan Hartmann</name>
45 + </maintainer>
46 +</pkgmetadata>