From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 056D3138334 for ; Sat, 16 Nov 2019 07:39:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 23B7BE07FE; Sat, 16 Nov 2019 07:39:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E8A63E07FE for ; Sat, 16 Nov 2019 07:39:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BD74A34CEAD for ; Sat, 16 Nov 2019 07:39:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 732B771A for ; Sat, 16 Nov 2019 07:38:59 +0000 (UTC) From: "Hanno Böck" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hanno Böck" Message-ID: <1573889929.84e0ef5095721bf92f5f370259c52b644ff40bec.hanno@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-filter/zdkimfilter/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-filter/zdkimfilter/Manifest mail-filter/zdkimfilter/metadata.xml mail-filter/zdkimfilter/zdkimfilter-1.8.ebuild X-VCS-Directories: mail-filter/zdkimfilter/ X-VCS-Committer: hanno X-VCS-Committer-Name: Hanno Böck X-VCS-Revision: 84e0ef5095721bf92f5f370259c52b644ff40bec X-VCS-Branch: master Date: Sat, 16 Nov 2019 07:38:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e3a11c5e-2d00-4d1f-abdb-e0152962c72f X-Archives-Hash: 94008f436f297f6ba087bfa6d3aa7869 commit: 84e0ef5095721bf92f5f370259c52b644ff40bec Author: Hanno Böck gentoo org> AuthorDate: Sat Nov 16 07:38:49 2019 +0000 Commit: Hanno Böck gentoo org> CommitDate: Sat Nov 16 07:38:49 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84e0ef50 mail-filter/zdkimfilter: Initial commit DKIM support for the courier MTA. This package was previously removed from Gentoo due to lack of maintainership, reviving it due to increased need of DKIM support. Signed-off-by: Hanno Böck gentoo.org> Package-Manager: Portage-2.3.79, Repoman-2.3.18 mail-filter/zdkimfilter/Manifest | 1 + mail-filter/zdkimfilter/metadata.xml | 7 ++++++ mail-filter/zdkimfilter/zdkimfilter-1.8.ebuild | 35 ++++++++++++++++++++++++++ 3 files changed, 43 insertions(+) diff --git a/mail-filter/zdkimfilter/Manifest b/mail-filter/zdkimfilter/Manifest new file mode 100644 index 00000000000..9a97e398ef1 --- /dev/null +++ b/mail-filter/zdkimfilter/Manifest @@ -0,0 +1 @@ +DIST zdkimfilter-1.8.tar.gz 717481 BLAKE2B ec662a02c4a248085a42548d892084eb23c592c0511026039d18e8cc7a1a46dcf37411f8fc7395be507065ddb9cda8c5a1226e5e379852b4ef7ee84c2936b439 SHA512 e4b32c5d636db8a76ecfc2e4c8b1bda2053dc6c5baba13ed66120458f012a9d22d9ec269ae88100f1cc048b9c7d6c67a887ed1a48435a6353ab68bc13054c42c diff --git a/mail-filter/zdkimfilter/metadata.xml b/mail-filter/zdkimfilter/metadata.xml new file mode 100644 index 00000000000..38ce6c17a3f --- /dev/null +++ b/mail-filter/zdkimfilter/metadata.xml @@ -0,0 +1,7 @@ + + + + + hanno@gentoo.org + + diff --git a/mail-filter/zdkimfilter/zdkimfilter-1.8.ebuild b/mail-filter/zdkimfilter/zdkimfilter-1.8.ebuild new file mode 100644 index 00000000000..6205edee11c --- /dev/null +++ b/mail-filter/zdkimfilter/zdkimfilter-1.8.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +DESCRIPTION="DKIM filter for Courier-MTA" +HOMEPAGE="https://www.tana.it/sw/zdkimfilter" +SRC_URI="https://www.tana.it/sw/zdkimfilter/${P}.tar.gz" +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64" +IUSE="debug" + +DEPEND="mail-filter/opendkim + mail-mta/courier + dev-db/opendbx + dev-libs/nettle + net-dns/libidn2 + dev-libs/libunistring" +RDEPEND="${DEPEND}" + +# For working tests we need a fix for opendkim, +# see https://bugs.gentoo.org/700174 +RESTRICT="test" + +src_configure() { + econf $(use_enable debug) +} + +src_install() { + emake DESTDIR="${D}" install + diropts -o mail -g mail + dodir /etc/courier/filters/keys + dodoc release-notes-*.txt README ChangeLog + dodoc odbx_example.{conf,sql} +}