diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2020-01-24 22:40:52 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2020-01-24 22:52:19 +0100 |
commit | 5fff89eee52b571b7d56a6e06a638f7825f246be (patch) | |
tree | 0b3ce7b14e2d88278c9807c183e8791f0a5f6234 /acct-group | |
parent | app-shells/kshdb: bump to 1.1.0 (diff) | |
download | gentoo-5fff89eee52b571b7d56a6e06a638f7825f246be.tar.gz gentoo-5fff89eee52b571b7d56a6e06a638f7825f246be.tar.bz2 gentoo-5fff89eee52b571b7d56a6e06a638f7825f246be.zip |
acct-group/dhcp: Initial commit
Package-Manager: Portage-2.3.85, Repoman-2.3.20
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'acct-group')
-rw-r--r-- | acct-group/dhcp/dhcp-0.ebuild | 8 | ||||
-rw-r--r-- | acct-group/dhcp/metadata.xml | 7 |
2 files changed, 15 insertions, 0 deletions
diff --git a/acct-group/dhcp/dhcp-0.ebuild b/acct-group/dhcp/dhcp-0.ebuild new file mode 100644 index 000000000000..5b54d2ecdd85 --- /dev/null +++ b/acct-group/dhcp/dhcp-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=300 diff --git a/acct-group/dhcp/metadata.xml b/acct-group/dhcp/metadata.xml new file mode 100644 index 000000000000..f540000d5aab --- /dev/null +++ b/acct-group/dhcp/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> |