diff options
author | Rolf Eike Beer <eike@sf-mail.de> | 2019-09-08 21:31:54 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2019-09-21 17:49:07 +0300 |
commit | fc8999d6a5a0f5ced7e3be401c4e18abfb2c5bfb (patch) | |
tree | 3a002776f6d5d6a69fed3f7515e749c4d767dc61 | |
parent | mail-mta/netqmail: clean up ebuild and patch (diff) | |
download | gentoo-fc8999d6a5a0f5ced7e3be401c4e18abfb2c5bfb.tar.gz gentoo-fc8999d6a5a0f5ced7e3be401c4e18abfb2c5bfb.tar.bz2 gentoo-fc8999d6a5a0f5ced7e3be401c4e18abfb2c5bfb.zip |
acct-group/{nofiles,qmail}: add the groups needed by qmail
Signed-off-by: Rolf Eike Beer <eike@sf-mail.de>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
-rw-r--r-- | acct-group/nofiles/metadata.xml | 12 | ||||
-rw-r--r-- | acct-group/nofiles/nofiles-0.ebuild | 8 | ||||
-rw-r--r-- | acct-group/qmail/metadata.xml | 12 | ||||
-rw-r--r-- | acct-group/qmail/qmail-0.ebuild | 8 |
4 files changed, 40 insertions, 0 deletions
diff --git a/acct-group/nofiles/metadata.xml b/acct-group/nofiles/metadata.xml new file mode 100644 index 000000000000..984c50fcb5cd --- /dev/null +++ b/acct-group/nofiles/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>eike@sf-mail.de</email> + <name>Rolf Eike Beer</name> + </maintainer> + <maintainer type="project"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</name> + </maintainer> +</pkgmetadata> diff --git a/acct-group/nofiles/nofiles-0.ebuild b/acct-group/nofiles/nofiles-0.ebuild new file mode 100644 index 000000000000..46d6e49a0fe8 --- /dev/null +++ b/acct-group/nofiles/nofiles-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=200 diff --git a/acct-group/qmail/metadata.xml b/acct-group/qmail/metadata.xml new file mode 100644 index 000000000000..984c50fcb5cd --- /dev/null +++ b/acct-group/qmail/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>eike@sf-mail.de</email> + <name>Rolf Eike Beer</name> + </maintainer> + <maintainer type="project"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</name> + </maintainer> +</pkgmetadata> diff --git a/acct-group/qmail/qmail-0.ebuild b/acct-group/qmail/qmail-0.ebuild new file mode 100644 index 000000000000..9a1c1d8dc853 --- /dev/null +++ b/acct-group/qmail/qmail-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=201 |