mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
mail-filter/mailfilter: version bump to 0.8.4
Package-Manager: portage-2.3.0_rc1
This commit is contained in:
@@ -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
|
||||
|
||||
27
mail-filter/mailfilter/mailfilter-0.8.4.ebuild
Normal file
27
mail-filter/mailfilter/mailfilter-0.8.4.ebuild
Normal file
@@ -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}
|
||||
}
|
||||
Reference in New Issue
Block a user