Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, mail-filter/clamassassin/
Date: Tue, 05 Nov 2019 22:32:55
Message-Id: 1572993113.405d389ae6d2291243ed20d98ebf5d96afbbdd28.mgorny@gentoo
1 commit: 405d389ae6d2291243ed20d98ebf5d96afbbdd28
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 5 22:31:53 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 5 22:31:53 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=405d389a
7
8 mail-filter/clamassassin: Remove last-rited pkg
9
10 Bug: https://bugs.gentoo.org/696252
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 mail-filter/clamassassin/Manifest | 1 -
14 mail-filter/clamassassin/clamassassin-1.2.4.ebuild | 40 ----------------------
15 mail-filter/clamassassin/metadata.xml | 10 ------
16 profiles/package.mask | 1 -
17 4 files changed, 52 deletions(-)
18
19 diff --git a/mail-filter/clamassassin/Manifest b/mail-filter/clamassassin/Manifest
20 deleted file mode 100644
21 index 2c43592fd5e..00000000000
22 --- a/mail-filter/clamassassin/Manifest
23 +++ /dev/null
24 @@ -1 +0,0 @@
25 -DIST clamassassin-1.2.4.tar.gz 35350 BLAKE2B 397fea744d58814b5aad42aed81de7e12a29d1751315ae541fa9af580fea97ac253bae0a83790e081db7165ccfe56ef8bca16d1c88d9d439850a1ad793d2b997 SHA512 174a62f3c201d061b49641d6210c1c5adf21ee96e6881ca9c6b44577efc4795cbb5f0879cbb99222c8313095307c95f0dd3376743a0ab32c50f0b9eae45e0163
26
27 diff --git a/mail-filter/clamassassin/clamassassin-1.2.4.ebuild b/mail-filter/clamassassin/clamassassin-1.2.4.ebuild
28 deleted file mode 100644
29 index 688d386ec85..00000000000
30 --- a/mail-filter/clamassassin/clamassassin-1.2.4.ebuild
31 +++ /dev/null
32 @@ -1,40 +0,0 @@
33 -# Copyright 1999-2018 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=0
37 -
38 -DESCRIPTION="Simple spamassassin-like script for virus scanning and filtering e-mail messages"
39 -HOMEPAGE="http://jameslick.com/clamassassin/"
40 -SRC_URI="http://jameslick.com/clamassassin/${P}.tar.gz"
41 -LICENSE="BSD"
42 -SLOT="0"
43 -KEYWORDS="amd64 ~ppc ~sparc x86"
44 -IUSE="subject-rewrite clamd"
45 -DEPEND=">=app-antivirus/clamav-0.90
46 - sys-apps/debianutils
47 - sys-apps/which
48 - mail-filter/procmail"
49 -
50 -src_compile() {
51 - # Try to get location of clamd's DatabaseDirectory
52 - local clamav_dbdir=`awk '$1 == "DatabaseDirectory" { print $2 }' \
53 - /etc/clamd.conf`
54 - # If not defined in clamd.conf, go with default
55 - if [ -z "$clamav_dbdir" ] ; then
56 - clamav_dbdir="/var/lib/clamav"
57 - fi
58 - # Add an entry to sandbox write prediction list, so sandbox doesn't complain
59 - addpredict ${clamav_dbdir}/
60 -
61 - econf \
62 - $(use_enable subject-rewrite) \
63 - $(use_enable clamd clamdscan) \
64 - || die
65 - # Fix problems with Portage exporting TMP and breaking clamassassin. #61806
66 - sed -i -e "s:${TMP}:/tmp:" clamassassin
67 -}
68 -
69 -src_install() {
70 - dobin clamassassin
71 - dodoc CHANGELOG README
72 -}
73
74 diff --git a/mail-filter/clamassassin/metadata.xml b/mail-filter/clamassassin/metadata.xml
75 deleted file mode 100644
76 index 1faa3f8661f..00000000000
77 --- a/mail-filter/clamassassin/metadata.xml
78 +++ /dev/null
79 @@ -1,10 +0,0 @@
80 -<?xml version="1.0" encoding="UTF-8"?>
81 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
82 -<pkgmetadata>
83 -<!-- maintainer-needed -->
84 -<use>
85 - <flag name="clamd">Use the <pkg>app-antivirus/clamav</pkg> daemon for virus
86 - checking</flag>
87 - <flag name="subject-rewrite">Adds support for subject rewriting</flag>
88 -</use>
89 -</pkgmetadata>
90
91 diff --git a/profiles/package.mask b/profiles/package.mask
92 index 541b085d917..6a614ce97ce 100644
93 --- a/profiles/package.mask
94 +++ b/profiles/package.mask
95 @@ -393,7 +393,6 @@ dev-vcs/cvsd
96 dev-vcs/cvsq
97 mail-client/biabam
98 mail-client/pinepgp
99 -mail-filter/clamassassin
100 mail-filter/clamsmtp
101 sys-auth/pam_require