acct-group/dkimsocket: Add ebuild.
As per https://wiki.gentoo.org/wiki/OpenDKIM Package-Manager: Portage-3.0.4, Repoman-2.3.23
This commit is contained in:
parent
1c91aa71d7
commit
0bb7383cbe
4 changed files with 28 additions and 0 deletions
6
acct-group/dkimsocket/ChangeLog
Normal file
6
acct-group/dkimsocket/ChangeLog
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
*dkimsocket-0 (07 Sep 2020)
|
||||||
|
|
||||||
|
07 Sep 2020; Manuel Friedli <manuel@fritteli.ch> +dkimsocket-0.ebuild,
|
||||||
|
+metadata.xml:
|
||||||
|
acct-group/dkimsocket: Add ebuild. As per
|
||||||
|
https://wiki.gentoo.org/wiki/OpenDKIM
|
3
acct-group/dkimsocket/Manifest
Normal file
3
acct-group/dkimsocket/Manifest
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
EBUILD dkimsocket-0.ebuild 300 BLAKE2B a30268a63e729d0f071c7c0c49d35023f4def3d2f7e0bfef9da0f2cc4b6194290750f0560f6dba540b6b31540d50f4f4cbbeaae6e981a18ba021118942446f8b SHA512 cfb24baa132e5093ca3116df7654244ae6268f5db62b4e5b4c6e862fbc288819a562f8211abb3ea26ff2e46ca7e067821fc8f7cf897f45c569de21df53998cb0
|
||||||
|
MISC ChangeLog 204 BLAKE2B 39592bed2b0634282cabdd3bc24e283096b2751f9817d20580986dccd59bae48071d08d16fd15aae2c20b9722dab5d15cbdb19f052b4126d0b92bc6100aac665 SHA512 089f17dbb2e44d7144a187aa1603d921206169e3e19a3ba8bca4772f8318a94f42ec9954d0837de00902ed60bc14819a6292093a576d960684f2411d469c3208
|
||||||
|
MISC metadata.xml 248 BLAKE2B cb50cad2c614a99daa2e236f9e0d0fab1ab20a898c0b0f0c28a1387820ab1f2b9dd4d396a3b38f732b493824f96a29ee5894e80e09dbd08dff62c1aaba3feaa0 SHA512 29f9b96b0a77546cce6a8bffd82fae2fd0939d32a7a05ffd0d91f9250a019a3ddaa599b93988c82daabb9c4c4b284dd947e2c47f6ca7727b8539cffa91bcb8c2
|
11
acct-group/dkimsocket/dkimsocket-0.ebuild
Normal file
11
acct-group/dkimsocket/dkimsocket-0.ebuild
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
# Copyright 1999-2020 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=7
|
||||||
|
|
||||||
|
inherit acct-group
|
||||||
|
DESCRIPTION="Group used to share the OpenDKIM socket"
|
||||||
|
KEYWORDS="~amd64"
|
||||||
|
|
||||||
|
# If you want this to persist across multiple machines, pick a real number!
|
||||||
|
ACCT_GROUP_ID="-1"
|
8
acct-group/dkimsocket/metadata.xml
Normal file
8
acct-group/dkimsocket/metadata.xml
Normal file
|
@ -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>manuel@fritteli.ch</email>
|
||||||
|
<name>Manuel Friedli</name>
|
||||||
|
</maintainer>
|
||||||
|
</pkgmetadata>
|
Loading…
Reference in a new issue