commit: 0f81d3588f7822099a82a6e413dab00fa864bf0f Author: Zac Medico <zmedico <AT> gentoo <DOT> org> AuthorDate: Sun Apr 4 13:40:57 2021 +0000 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org> CommitDate: Sun Apr 4 14:28:05 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f81d358
acct-group/http: add group http (297) for www-servers/caddy Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org> acct-group/http/http-0.ebuild | 8 ++++++++ acct-group/http/metadata.xml | 7 +++++++ 2 files changed, 15 insertions(+) diff --git a/acct-group/http/http-0.ebuild b/acct-group/http/http-0.ebuild new file mode 100644 index 00000000000..6e855875b1d --- /dev/null +++ b/acct-group/http/http-0.ebuild @@ -0,0 +1,8 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +ACCT_GROUP_ID=297 diff --git a/acct-group/http/metadata.xml b/acct-group/http/metadata.xml new file mode 100644 index 00000000000..9a7ba2ff3c4 --- /dev/null +++ b/acct-group/http/metadata.xml @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>[email protected]</email> + </maintainer> +</pkgmetadata>
