From: "Arthur Zamarin" <arthurzam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-filter/opensmtpd-filter-rspamd/
Date: Fri, 31 Jan 2025 14:43:07 +0000 (UTC) [thread overview]
Message-ID: <1738334580.12c5bcab2cb5a6eff744c212ccea79c4f287a144.arthurzam@gentoo> (raw)
commit: 12c5bcab2cb5a6eff744c212ccea79c4f287a144
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 31 14:42:48 2025 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 31 14:43:00 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12c5bcab
mail-filter/opensmtpd-filter-rspamd: drop 0.1.6
Closes: https://bugs.gentoo.org/844706
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
mail-filter/opensmtpd-filter-rspamd/Manifest | 1 -
.../opensmtpd-filter-rspamd-0.1.6.ebuild | 32 ----------------------
2 files changed, 33 deletions(-)
diff --git a/mail-filter/opensmtpd-filter-rspamd/Manifest b/mail-filter/opensmtpd-filter-rspamd/Manifest
index 669f27b1d5b7..341fdb538cc2 100644
--- a/mail-filter/opensmtpd-filter-rspamd/Manifest
+++ b/mail-filter/opensmtpd-filter-rspamd/Manifest
@@ -1,3 +1,2 @@
-DIST opensmtpd-filter-rspamd-0.1.6.tar.gz 5096 BLAKE2B 7287aa2da095e7bdaf4f258112dbcf1c99f6a664ba7932e8704b7f7fb3fd9c7d0a243f1be0b412dfaff2baf70aee64c297e4489fd9802a0060f5c6a18d77a354 SHA512 c09251d78e26e5e13772b2b9d627e73a1633a71f7e70c7128fdf04f68ec9cf6737e1e4b0d7d7f9867b39798736970de06788b58b7f72f8e601af9d128d1e6650
DIST opensmtpd-filter-rspamd-0.1.8-deps.tar.xz 418772 BLAKE2B b26d30ba1adb98c098e36018e8b49dee3e1208aaf670733cb9fb36348daed465d030d1feb1505ff339c92210464b37bfd6bdd08eb34a74076ab64c7e9e280324 SHA512 3686571cd4e53ef8eb5dc9901f7527b383393faa62339b143ae961da8921738a45be83e4ff603527ac44fb35e2bc94a45151216ecf4fa2081bc37b3182c9741e
DIST opensmtpd-filter-rspamd-0.1.8.tar.gz 7449 BLAKE2B 245bb4cbbcdb2b9bf0abde0fc43296cf3fa6e135492d83f8d6d0a5762b7a5f9fa9215d1750e546adc831aaeb0e5f42014609c8079a7cbafe5f31031c30a64aad SHA512 54dc5ec496251e6a223ac05909f4d940c79ce2487e40e30a430da24fcc211983c40355fd91a609e7bb109be49051ca81f092e297f5c8c1e5a3e91a188b948f04
diff --git a/mail-filter/opensmtpd-filter-rspamd/opensmtpd-filter-rspamd-0.1.6.ebuild b/mail-filter/opensmtpd-filter-rspamd/opensmtpd-filter-rspamd-0.1.6.ebuild
deleted file mode 100644
index bf92338219e2..000000000000
--- a/mail-filter/opensmtpd-filter-rspamd/opensmtpd-filter-rspamd-0.1.6.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# 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/${PV}/filter-rspamd-${PV}.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 -o filter-rspamd || die
-}
-
-src_install() {
- default
- exeinto /usr/libexec/opensmtpd
- doexe filter-rspamd
-}
next reply other threads:[~2025-01-31 14:43 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-31 14:43 Arthur Zamarin [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-31 14:43 [gentoo-commits] repo/gentoo:master commit in: mail-filter/opensmtpd-filter-rspamd/ Arthur Zamarin
2025-01-31 14:43 Arthur Zamarin
2020-05-24 2:03 Jason A. Donenfeld
2020-02-05 13:27 Jason A. Donenfeld
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=1738334580.12c5bcab2cb5a6eff744c212ccea79c4f287a144.arthurzam@gentoo \
--to=arthurzam@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