summaryrefslogtreecommitdiff
path: root/mail-filter/spamassassin-botnet
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2021-12-05 02:47:11 +0000
committerV3n3RiX <venerix@koprulu.sector>2021-12-05 02:47:11 +0000
commit2771f79232c273bc2a57d23bf335dd81ccf6af28 (patch)
treec8af0fd04194aed03cf067d44e53c7edd3e9ab84 /mail-filter/spamassassin-botnet
parente9d044d4b9b71200a96adfa280848858c0f468c9 (diff)
gentoo resync : 05.12.2021
Diffstat (limited to 'mail-filter/spamassassin-botnet')
-rw-r--r--mail-filter/spamassassin-botnet/Manifest2
-rw-r--r--mail-filter/spamassassin-botnet/spamassassin-botnet-0.8-r1.ebuild10
2 files changed, 5 insertions, 7 deletions
diff --git a/mail-filter/spamassassin-botnet/Manifest b/mail-filter/spamassassin-botnet/Manifest
index 6832e74dd384..258aefc50037 100644
--- a/mail-filter/spamassassin-botnet/Manifest
+++ b/mail-filter/spamassassin-botnet/Manifest
@@ -1,3 +1,3 @@
DIST Botnet-0.8.tar 81920 BLAKE2B 1be10d1d4859c3624494565449b17714b1e563303aec4f2b68df07edf2560377d3bf4b937b2094e0c1bf62c92156b3b00a7107545544df1480dc3db849a812a1 SHA512 4108efab3062a7e35cb008875d438cd079aa46ab829b5b172463f70537efa6dee41a0226df3a63392f31ae0e2042c851e9585a408b65bab94cb7400a4d9034bb
-EBUILD spamassassin-botnet-0.8-r1.ebuild 1088 BLAKE2B 23878ba66c11f1a6d6dee0ff2d172979e568e7777af5025c53aa325bfa864812820f9347e624303a268b886fe0ffd09cbf74387365d307e2e160ff8e1d0e3027 SHA512 4e5b3bad8d884c0a145458bd4a22d1b84cfb7c0409cdc367853a9ff3f8665fd31d74017641f9edb16e33bbcc7d0d7cf64efce173f596adeffd1e7abccb2b664b
+EBUILD spamassassin-botnet-0.8-r1.ebuild 1083 BLAKE2B bafd723ae75ce22dcac9d0a06b51e3dcc95b36004d038187f4349bd8c11eb030e758b13edad82ed08042875df620e25907e729856120ad3f4bfdb650b3cf5044 SHA512 b672ddd4264400dc1fe915ba7ee57a32f05f6707a085a051254444804b909c854017a9e4e57a616c19914f0a0d768534dc4dfe848a0d5844826f196661809546
MISC metadata.xml 609 BLAKE2B e3dedf37eb1205c658a65b00385d4b92f6aaef815c66ba013dc0687e6bd72eae5954c26b97b808f19fb64b69417c08a8f652dcc95b6e4e5e9898f828808c9f21 SHA512 6891c8a268938396bd1b4e0656456c9e5ce3826b1a481d6d71da61f66d1b1d6758a442aca3452d755bb720c820e61403a60b7ce336a3884aa3f4ac4b6581ae96
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() {