diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2020-05-19 01:01:59 +0300 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2020-05-19 01:14:43 +0300 |
commit | a051f029599da186d1de13334247304c73193a30 (patch) | |
tree | 87f15da26e1d6da84e49fcf99576c6a6268edc99 /acct-group | |
parent | acct-user/svn: Add svn user for dev-vcs/subversion (diff) | |
download | gentoo-a051f029599da186d1de13334247304c73193a30.tar.gz gentoo-a051f029599da186d1de13334247304c73193a30.tar.bz2 gentoo-a051f029599da186d1de13334247304c73193a30.zip |
acct-group/apache: Add apache group
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'acct-group')
-rw-r--r-- | acct-group/apache/apache-0.ebuild | 8 | ||||
-rw-r--r-- | acct-group/apache/metadata.xml | 12 |
2 files changed, 20 insertions, 0 deletions
diff --git a/acct-group/apache/apache-0.ebuild b/acct-group/apache/apache-0.ebuild new file mode 100644 index 000000000000..2c809ec7b004 --- /dev/null +++ b/acct-group/apache/apache-0.ebuild @@ -0,0 +1,8 @@ +# Copyright 2019-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +ACCT_GROUP_ID=81 diff --git a/acct-group/apache/metadata.xml b/acct-group/apache/metadata.xml new file mode 100644 index 000000000000..f93dbc1e6256 --- /dev/null +++ b/acct-group/apache/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>polynomial-c@gentoo.org</email> + <name>Lars Wendler</name> + </maintainer> + <maintainer type="project"> + <email>apache-bugs@gentoo.org</email> + <name>Apache project</name> + </maintainer> +</pkgmetadata> |