diff options
author | Eray Aslan <eras@gentoo.org> | 2019-10-10 13:50:24 +0300 |
---|---|---|
committer | Eray Aslan <eras@gentoo.org> | 2019-10-10 13:50:24 +0300 |
commit | d388c7a92742cf54bf1ceba2bb62c375d4340dc1 (patch) | |
tree | 9438bacc479f1f20161296636525a8bf40fff731 /acct-group/dovenull | |
parent | www-apps/drupal: 8.7.8 version bump. (diff) | |
download | gentoo-d388c7a92742cf54bf1ceba2bb62c375d4340dc1.tar.gz gentoo-d388c7a92742cf54bf1ceba2bb62c375d4340dc1.tar.bz2 gentoo-d388c7a92742cf54bf1ceba2bb62c375d4340dc1.zip |
acct-group/dovenull: add dovenull group (GID=74)
Package-Manager: Portage-2.3.76, Repoman-2.3.17
RepoMan-Options: --force
Signed-off-by: Eray Aslan <eras@gentoo.org>
Diffstat (limited to 'acct-group/dovenull')
-rw-r--r-- | acct-group/dovenull/dovenull-0.ebuild | 8 | ||||
-rw-r--r-- | acct-group/dovenull/metadata.xml | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/acct-group/dovenull/dovenull-0.ebuild b/acct-group/dovenull/dovenull-0.ebuild new file mode 100644 index 000000000000..5607ab437b59 --- /dev/null +++ b/acct-group/dovenull/dovenull-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=74 diff --git a/acct-group/dovenull/metadata.xml b/acct-group/dovenull/metadata.xml new file mode 100644 index 000000000000..e6f3bf582ab7 --- /dev/null +++ b/acct-group/dovenull/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>eras@gentoo.org</email> + <name>Eray Aslan</name> + </maintainer> +</pkgmetadata> |