Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-filter/clamassassin/
Date: Sat, 02 Dec 2017 12:52:52
Message-Id: 1512219131.6dffb5e03ea5b17ff4deea180f81ed7a934720fe.soap@gentoo
1 commit: 6dffb5e03ea5b17ff4deea180f81ed7a934720fe
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 2 12:52:11 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 2 12:52:11 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dffb5e0
7
8 mail-filter/clamassassin: [QA] Fix DESCRIPTION.toolong
9
10 mail-filter/clamassassin/clamassassin-1.2.4.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/mail-filter/clamassassin/clamassassin-1.2.4.ebuild b/mail-filter/clamassassin/clamassassin-1.2.4.ebuild
14 index ca9ab9a78ee..b3e4d97bc08 100644
15 --- a/mail-filter/clamassassin/clamassassin-1.2.4.ebuild
16 +++ b/mail-filter/clamassassin/clamassassin-1.2.4.ebuild
17 @@ -1,7 +1,7 @@
18 # Copyright 1999-2013 Gentoo Foundation
19 # Distributed under the terms of the GNU General Public License v2
20
21 -DESCRIPTION="A simple spamassassin-like script for virus scanning (through clamav) and filtering e-mail messages"
22 +DESCRIPTION="Simple spamassassin-like script for virus scanning and filtering e-mail messages"
23 HOMEPAGE="http://jameslick.com/clamassassin/"
24 SRC_URI="http://jameslick.com/clamassassin/${P}.tar.gz"
25 LICENSE="BSD"
26 @@ -34,5 +34,5 @@ src_compile() {
27
28 src_install() {
29 dobin clamassassin
30 - dodoc CHANGELOG LICENSE README
31 + dodoc CHANGELOG README
32 }