public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-filter/mailfilter/
Date: Sat, 10 Sep 2022 11:13:54 +0000 (UTC)	[thread overview]
Message-ID: <1662808375.3d098914d34522d5c62b3fd61aa7780ea70b1a3d.sam@gentoo> (raw)

commit:     3d098914d34522d5c62b3fd61aa7780ea70b1a3d
Author:     Holger Hoffstätte <holger <AT> applied-asynchrony <DOT> com>
AuthorDate: Sun Sep  4 11:44:17 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Sep 10 11:12:55 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d098914

mail-filter/mailfilter: bump to 0.8.9, clean up old, add proxy-maintainer

Cleaning up 0.8.7 since it no longer works with GMail.
We skipped 0.8.8 since it was buggy; 0.8.9 works fine again.

Closes: https://bugs.gentoo.org/859514
Signed-off-by: Holger Hoffstätte <holger <AT> applied-asynchrony.com>
Closes: https://github.com/gentoo/gentoo/pull/27134
Signed-off-by: Sam James <sam <AT> gentoo.org>

 mail-filter/mailfilter/Manifest                                |  2 +-
 .../{mailfilter-0.8.7.ebuild => mailfilter-0.8.9.ebuild}       | 10 +++++-----
 mail-filter/mailfilter/metadata.xml                            |  9 ++++++++-
 3 files changed, 14 insertions(+), 7 deletions(-)

diff --git a/mail-filter/mailfilter/Manifest b/mail-filter/mailfilter/Manifest
index 94702828c01e..10ff59dc1c4e 100644
--- a/mail-filter/mailfilter/Manifest
+++ b/mail-filter/mailfilter/Manifest
@@ -1,2 +1,2 @@
 DIST mailfilter-0.8.4.tar.gz 424789 BLAKE2B 3ffee855a52b6d85ca7241ab55fd31093ff7dad218b37d2caeaf61dbe0a6ce14a283a60f6bee33409363e516902d8024ec4e5008041ddc28b48d7fc1313d5de3 SHA512 d6cd3399240f60020bf17f460376bfa73132e0714adf1e9b34e2993367440eba28d3cb8ef20b997b1ecf02419f69b761f704598641222d32b3aefdb8a96930e7
-DIST mailfilter-0.8.7.tar.gz 570116 BLAKE2B f8376c195a3cd64cad95e6d58300159ee6142d3b37f912370e8a49245874b991709b618be3358394ea8ef282c872a87ccf804ac5723d41134f2aec5512868241 SHA512 98193ae8b3c6bca14ea97fc11fb9dfedb351529564d357c91c748523c2ac1837dbd128ead99c99065655e3858066f977abbeb01916ef66eae6f167d9172971d3
+DIST mailfilter-0.8.9.tar.gz 573811 BLAKE2B 7648496c1fbde31da776c7d55517b5824cdc33f91e4543784460838edac7bd6435a09ccece54f4e8f21142330458bf28773934bf8b6bcc40289086ab82142c70 SHA512 8c18d2edf92816cec38359af5e2daf5730fac497a46f89225d938df750144d2bad6fa6dc5e99257423afdf626edf6caeccdf884c90e0b9e70b9c5d03f746ba5f

diff --git a/mail-filter/mailfilter/mailfilter-0.8.7.ebuild b/mail-filter/mailfilter/mailfilter-0.8.9.ebuild
similarity index 70%
rename from mail-filter/mailfilter/mailfilter-0.8.7.ebuild
rename to mail-filter/mailfilter/mailfilter-0.8.9.ebuild
index 2e0acf820cb2..15aa7763546b 100644
--- a/mail-filter/mailfilter/mailfilter-0.8.7.ebuild
+++ b/mail-filter/mailfilter/mailfilter-0.8.9.ebuild
@@ -4,17 +4,17 @@
 EAPI=8
 
 DESCRIPTION="Mailfilter is a utility to get rid of unwanted spam mails"
-HOMEPAGE="https://mailfilter.sourceforge.io"
+HOMEPAGE="https://mailfilter.sourceforge.io/"
 SRC_URI="mirror://sourceforge/mailfilter/${P}.tar.gz"
 
-LICENSE="GPL-2+"
+LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~sparc ~x86"
 IUSE="+ssl"
 
 DEPEND="sys-devel/flex
-	ssl? ( dev-libs/openssl:0= )"
-RDEPEND="ssl? ( dev-libs/openssl:0= )"
+	ssl? ( dev-libs/openssl:= )"
+RDEPEND="ssl? ( dev-libs/openssl:= )"
 
 src_configure() {
 	econf $(use_with ssl openssl)

diff --git a/mail-filter/mailfilter/metadata.xml b/mail-filter/mailfilter/metadata.xml
index 180919ebe3f7..7022c58fc2cc 100644
--- a/mail-filter/mailfilter/metadata.xml
+++ b/mail-filter/mailfilter/metadata.xml
@@ -1,7 +1,14 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<!-- maintainer-needed -->
+	<maintainer type="person" proxied="yes">
+		<email>holger@applied-asynchrony.com</email>
+		<name>Holger Hoffstätte</name>
+	</maintainer>
+	<maintainer type="project" proxied="proxy">
+		<email>proxy-maint@gentoo.org</email>
+		<name>Proxy Maintainers</name>
+	</maintainer>
 	<upstream>
 		<remote-id type="sourceforge">mailfilter</remote-id>
 	</upstream>


             reply	other threads:[~2022-09-10 11:13 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-10 11:13 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-12-24 18:19 [gentoo-commits] repo/gentoo:master commit in: mail-filter/mailfilter/ Arthur Zamarin
2022-12-24 18:19 Arthur Zamarin
2022-12-24 17:03 Arthur Zamarin
2022-07-29  6:47 Sam James
2022-06-30 21:47 Sam James
2021-05-02  8:59 Mikle Kolyada
2018-05-26 13:57 Aaron Bauman
2018-05-08 22:05 Sergei Trofimovich
2018-03-05 12:38 Thomas Deutschmann
2018-03-02 20:12 Sergei Trofimovich
2016-05-26  9:20 Eray Aslan

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=1662808375.3d098914d34522d5c62b3fd61aa7780ea70b1a3d.sam@gentoo \
    --to=sam@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