public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: mail-filter/mailfilter/
@ 2016-05-26  9:20 Eray Aslan
  0 siblings, 0 replies; 12+ messages in thread
From: Eray Aslan @ 2016-05-26  9:20 UTC (permalink / raw
  To: gentoo-commits

commit:     a21e3d837224c170f12bbae98872094ff1d609fe
Author:     Eray Aslan <eras <AT> gentoo <DOT> org>
AuthorDate: Thu May 26 09:20:26 2016 +0000
Commit:     Eray Aslan <eras <AT> gentoo <DOT> org>
CommitDate: Thu May 26 09:20:26 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a21e3d83

mail-filter/mailfilter: version bump to 0.8.4

Package-Manager: portage-2.3.0_rc1

 mail-filter/mailfilter/Manifest                |  1 +
 mail-filter/mailfilter/mailfilter-0.8.4.ebuild | 27 ++++++++++++++++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/mail-filter/mailfilter/Manifest b/mail-filter/mailfilter/Manifest
index 7287278..b133ed8 100644
--- a/mail-filter/mailfilter/Manifest
+++ b/mail-filter/mailfilter/Manifest
@@ -1 +1,2 @@
 DIST mailfilter-0.8.2.tar.gz 382966 SHA256 4822fdfc4c7db543539a96429086b4d01ac22629396896ee7e52e6edce43fdec SHA512 fc988fe8e36204e4041ce10d6a87f06c8fd48c311aee0d838c2eec08c0d26c13c082fb44a63e7d9c0610d8be52dbf69e340247241f3c76a209319391969ec387 WHIRLPOOL 678c3bd237fa79840f1296ec70b79110bed4fe843ab0894d2e55abdb910302c3096924e897cebaa49b6284ea3df1e9f6c70ef0ad2443a371873581d29648084f
+DIST mailfilter-0.8.4.tar.gz 424789 SHA256 a1dc32fe72337b030e066827b13b2327605398fdb972ff93f4b684548c2fb869 SHA512 d6cd3399240f60020bf17f460376bfa73132e0714adf1e9b34e2993367440eba28d3cb8ef20b997b1ecf02419f69b761f704598641222d32b3aefdb8a96930e7 WHIRLPOOL 9b77a2b2d2befb2f4c69f324463636f14babbac251119d9f6152be64da4d570078abb01f57ba8943dc3a8720017dabb1e1344b89488ae6b5a16cdac3e9a6d44a

diff --git a/mail-filter/mailfilter/mailfilter-0.8.4.ebuild b/mail-filter/mailfilter/mailfilter-0.8.4.ebuild
new file mode 100644
index 0000000..fe77ba7
--- /dev/null
+++ b/mail-filter/mailfilter/mailfilter-0.8.4.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="Mailfilter is a utility to get rid of unwanted spam mails"
+HOMEPAGE="http://mailfilter.sourceforge.net/"
+SRC_URI="mirror://sourceforge/mailfilter/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd"
+IUSE="+ssl"
+
+DEPEND="sys-devel/flex
+	ssl? ( dev-libs/openssl:* )"
+RDEPEND=""
+
+src_configure() {
+	econf $(use_with ssl openssl)
+}
+
+src_install() {
+	default
+	dodoc INSTALL doc/FAQ "${FILESDIR}"/rcfile.example{1,2}
+}


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: mail-filter/mailfilter/
@ 2018-03-02 20:12 Sergei Trofimovich
  0 siblings, 0 replies; 12+ messages in thread
From: Sergei Trofimovich @ 2018-03-02 20:12 UTC (permalink / raw
  To: gentoo-commits

commit:     7e6c9eaf7c8c23bd8210d691baa58640403b4d89
Author:     Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Thu Mar  1 22:10:31 2018 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Fri Mar  2 20:12:07 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e6c9eaf

mail-filter/mailfilter: stable 0.8.4 for sparc, bug #648244

Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"

 mail-filter/mailfilter/mailfilter-0.8.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/mail-filter/mailfilter/mailfilter-0.8.4.ebuild b/mail-filter/mailfilter/mailfilter-0.8.4.ebuild
index 04c88dc6afc..734c41d0b39 100644
--- a/mail-filter/mailfilter/mailfilter-0.8.4.ebuild
+++ b/mail-filter/mailfilter/mailfilter-0.8.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/mailfilter/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~ppc sparc ~x86 ~x86-fbsd"
 IUSE="+ssl"
 
 DEPEND="sys-devel/flex


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: mail-filter/mailfilter/
@ 2018-03-05 12:38 Thomas Deutschmann
  0 siblings, 0 replies; 12+ messages in thread
From: Thomas Deutschmann @ 2018-03-05 12:38 UTC (permalink / raw
  To: gentoo-commits

commit:     0cfedb64733e8e2f465bfb370403353e69a8c547
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Mon Mar  5 12:37:42 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Mon Mar  5 12:38:06 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cfedb64

mail-filter/mailfilter: x86 stable (bug #648244)

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 mail-filter/mailfilter/mailfilter-0.8.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-filter/mailfilter/mailfilter-0.8.4.ebuild b/mail-filter/mailfilter/mailfilter-0.8.4.ebuild
index 330a2031c7c..e6e9d6dd89e 100644
--- a/mail-filter/mailfilter/mailfilter-0.8.4.ebuild
+++ b/mail-filter/mailfilter/mailfilter-0.8.4.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/mailfilter/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc sparc ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~ppc sparc x86 ~x86-fbsd"
 IUSE="+ssl"
 
 DEPEND="sys-devel/flex


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: mail-filter/mailfilter/
@ 2018-05-08 22:05 Sergei Trofimovich
  0 siblings, 0 replies; 12+ messages in thread
From: Sergei Trofimovich @ 2018-05-08 22:05 UTC (permalink / raw
  To: gentoo-commits

commit:     89c321010406aeb7dec2b76e00b539e1da1d5dc4
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Tue May  8 22:05:01 2018 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Tue May  8 22:05:31 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89c32101

mail-filter/mailfilter: stable 0.8.4 for ppc, bug #648244

Tested-by: ernsteiswuerfel
Bug: https://bugs.gentoo.org/648244
Package-Manager: Portage-2.3.36, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc"

 mail-filter/mailfilter/mailfilter-0.8.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-filter/mailfilter/mailfilter-0.8.4.ebuild b/mail-filter/mailfilter/mailfilter-0.8.4.ebuild
index f3fccbcc762..966916901d0 100644
--- a/mail-filter/mailfilter/mailfilter-0.8.4.ebuild
+++ b/mail-filter/mailfilter/mailfilter-0.8.4.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/mailfilter/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc sparc x86 ~x86-fbsd"
+KEYWORDS="amd64 ppc sparc x86 ~x86-fbsd"
 IUSE="+ssl"
 
 DEPEND="sys-devel/flex


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: mail-filter/mailfilter/
@ 2018-05-26 13:57 Aaron Bauman
  0 siblings, 0 replies; 12+ messages in thread
From: Aaron Bauman @ 2018-05-26 13:57 UTC (permalink / raw
  To: gentoo-commits

commit:     c23c6d0d909cbd955011bb735f35224b186c927a
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sat May 26 01:54:24 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sat May 26 13:57:51 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c23c6d0d

mail-filter/mailfilter: drop old EAPI ebuild and add LibreSSL support

Package-Manager: Portage-2.3.40, Repoman-2.3.9
Closes: https://github.com/gentoo/gentoo/pull/8593

 mail-filter/mailfilter/Manifest                |  1 -
 mail-filter/mailfilter/mailfilter-0.8.2.ebuild | 33 --------------------------
 mail-filter/mailfilter/mailfilter-0.8.4.ebuild |  8 +++++--
 3 files changed, 6 insertions(+), 36 deletions(-)

diff --git a/mail-filter/mailfilter/Manifest b/mail-filter/mailfilter/Manifest
index 4c9fdd72623..078a0d506bd 100644
--- a/mail-filter/mailfilter/Manifest
+++ b/mail-filter/mailfilter/Manifest
@@ -1,2 +1 @@
-DIST mailfilter-0.8.2.tar.gz 382966 BLAKE2B 83051f2b692dfe91865e2c5975a491882f8d167cd038a86e9481ff149be82616fd8be69ed171e8393fc0fff7f602802b0dddd0462a00c0b8cd7c0a3c91ffc2e7 SHA512 fc988fe8e36204e4041ce10d6a87f06c8fd48c311aee0d838c2eec08c0d26c13c082fb44a63e7d9c0610d8be52dbf69e340247241f3c76a209319391969ec387
 DIST mailfilter-0.8.4.tar.gz 424789 BLAKE2B 3ffee855a52b6d85ca7241ab55fd31093ff7dad218b37d2caeaf61dbe0a6ce14a283a60f6bee33409363e516902d8024ec4e5008041ddc28b48d7fc1313d5de3 SHA512 d6cd3399240f60020bf17f460376bfa73132e0714adf1e9b34e2993367440eba28d3cb8ef20b997b1ecf02419f69b761f704598641222d32b3aefdb8a96930e7

diff --git a/mail-filter/mailfilter/mailfilter-0.8.2.ebuild b/mail-filter/mailfilter/mailfilter-0.8.2.ebuild
deleted file mode 100644
index cc215d4cc7e..00000000000
--- a/mail-filter/mailfilter/mailfilter-0.8.2.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=2
-inherit eutils
-
-DESCRIPTION="Mailfilter is a utility to get rid of unwanted spam mails"
-HOMEPAGE="http://mailfilter.sourceforge.net/"
-SRC_URI="mirror://sourceforge/mailfilter/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc sparc x86 ~x86-fbsd"
-IUSE=""
-
-DEPEND="sys-devel/flex"
-RDEPEND=""
-
-src_prepare() {
-	epatch "${FILESDIR}"/0.8.2-gcc44.patch \
-		"${FILESDIR}"/0.8.2-openssl-1.patch \
-		"${FILESDIR}"/${PV}-gcc46.patch
-}
-
-src_compile() {
-	emake -j1 || die #281069
-}
-
-src_install() {
-	emake DESTDIR="${D}" install || die
-	dodoc INSTALL doc/FAQ "${FILESDIR}"/rcfile.example{1,2} \
-		README THANKS ChangeLog AUTHORS NEWS || die
-}

diff --git a/mail-filter/mailfilter/mailfilter-0.8.4.ebuild b/mail-filter/mailfilter/mailfilter-0.8.4.ebuild
index 966916901d0..5a6a30d45f7 100644
--- a/mail-filter/mailfilter/mailfilter-0.8.4.ebuild
+++ b/mail-filter/mailfilter/mailfilter-0.8.4.ebuild
@@ -10,10 +10,14 @@ SRC_URI="mirror://sourceforge/mailfilter/${P}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 ppc sparc x86 ~x86-fbsd"
-IUSE="+ssl"
+IUSE="libressl +ssl"
 
 DEPEND="sys-devel/flex
-	ssl? ( dev-libs/openssl:* )"
+	ssl? (
+		libressl? ( dev-libs/libressl:0= )
+		!libressl? ( dev-libs/openssl:0= )
+)"
+
 RDEPEND=""
 
 PATCHES=( "${FILESDIR}"/0.8.4-fix-parallel-build.patch )


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: mail-filter/mailfilter/
@ 2021-05-02  8:59 Mikle Kolyada
  0 siblings, 0 replies; 12+ messages in thread
From: Mikle Kolyada @ 2021-05-02  8:59 UTC (permalink / raw
  To: gentoo-commits

commit:     15984bba78afa4d5878068258628214897b7cf22
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun May  2 08:58:00 2021 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun May  2 08:59:42 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15984bba

mail-filter/mailfilter: remove libressl support

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 mail-filter/mailfilter/mailfilter-0.8.4.ebuild | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/mail-filter/mailfilter/mailfilter-0.8.4.ebuild b/mail-filter/mailfilter/mailfilter-0.8.4.ebuild
index b84a6c85d78..705603c899b 100644
--- a/mail-filter/mailfilter/mailfilter-0.8.4.ebuild
+++ b/mail-filter/mailfilter/mailfilter-0.8.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,12 +10,11 @@ SRC_URI="mirror://sourceforge/mailfilter/${P}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 ppc sparc x86"
-IUSE="libressl +ssl"
+IUSE="+ssl"
 
 DEPEND="sys-devel/flex
 	ssl? (
-		libressl? ( dev-libs/libressl:0= )
-		!libressl? ( dev-libs/openssl:0= )
+		dev-libs/openssl:0=
 )"
 
 RDEPEND=""


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: mail-filter/mailfilter/
@ 2022-06-30 21:47 Sam James
  0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2022-06-30 21:47 UTC (permalink / raw
  To: gentoo-commits

commit:     f07145ac71ef721e7ffc9dcfcd321387bbf4bd93
Author:     Holger Hoffstätte <holger <AT> applied-asynchrony <DOT> com>
AuthorDate: Tue Jun 28 14:32:54 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jun 30 21:47:13 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f07145ac

mail-filter/mailfilter: bump to 0.8.7

This bump fixes several bugs resolved since 0.8.4.

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

 mail-filter/mailfilter/Manifest                |  1 +
 mail-filter/mailfilter/mailfilter-0.8.7.ebuild | 26 ++++++++++++++++++++++++++
 2 files changed, 27 insertions(+)

diff --git a/mail-filter/mailfilter/Manifest b/mail-filter/mailfilter/Manifest
index 078a0d506bd1..94702828c01e 100644
--- a/mail-filter/mailfilter/Manifest
+++ b/mail-filter/mailfilter/Manifest
@@ -1 +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

diff --git a/mail-filter/mailfilter/mailfilter-0.8.7.ebuild b/mail-filter/mailfilter/mailfilter-0.8.7.ebuild
new file mode 100644
index 000000000000..1a42a9b11c6d
--- /dev/null
+++ b/mail-filter/mailfilter/mailfilter-0.8.7.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Mailfilter is a utility to get rid of unwanted spam mails"
+HOMEPAGE="http://mailfilter.sourceforge.net/"
+SRC_URI="mirror://sourceforge/mailfilter/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE="+ssl"
+
+DEPEND="sys-devel/flex
+	ssl? ( dev-libs/openssl:0= )"
+RDEPEND="ssl? ( dev-libs/openssl:0= )"
+
+src_configure() {
+	econf $(use_with ssl openssl)
+}
+
+src_install() {
+	default
+	dodoc INSTALL doc/FAQ "${FILESDIR}"/rcfile.example{1,2}
+}


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: mail-filter/mailfilter/
@ 2022-07-29  6:47 Sam James
  0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2022-07-29  6:47 UTC (permalink / raw
  To: gentoo-commits

commit:     7802f2494d637ab07c271e1f134570065fc2be01
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Fri Jul 29 05:16:36 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jul 29 06:47:45 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7802f249

mail-filter/mailfilter: update HOMEPAGE, fix LICENSE

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Portage 3.0.34 / pkgdev 0.2.1 / pkgcheck 0.10.11
Signed-off-by: Sam James <sam <AT> gentoo.org>

 mail-filter/mailfilter/mailfilter-0.8.4.ebuild | 6 +++---
 mail-filter/mailfilter/mailfilter-0.8.7.ebuild | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/mail-filter/mailfilter/mailfilter-0.8.4.ebuild b/mail-filter/mailfilter/mailfilter-0.8.4.ebuild
index 705603c899b0..ccd3270dd5a3 100644
--- a/mail-filter/mailfilter/mailfilter-0.8.4.ebuild
+++ b/mail-filter/mailfilter/mailfilter-0.8.4.ebuild
@@ -1,13 +1,13 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
 DESCRIPTION="Mailfilter is a utility to get rid of unwanted spam mails"
-HOMEPAGE="http://mailfilter.sourceforge.net/"
+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"
 IUSE="+ssl"

diff --git a/mail-filter/mailfilter/mailfilter-0.8.7.ebuild b/mail-filter/mailfilter/mailfilter-0.8.7.ebuild
index 1a42a9b11c6d..2e0acf820cb2 100644
--- a/mail-filter/mailfilter/mailfilter-0.8.7.ebuild
+++ b/mail-filter/mailfilter/mailfilter-0.8.7.ebuild
@@ -4,10 +4,10 @@
 EAPI=8
 
 DESCRIPTION="Mailfilter is a utility to get rid of unwanted spam mails"
-HOMEPAGE="http://mailfilter.sourceforge.net/"
+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"
 IUSE="+ssl"


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: mail-filter/mailfilter/
@ 2022-09-10 11:13 Sam James
  0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2022-09-10 11:13 UTC (permalink / raw
  To: gentoo-commits

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>


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: mail-filter/mailfilter/
@ 2022-12-24 17:03 Arthur Zamarin
  0 siblings, 0 replies; 12+ messages in thread
From: Arthur Zamarin @ 2022-12-24 17:03 UTC (permalink / raw
  To: gentoo-commits

commit:     4c70fdb90875c96b10da6405308258c35e5a8b1a
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 24 17:03:26 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Dec 24 17:03:26 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c70fdb9

mail-filter/mailfilter: Stabilize 0.8.9 sparc, #887703

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 mail-filter/mailfilter/mailfilter-0.8.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-filter/mailfilter/mailfilter-0.8.9.ebuild b/mail-filter/mailfilter/mailfilter-0.8.9.ebuild
index 9601b73d633a..a0484703abe7 100644
--- a/mail-filter/mailfilter/mailfilter-0.8.9.ebuild
+++ b/mail-filter/mailfilter/mailfilter-0.8.9.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/mailfilter/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc sparc ~x86"
 IUSE="+ssl"
 
 PATCHES=(


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: mail-filter/mailfilter/
@ 2022-12-24 18:19 Arthur Zamarin
  0 siblings, 0 replies; 12+ messages in thread
From: Arthur Zamarin @ 2022-12-24 18:19 UTC (permalink / raw
  To: gentoo-commits

commit:     0a0384ecdb2d0aba1bf14b9101820085378fc726
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 24 18:19:04 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Dec 24 18:19:04 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a0384ec

mail-filter/mailfilter: Stabilize 0.8.9 amd64, #887703

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 mail-filter/mailfilter/mailfilter-0.8.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-filter/mailfilter/mailfilter-0.8.9.ebuild b/mail-filter/mailfilter/mailfilter-0.8.9.ebuild
index a0484703abe7..24dbe575a060 100644
--- a/mail-filter/mailfilter/mailfilter-0.8.9.ebuild
+++ b/mail-filter/mailfilter/mailfilter-0.8.9.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/mailfilter/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc sparc ~x86"
 IUSE="+ssl"
 
 PATCHES=(


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: mail-filter/mailfilter/
@ 2022-12-24 18:19 Arthur Zamarin
  0 siblings, 0 replies; 12+ messages in thread
From: Arthur Zamarin @ 2022-12-24 18:19 UTC (permalink / raw
  To: gentoo-commits

commit:     83770910d830d017dbd978575fb284a12e5c0fe5
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 24 18:19:05 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Dec 24 18:19:05 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83770910

mail-filter/mailfilter: Stabilize 0.8.9 x86, #887703

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 mail-filter/mailfilter/mailfilter-0.8.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-filter/mailfilter/mailfilter-0.8.9.ebuild b/mail-filter/mailfilter/mailfilter-0.8.9.ebuild
index 24dbe575a060..21e087d6ebc5 100644
--- a/mail-filter/mailfilter/mailfilter-0.8.9.ebuild
+++ b/mail-filter/mailfilter/mailfilter-0.8.9.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/mailfilter/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc sparc x86"
 IUSE="+ssl"
 
 PATCHES=(


^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2022-12-24 18:19 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-10 11:13 [gentoo-commits] repo/gentoo:master commit in: mail-filter/mailfilter/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2022-12-24 18:19 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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox