public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: mail-filter/spamassassin-botnet/
@ 2015-09-13 18:15 Manuel Rüger
  0 siblings, 0 replies; 2+ messages in thread
From: Manuel Rüger @ 2015-09-13 18:15 UTC (permalink / raw
  To: gentoo-commits

commit:     bebbbccaeb475f02fd84839b7ebb76175c3bfa51
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 13 18:14:45 2015 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sun Sep 13 18:15:28 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bebbbcca

mail-filter/spamassassin-botnet: Homepage is not available anymore. Replacing with default

Gentoo-Bug: #351162

Package-Manager: portage-2.2.20.1

 mail-filter/spamassassin-botnet/spamassassin-botnet-0.8-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/mail-filter/spamassassin-botnet/spamassassin-botnet-0.8-r1.ebuild b/mail-filter/spamassassin-botnet/spamassassin-botnet-0.8-r1.ebuild
index 6f90396..918c174 100644
--- a/mail-filter/spamassassin-botnet/spamassassin-botnet-0.8-r1.ebuild
+++ b/mail-filter/spamassassin-botnet/spamassassin-botnet-0.8-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -10,7 +10,7 @@ MY_PN="${PN/b/B}"
 MY_PN="${MY_PN/spamassassin-/}"
 MY_P="${MY_PN}-${PV}"
 DESCRIPTION="SpamAssassin plugin that attempts to detect messages sent by a botnet"
-HOMEPAGE="http://people.ucsc.edu/~jrudd/spamassassin/"
+HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
 SRC_URI="http://people.ucsc.edu/~jrudd/spamassassin/${MY_P}.tar"
 
 LICENSE="GPL-2"


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

* [gentoo-commits] repo/gentoo:master commit in: mail-filter/spamassassin-botnet/
@ 2021-11-14 13:48 Jakov Smolić
  0 siblings, 0 replies; 2+ messages in thread
From: Jakov Smolić @ 2021-11-14 13:48 UTC (permalink / raw
  To: gentoo-commits

commit:     210f6b3bb79cba1c12097efe94617c1395f037a0
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 14 13:43:30 2021 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sun Nov 14 13:43:30 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=210f6b3b

mail-filter/spamassassin-botnet: Port to EAPI 8

Closes: https://bugs.gentoo.org/819474
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 .../spamassassin-botnet/spamassassin-botnet-0.8-r1.ebuild      | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/mail-filter/spamassassin-botnet/spamassassin-botnet-0.8-r1.ebuild b/mail-filter/spamassassin-botnet/spamassassin-botnet-0.8-r1.ebuild
index f4486210f919..a8bf5a5a1e7c 100644
--- a/mail-filter/spamassassin-botnet/spamassassin-botnet-0.8-r1.ebuild
+++ b/mail-filter/spamassassin-botnet/spamassassin-botnet-0.8-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=8
 
 inherit perl-module
 
@@ -11,20 +11,18 @@ MY_P="${MY_PN}-${PV}"
 DESCRIPTION="SpamAssassin plugin that attempts to detect messages sent by a botnet"
 HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
 SRC_URI="http://people.ucsc.edu/~jrudd/spamassassin/${MY_P}.tar"
+S="${WORKDIR}"
 
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
 
 DEPEND=">=mail-filter/spamassassin-3.0.0"
 RDEPEND="${DEPEND}"
 
-S="${WORKDIR}"
-
 src_compile() {
 	# make sure it doesn't try to look for the .pm in the same dir as the .cf
-	sed -rie 's/^(loadplugin.+)[ ]+Botnet.pm/\1/' Botnet.cf
+	sed -rie 's/^(loadplugin.+)[ ]+Botnet.pm/\1/' Botnet.cf || die
 }
 
 src_install() {


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

end of thread, other threads:[~2021-11-14 13:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-14 13:48 [gentoo-commits] repo/gentoo:master commit in: mail-filter/spamassassin-botnet/ Jakov Smolić
  -- strict thread matches above, loose matches on Subject: below --
2015-09-13 18:15 Manuel Rüger

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