* [gentoo-commits] repo/gentoo:master commit in: mail-filter/spamprobe/
@ 2016-11-09 10:20 Pacho Ramos
0 siblings, 0 replies; 3+ messages in thread
From: Pacho Ramos @ 2016-11-09 10:20 UTC (permalink / raw
To: gentoo-commits
commit: 9f9b4a47f5ed8dba1196d475f431f8b6a171ecaa
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 9 10:18:43 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed Nov 9 10:19:58 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f9b4a47
mail-filter/spamprobe: Set proper slot for jpeg
Package-Manager: portage-2.3.2
mail-filter/spamprobe/spamprobe-1.4d-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mail-filter/spamprobe/spamprobe-1.4d-r1.ebuild b/mail-filter/spamprobe/spamprobe-1.4d-r1.ebuild
index b07fac4..b3e6495 100644
--- a/mail-filter/spamprobe/spamprobe-1.4d-r1.ebuild
+++ b/mail-filter/spamprobe/spamprobe-1.4d-r1.ebuild
@@ -16,7 +16,7 @@ IUSE="berkdb gif jpeg png"
RDEPEND="
berkdb? ( >=sys-libs/db-3.2:* )
gif? ( media-libs/giflib:= )
- jpeg? ( virtual/jpeg )
+ jpeg? ( virtual/jpeg:0 )
png? ( media-libs/libpng:0= )
"
DEPEND="${RDEPEND}"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: mail-filter/spamprobe/
@ 2021-05-13 16:12 Ulrich Müller
0 siblings, 0 replies; 3+ messages in thread
From: Ulrich Müller @ 2021-05-13 16:12 UTC (permalink / raw
To: gentoo-commits
commit: 950d04f9d9e1a4f2f028a6e57208e2f21ba0d736
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed May 12 10:57:58 2021 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Thu May 13 16:12:09 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=950d04f9
mail-filter/spamprobe: Update LICENSE
QPL and QPL-1.0 are duplicates.
Bug: https://bugs.gentoo.org/789666
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
.../spamprobe/{spamprobe-1.4d-r1.ebuild => spamprobe-1.4d-r2.ebuild} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/mail-filter/spamprobe/spamprobe-1.4d-r1.ebuild b/mail-filter/spamprobe/spamprobe-1.4d-r2.ebuild
similarity index 93%
rename from mail-filter/spamprobe/spamprobe-1.4d-r1.ebuild
rename to mail-filter/spamprobe/spamprobe-1.4d-r2.ebuild
index 6ea964ca31e..dfe97b87b27 100644
--- a/mail-filter/spamprobe/spamprobe-1.4d-r1.ebuild
+++ b/mail-filter/spamprobe/spamprobe-1.4d-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -7,7 +7,7 @@ DESCRIPTION="Fast, intelligent, automatic spam detector using Bayesian analysis"
HOMEPAGE="http://spamprobe.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-LICENSE="QPL"
+LICENSE="QPL-1.0"
SLOT="0"
KEYWORDS="amd64 ~ppc x86"
IUSE="berkdb gif jpeg png"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: mail-filter/spamprobe/
@ 2024-01-20 21:22 Conrad Kostecki
0 siblings, 0 replies; 3+ messages in thread
From: Conrad Kostecki @ 2024-01-20 21:22 UTC (permalink / raw
To: gentoo-commits
commit: 64af18b7d22eb31b3e2110938c7f1e69d916baef
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Wed Jan 17 18:30:07 2024 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Jan 20 21:21:44 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64af18b7
mail-filter/spamprobe: EAPI8 bump, fix bug #724748
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://bugs.gentoo.org/724748
Closes: https://github.com/gentoo/gentoo/pull/34872
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
mail-filter/spamprobe/spamprobe-1.4d-r3.ebuild | 50 ++++++++++++++++++++++++++
1 file changed, 50 insertions(+)
diff --git a/mail-filter/spamprobe/spamprobe-1.4d-r3.ebuild b/mail-filter/spamprobe/spamprobe-1.4d-r3.ebuild
new file mode 100644
index 000000000000..a3dc63ef9f30
--- /dev/null
+++ b/mail-filter/spamprobe/spamprobe-1.4d-r3.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="Fast, intelligent, automatic spam detector using Bayesian analysis"
+HOMEPAGE="https://spamprobe.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${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? ( media-libs/libjpeg-turbo:= )
+ 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_compile() {
+ emake AR="$(tc-getAR)"
+}
+
+src_install() {
+ default
+
+ insinto /usr/share/${PN}/contrib
+ doins contrib/*
+}
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-01-20 21:22 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-20 21:22 [gentoo-commits] repo/gentoo:master commit in: mail-filter/spamprobe/ Conrad Kostecki
-- strict thread matches above, loose matches on Subject: below --
2021-05-13 16:12 Ulrich Müller
2016-11-09 10:20 Pacho Ramos
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox