Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: acct-group/varnish/
Date: Thu, 26 Dec 2019 17:37:43
Message-Id: 1577381804.a4a8600e8514e80f3c84894b371a6cc815fbf722.blueness@gentoo
1 commit: a4a8600e8514e80f3c84894b371a6cc815fbf722
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 26 17:33:23 2019 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 26 17:36:44 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4a8600e
7
8 acct-group/varnish: new group for www-servers/varnish (GID 474)
9
10 Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
11
12 acct-group/varnish/metadata.xml | 8 ++++++++
13 acct-group/varnish/varnish-0.ebuild | 9 +++++++++
14 2 files changed, 17 insertions(+)
15
16 diff --git a/acct-group/varnish/metadata.xml b/acct-group/varnish/metadata.xml
17 new file mode 100644
18 index 00000000000..d920e3ba3e5
19 --- /dev/null
20 +++ b/acct-group/varnish/metadata.xml
21 @@ -0,0 +1,8 @@
22 +<?xml version="1.0" encoding="UTF-8"?>
23 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
24 +<pkgmetadata>
25 + <maintainer type="person">
26 + <email>blueness@g.o</email>
27 + <name>Anthony G. Basile</name>
28 + </maintainer>
29 +</pkgmetadata>
30
31 diff --git a/acct-group/varnish/varnish-0.ebuild b/acct-group/varnish/varnish-0.ebuild
32 new file mode 100644
33 index 00000000000..1171e28757c
34 --- /dev/null
35 +++ b/acct-group/varnish/varnish-0.ebuild
36 @@ -0,0 +1,9 @@
37 +# Copyright 2019 Gentoo Authors
38 +# Distributed under the terms of the GNU General Public License v2
39 +
40 +EAPI=7
41 +
42 +inherit acct-group
43 +
44 +DESCRIPTION="group for varnish"
45 +ACCT_GROUP_ID=474