summaryrefslogtreecommitdiff
path: root/acct-user/msmtpd
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-08-18 18:16:17 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-08-18 18:16:17 +0100
commitfc637fb28da700da71ec2064d65ca5a7a31b9c6c (patch)
tree326613a08f25851c388715e205576a2e7d25dc4f /acct-user/msmtpd
parentb24bd25253fe093f722ab576d29fdc41d04cb1ee (diff)
gentoo resync : 18.08.2019
Diffstat (limited to 'acct-user/msmtpd')
-rw-r--r--acct-user/msmtpd/Manifest2
-rw-r--r--acct-user/msmtpd/metadata.xml7
-rw-r--r--acct-user/msmtpd/msmtpd-0.ebuild12
3 files changed, 21 insertions, 0 deletions
diff --git a/acct-user/msmtpd/Manifest b/acct-user/msmtpd/Manifest
new file mode 100644
index 000000000000..047916862504
--- /dev/null
+++ b/acct-user/msmtpd/Manifest
@@ -0,0 +1,2 @@
+EBUILD msmtpd-0.ebuild 228 BLAKE2B d6c98f067ad9fbade084b3c5e17263c6de3c3271bed3605047bfeb890e6281ad103a796553d3c14960c8ef2b99fea0c5d7363c23914c0db6ef197fc139027046 SHA512 973712f71369547746b6f776bed34058c28a627c45374c0678c846bdb2979d492726b6d96cf5d05418bb9847fd4ad5672d762ac44e5fa2664149bcf395998729
+MISC metadata.xml 227 BLAKE2B d43cca7ce4cd9d8143208b114d9a6f629c56d4148f1afbf5c6d850479f126b7a71baaec1f1eef609aa8d29d66e85abb83fa25e765ca2c920a44eeb773cd05ddc SHA512 59254a8f45c8f9b74b0f85c0aff39a6b425fb46e06328f1140c14ae7d2be524aaaf24993b89c0aa782abec962f107f24e4fcc3b374863a50227cc83a86e7ae36
diff --git a/acct-user/msmtpd/metadata.xml b/acct-user/msmtpd/metadata.xml
new file mode 100644
index 000000000000..7382c92ceae8
--- /dev/null
+++ b/acct-user/msmtpd/metadata.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>base-system@gentoo.org</email>
+ </maintainer>
+</pkgmetadata>
diff --git a/acct-user/msmtpd/msmtpd-0.ebuild b/acct-user/msmtpd/msmtpd-0.ebuild
new file mode 100644
index 000000000000..b8a05388f89d
--- /dev/null
+++ b/acct-user/msmtpd/msmtpd-0.ebuild
@@ -0,0 +1,12 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-user
+
+DESCRIPTION="user for msmtp daemon"
+ACCT_USER_ID=222
+ACCT_USER_GROUPS=( msmtpd )
+
+acct-user_add_deps