diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2021-07-17 19:04:28 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2021-07-17 19:04:28 +0100 |
commit | 514d1bbe260df2521fe60f1a3ec87cfcfde1a829 (patch) | |
tree | 555c194dbeb0fb2ac4ad3cde7c0f6a80fd330ce2 /acct-group/vacation | |
parent | 4df3bf9762850b34cd1ead5c80374d1a0fc3362e (diff) |
gentoo resync : 17.07.2021
Diffstat (limited to 'acct-group/vacation')
-rw-r--r-- | acct-group/vacation/Manifest | 2 | ||||
-rw-r--r-- | acct-group/vacation/metadata.xml | 12 | ||||
-rw-r--r-- | acct-group/vacation/vacation-0.ebuild | 10 |
3 files changed, 24 insertions, 0 deletions
diff --git a/acct-group/vacation/Manifest b/acct-group/vacation/Manifest new file mode 100644 index 000000000000..a9e7c5b7096d --- /dev/null +++ b/acct-group/vacation/Manifest @@ -0,0 +1,2 @@ +EBUILD vacation-0.ebuild 202 BLAKE2B 9d5a031f8918f93846e9e7ad53b988b47f0fabf2a8d31b1f94fdaf0b8d28f80c65cc4455ecea1b1378e5495e334077242302a3ec411588f413eafdb0881b718c SHA512 46296c551ab2d2b112589d84039a9a7dceb6820b75fe3545e37e1da6aa51f491db4d633cbd5c5be7ca62bc2c085ec35871a4550448d3a643e7cce20062720777 +MISC metadata.xml 364 BLAKE2B 22da06b13858eead1f5afca7152b8ec85baddd736452cdb5e616f2771535b91b3a346d7f21c804e1957d9db8de3875e9889341eb44aae4e6c2509984dede542d SHA512 d99a4abc1e8d979bd73f4f19abc7932d2d8753d1e748649068b9f2731fec9d927f2ba20472af8d0f79c66e8d67eb304467ecd98df8909bcd6b7f458c8ef0ecbd diff --git a/acct-group/vacation/metadata.xml b/acct-group/vacation/metadata.xml new file mode 100644 index 000000000000..b5bf61d42076 --- /dev/null +++ b/acct-group/vacation/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>titanofold@gentoo.org</email> + <name>Aaron W. Swenson</name> + </maintainer> + <maintainer type="project"> + <email>web-apps@gentoo.org</email> + <name>Gentoo Webapps</name> + </maintainer> +</pkgmetadata> diff --git a/acct-group/vacation/vacation-0.ebuild b/acct-group/vacation/vacation-0.ebuild new file mode 100644 index 000000000000..94ef2caa53ed --- /dev/null +++ b/acct-group/vacation/vacation-0.ebuild @@ -0,0 +1,10 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +DESCRIPTION="A group for www-apps/postfixadmin" + +ACCT_GROUP_ID="125" |