diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2019-10-13 21:54:24 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2019-10-13 21:54:24 +0100 |
commit | da491770b9ba5f179e18db461c49cb6f1ccf0e1f (patch) | |
tree | d3e34a8bd906741ab18cf69d8d4f732853e26ade /acct-group/vpopmail | |
parent | ad6182343997a405079870a2fe91c4e0c6b94595 (diff) | |
parent | 5a165c60b9b8c4847067cb83b4be7da785d01f93 (diff) |
gentoo resync : 28.09.2019
Diffstat (limited to 'acct-group/vpopmail')
-rw-r--r-- | acct-group/vpopmail/Manifest | 2 | ||||
-rw-r--r-- | acct-group/vpopmail/metadata.xml | 12 | ||||
-rw-r--r-- | acct-group/vpopmail/vpopmail-0.ebuild | 8 |
3 files changed, 22 insertions, 0 deletions
diff --git a/acct-group/vpopmail/Manifest b/acct-group/vpopmail/Manifest new file mode 100644 index 000000000000..2305a83e7048 --- /dev/null +++ b/acct-group/vpopmail/Manifest @@ -0,0 +1,2 @@ +EBUILD vpopmail-0.ebuild 145 BLAKE2B e6dc556123ead251fb784654d56e9776ce5bc512cc7a4ecfa5f79571bcea1230f0c439ac60d449c5b4cabb6d28da7fbefd1be00fbafa8ab09b2ecf3eb98a68cc SHA512 287f3951f94dd92ec7c7184ea844b36a6f6c716686c288148d9e3d2497b16047f04bdeea63509fa479e7ff1d7a3e779059e66a17d4a407867ca2781444c4fc2c +MISC metadata.xml 362 BLAKE2B f5648e02e548748d7d6213e1095ff84932cd28aa230a55c8232199b581b0e53a5967419522e626f033841e282c885ae4626ce4a835dc67c7eac2437d9cff4d99 SHA512 8c5f244b35e479d5173ab982f3d1e6937a115fe628930fb121a2ccc283be862a5a64f153e296c4902b11008efb1364f900b6bcd3d95db0de164c80ef4e22f923 diff --git a/acct-group/vpopmail/metadata.xml b/acct-group/vpopmail/metadata.xml new file mode 100644 index 000000000000..984c50fcb5cd --- /dev/null +++ b/acct-group/vpopmail/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/vpopmail/vpopmail-0.ebuild b/acct-group/vpopmail/vpopmail-0.ebuild new file mode 100644 index 000000000000..fed48eea3041 --- /dev/null +++ b/acct-group/vpopmail/vpopmail-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=89 |