From: "Jason A. Donenfeld" <zx2c4@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-filter/opensmtpd-filter-rspamd/
Date: Wed, 5 Feb 2020 13:27:17 +0000 (UTC) [thread overview]
Message-ID: <1580909224.4b7f0262e3a5b424df6063a07d130f5347e418f7.zx2c4@gentoo> (raw)
commit: 4b7f0262e3a5b424df6063a07d130f5347e418f7
Author: Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 5 13:25:21 2020 +0000
Commit: Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org>
CommitDate: Wed Feb 5 13:27:04 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b7f0262
mail-filter/opensmtpd-filter-rspamd: add new package
Package-Manager: Portage-2.3.86, Repoman-2.3.20
Signed-off-by: Jason A. Donenfeld <zx2c4 <AT> gentoo.org>
mail-filter/opensmtpd-filter-rspamd/Manifest | 1 +
mail-filter/opensmtpd-filter-rspamd/metadata.xml | 8 ++++++
.../opensmtpd-filter-rspamd-0.1.5.ebuild | 32 ++++++++++++++++++++++
3 files changed, 41 insertions(+)
diff --git a/mail-filter/opensmtpd-filter-rspamd/Manifest b/mail-filter/opensmtpd-filter-rspamd/Manifest
new file mode 100644
index 00000000000..1915454dd99
--- /dev/null
+++ b/mail-filter/opensmtpd-filter-rspamd/Manifest
@@ -0,0 +1 @@
+DIST opensmtpd-filter-rspamd-0.1.5.tar.gz 4829 BLAKE2B 1a08431b11501ce30631e9db812e5742180bee8b995d8b07eacd35efd385a5213bb735218143a78ae8e8a9f4c6f791653f7e8f19cdb174236949364d587741d2 SHA512 9f11f5fa319e8f0e13e7f6b2cefe1a3018715be494e9bef51e017320ba99f75f1f65833b2c03a283cbfade49e8dfcd6255ea89d9486cd266ea78614c8482ce63
diff --git a/mail-filter/opensmtpd-filter-rspamd/metadata.xml b/mail-filter/opensmtpd-filter-rspamd/metadata.xml
new file mode 100644
index 00000000000..915f0022706
--- /dev/null
+++ b/mail-filter/opensmtpd-filter-rspamd/metadata.xml
@@ -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>zx2c4@gentoo.org</email>
+ <name>Jason A. Donenfeld</name>
+ </maintainer>
+</pkgmetadata>
diff --git a/mail-filter/opensmtpd-filter-rspamd/opensmtpd-filter-rspamd-0.1.5.ebuild b/mail-filter/opensmtpd-filter-rspamd/opensmtpd-filter-rspamd-0.1.5.ebuild
new file mode 100644
index 00000000000..e55019d353a
--- /dev/null
+++ b/mail-filter/opensmtpd-filter-rspamd/opensmtpd-filter-rspamd-0.1.5.ebuild
@@ -0,0 +1,32 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit golang-base
+
+DESCRIPTION="OpenSMTPD filter for putting emails through rspamd"
+HOMEPAGE="https://github.com/poolpOrg/filter-rspamd"
+SRC_URI="https://github.com/poolpOrg/filter-rspamd/releases/download/0.1.5/filter-rspamd-0.1.5.tar.gz -> ${P}.tar.gz"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND} mail-mta/opensmtpd"
+BDEPEND=""
+
+S=${WORKDIR}/${P#opensmtpd-}
+DOCS=( README.md )
+
+src_compile() {
+ go build -ldflags="-s -w" -buildmode=pie filter-rspamd.go || die
+}
+
+src_install() {
+ default
+ exeinto /usr/libexec/opensmtpd
+ doexe filter-rspamd
+}
next reply other threads:[~2020-02-05 13:27 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-02-05 13:27 Jason A. Donenfeld [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-05-24 2:03 [gentoo-commits] repo/gentoo:master commit in: mail-filter/opensmtpd-filter-rspamd/ Jason A. Donenfeld
2025-01-31 14:43 Arthur Zamarin
2025-01-31 14:43 Arthur Zamarin
2025-01-31 14:43 Arthur Zamarin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1580909224.4b7f0262e3a5b424df6063a07d130f5347e418f7.zx2c4@gentoo \
--to=zx2c4@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox