Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: acct-group/lighttpd/
Date: Sun, 09 Feb 2020 16:46:06
Message-Id: 1581266758.30b52da67e3ef3e274815f56d89b69ffcb4e0c02.zlogene@gentoo
1 commit: 30b52da67e3ef3e274815f56d89b69ffcb4e0c02
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 9 15:48:58 2020 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 9 16:45:58 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30b52da6
7
8 acct-group/lighttpd: Initial commit
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12
13 acct-group/lighttpd/lighttpd-0.ebuild | 8 ++++++++
14 acct-group/lighttpd/metadata.xml | 8 ++++++++
15 2 files changed, 16 insertions(+)
16
17 diff --git a/acct-group/lighttpd/lighttpd-0.ebuild b/acct-group/lighttpd/lighttpd-0.ebuild
18 new file mode 100644
19 index 00000000000..16dac2e2428
20 --- /dev/null
21 +++ b/acct-group/lighttpd/lighttpd-0.ebuild
22 @@ -0,0 +1,8 @@
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 +ACCT_GROUP_ID=302
31
32 diff --git a/acct-group/lighttpd/metadata.xml b/acct-group/lighttpd/metadata.xml
33 new file mode 100644
34 index 00000000000..6698a4ab788
35 --- /dev/null
36 +++ b/acct-group/lighttpd/metadata.xml
37 @@ -0,0 +1,8 @@
38 +<?xml version="1.0" encoding="UTF-8"?>
39 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
40 +<pkgmetadata>
41 + <maintainer type="person">
42 + <email>zlogene@g.o</email>
43 + <name>Mikle Kolyada</name>
44 + </maintainer>
45 +</pkgmetadata>