mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
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@applied-asynchrony.com> Closes: https://github.com/gentoo/gentoo/pull/27134 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
committed by
Sam James
parent
c7faefb272
commit
3d098914d3
@@ -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
|
||||
|
||||
@@ -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)
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user