summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-11-05 23:31:53 +0100
committerMichał Górny <mgorny@gentoo.org>2019-11-05 23:31:53 +0100
commit405d389ae6d2291243ed20d98ebf5d96afbbdd28 (patch)
treebd782ed23791b1f46434fa548c74667d54a24ccf
parentmail-filter/disspam: Remove last-rited pkg (diff)
downloadgentoo-405d389a.tar.gz
gentoo-405d389a.tar.bz2
gentoo-405d389a.zip
mail-filter/clamassassin: Remove last-rited pkg
Bug: https://bugs.gentoo.org/696252 Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--mail-filter/clamassassin/Manifest1
-rw-r--r--mail-filter/clamassassin/clamassassin-1.2.4.ebuild40
-rw-r--r--mail-filter/clamassassin/metadata.xml10
-rw-r--r--profiles/package.mask1
4 files changed, 0 insertions, 52 deletions
diff --git a/mail-filter/clamassassin/Manifest b/mail-filter/clamassassin/Manifest
deleted file mode 100644
index 2c43592fd5e0..000000000000
--- a/mail-filter/clamassassin/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST clamassassin-1.2.4.tar.gz 35350 BLAKE2B 397fea744d58814b5aad42aed81de7e12a29d1751315ae541fa9af580fea97ac253bae0a83790e081db7165ccfe56ef8bca16d1c88d9d439850a1ad793d2b997 SHA512 174a62f3c201d061b49641d6210c1c5adf21ee96e6881ca9c6b44577efc4795cbb5f0879cbb99222c8313095307c95f0dd3376743a0ab32c50f0b9eae45e0163
diff --git a/mail-filter/clamassassin/clamassassin-1.2.4.ebuild b/mail-filter/clamassassin/clamassassin-1.2.4.ebuild
deleted file mode 100644
index 688d386ec859..000000000000
--- a/mail-filter/clamassassin/clamassassin-1.2.4.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-DESCRIPTION="Simple spamassassin-like script for virus scanning and filtering e-mail messages"
-HOMEPAGE="http://jameslick.com/clamassassin/"
-SRC_URI="http://jameslick.com/clamassassin/${P}.tar.gz"
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~sparc x86"
-IUSE="subject-rewrite clamd"
-DEPEND=">=app-antivirus/clamav-0.90
- sys-apps/debianutils
- sys-apps/which
- mail-filter/procmail"
-
-src_compile() {
- # Try to get location of clamd's DatabaseDirectory
- local clamav_dbdir=`awk '$1 == "DatabaseDirectory" { print $2 }' \
- /etc/clamd.conf`
- # If not defined in clamd.conf, go with default
- if [ -z "$clamav_dbdir" ] ; then
- clamav_dbdir="/var/lib/clamav"
- fi
- # Add an entry to sandbox write prediction list, so sandbox doesn't complain
- addpredict ${clamav_dbdir}/
-
- econf \
- $(use_enable subject-rewrite) \
- $(use_enable clamd clamdscan) \
- || die
- # Fix problems with Portage exporting TMP and breaking clamassassin. #61806
- sed -i -e "s:${TMP}:/tmp:" clamassassin
-}
-
-src_install() {
- dobin clamassassin
- dodoc CHANGELOG README
-}
diff --git a/mail-filter/clamassassin/metadata.xml b/mail-filter/clamassassin/metadata.xml
deleted file mode 100644
index 1faa3f8661f8..000000000000
--- a/mail-filter/clamassassin/metadata.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<!-- maintainer-needed -->
-<use>
- <flag name="clamd">Use the <pkg>app-antivirus/clamav</pkg> daemon for virus
- checking</flag>
- <flag name="subject-rewrite">Adds support for subject rewriting</flag>
-</use>
-</pkgmetadata>
diff --git a/profiles/package.mask b/profiles/package.mask
index 541b085d917d..6a614ce97cea 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -393,7 +393,6 @@ dev-vcs/cvsd
dev-vcs/cvsq
mail-client/biabam
mail-client/pinepgp
-mail-filter/clamassassin
mail-filter/clamsmtp
sys-auth/pam_require