diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2019-08-03 21:20:57 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2019-08-03 21:37:05 +0200 |
commit | a540fcf642822ed7268368fbc9b1b48154cb8f19 (patch) | |
tree | 31e9692cd81f2ef0af51cf3c28fe91f9819910ec /acct-group/man | |
parent | dev-vcs/git: Removed old. (diff) | |
download | gentoo-a540fcf642822ed7268368fbc9b1b48154cb8f19.tar.gz gentoo-a540fcf642822ed7268368fbc9b1b48154cb8f19.tar.bz2 gentoo-a540fcf642822ed7268368fbc9b1b48154cb8f19.zip |
acct-group/man: Initial commit
Package-Manager: Portage-2.3.70, Repoman-2.3.16
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'acct-group/man')
-rw-r--r-- | acct-group/man/man-0.ebuild | 8 | ||||
-rw-r--r-- | acct-group/man/metadata.xml | 7 |
2 files changed, 15 insertions, 0 deletions
diff --git a/acct-group/man/man-0.ebuild b/acct-group/man/man-0.ebuild new file mode 100644 index 000000000000..e94aadc54e0b --- /dev/null +++ b/acct-group/man/man-0.ebuild @@ -0,0 +1,8 @@ +# Copyright 2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +ACCT_GROUP_ID=15 diff --git a/acct-group/man/metadata.xml b/acct-group/man/metadata.xml new file mode 100644 index 000000000000..f540000d5aab --- /dev/null +++ b/acct-group/man/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="project"> + <email>base-system@gentoo.org</email> + </maintainer> +</pkgmetadata> |