mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
mail-filter/spamprobe: drop 1.4d-r2
Bug: https://bugs.gentoo.org/944607 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -1,44 +0,0 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
DESCRIPTION="Fast, intelligent, automatic spam detector using Bayesian analysis"
|
||||
HOMEPAGE="http://spamprobe.sourceforge.net/"
|
||||
SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="QPL-1.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~ppc x86"
|
||||
IUSE="berkdb gif jpeg png"
|
||||
|
||||
RDEPEND="
|
||||
berkdb? ( >=sys-libs/db-3.2:* )
|
||||
gif? ( media-libs/giflib:= )
|
||||
jpeg? ( virtual/jpeg:0 )
|
||||
png? ( media-libs/libpng:0= )
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/${PN}-1.4b-gcc43.patch
|
||||
"${FILESDIR}"/${P}-libpng14.patch
|
||||
"${FILESDIR}"/${P}+db-5.0.patch
|
||||
"${FILESDIR}"/${P}-gcc47.patch
|
||||
"${FILESDIR}"/${P}-giflib5.patch
|
||||
"${FILESDIR}"/${P}-gcc11-const-comp.patch
|
||||
)
|
||||
|
||||
src_configure() {
|
||||
econf \
|
||||
$(use_with gif) \
|
||||
$(use_with jpeg) \
|
||||
$(use_with png)
|
||||
}
|
||||
|
||||
src_install() {
|
||||
default
|
||||
|
||||
insinto /usr/share/${PN}/contrib
|
||||
doins contrib/*
|
||||
}
|
||||
Reference in New Issue
Block a user