mail-filter/clamassassin: [QA] Fix DESCRIPTION.toolong
authorDavid Seifert <soap@gentoo.org>
Sat, 2 Dec 2017 12:52:11 +0000 (13:52 +0100)
committerDavid Seifert <soap@gentoo.org>
Sat, 2 Dec 2017 12:52:11 +0000 (13:52 +0100)
mail-filter/clamassassin/clamassassin-1.2.4.ebuild

index ca9ab9a78ee873cccbf3747c0486cc2fdf86585a..b3e4d97bc08a1dbdc279c40ed45a69cee1d433a4 100644 (file)
@@ -1,7 +1,7 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-DESCRIPTION="A simple spamassassin-like script for virus scanning (through clamav) and filtering e-mail messages"
+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"
@@ -34,5 +34,5 @@ src_compile() {
 
 src_install() {
        dobin clamassassin
-       dodoc CHANGELOG LICENSE README
+       dodoc CHANGELOG README
 }