diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2020-02-09 18:48:58 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2020-02-09 19:45:58 +0300 |
commit | 30b52da67e3ef3e274815f56d89b69ffcb4e0c02 (patch) | |
tree | c9f577b1080b7ede44dc5947f9802dd2fb6b7067 /acct-group | |
parent | xfce-extra/xfce4-panel-profiles: Switch to PYTHON_MULTI_USEDEP API (diff) | |
download | gentoo-30b52da67e3ef3e274815f56d89b69ffcb4e0c02.tar.gz gentoo-30b52da67e3ef3e274815f56d89b69ffcb4e0c02.tar.bz2 gentoo-30b52da67e3ef3e274815f56d89b69ffcb4e0c02.zip |
acct-group/lighttpd: Initial commit
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'acct-group')
-rw-r--r-- | acct-group/lighttpd/lighttpd-0.ebuild | 8 | ||||
-rw-r--r-- | acct-group/lighttpd/metadata.xml | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/acct-group/lighttpd/lighttpd-0.ebuild b/acct-group/lighttpd/lighttpd-0.ebuild new file mode 100644 index 000000000000..16dac2e24281 --- /dev/null +++ b/acct-group/lighttpd/lighttpd-0.ebuild @@ -0,0 +1,8 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +ACCT_GROUP_ID=302 diff --git a/acct-group/lighttpd/metadata.xml b/acct-group/lighttpd/metadata.xml new file mode 100644 index 000000000000..6698a4ab7883 --- /dev/null +++ b/acct-group/lighttpd/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="person"> + <email>zlogene@gentoo.org</email> + <name>Mikle Kolyada</name> + </maintainer> +</pkgmetadata> |