diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2021-03-17 18:21:54 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2021-03-17 18:26:18 +0100 |
commit | ab82c89377d37f3840d62f4f8d9cd57cc490b589 (patch) | |
tree | 7d53f8ffd63800a026213a70999ea838a0dbdb90 /acct-group/crontab | |
parent | sys-block/di: Removed old (diff) | |
download | gentoo-ab82c89377d37f3840d62f4f8d9cd57cc490b589.tar.gz gentoo-ab82c89377d37f3840d62f4f8d9cd57cc490b589.tar.bz2 gentoo-ab82c89377d37f3840d62f4f8d9cd57cc490b589.zip |
acct-group/crontab: Initial commit
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'acct-group/crontab')
-rw-r--r-- | acct-group/crontab/crontab-0.ebuild | 8 | ||||
-rw-r--r-- | acct-group/crontab/metadata.xml | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/acct-group/crontab/crontab-0.ebuild b/acct-group/crontab/crontab-0.ebuild new file mode 100644 index 000000000000..d8765962fb79 --- /dev/null +++ b/acct-group/crontab/crontab-0.ebuild @@ -0,0 +1,8 @@ +# Copyright 2019-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +ACCT_GROUP_ID=460 diff --git a/acct-group/crontab/metadata.xml b/acct-group/crontab/metadata.xml new file mode 100644 index 000000000000..95aa13f6c5ef --- /dev/null +++ b/acct-group/crontab/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>polynomial-c@gentoo.org</email> + <name>Lars Wendler</name> + </maintainer> +</pkgmetadata> |