summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2017-12-02 13:52:11 +0100
committerDavid Seifert <soap@gentoo.org>2017-12-02 13:52:11 +0100
commit6dffb5e03ea5b17ff4deea180f81ed7a934720fe (patch)
tree46b6b74f827828f2ed3aa4b44ef36c8aca19f08d
parentlxde-base/menu-cache: [QA] Fix DESCRIPTION.toolong (diff)
downloadgentoo-6dffb5e0.tar.gz
gentoo-6dffb5e0.tar.bz2
gentoo-6dffb5e0.zip
mail-filter/clamassassin: [QA] Fix DESCRIPTION.toolong
-rw-r--r--mail-filter/clamassassin/clamassassin-1.2.4.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail-filter/clamassassin/clamassassin-1.2.4.ebuild b/mail-filter/clamassassin/clamassassin-1.2.4.ebuild
index ca9ab9a78ee8..b3e4d97bc08a 100644
--- a/mail-filter/clamassassin/clamassassin-1.2.4.ebuild
+++ b/mail-filter/clamassassin/clamassassin-1.2.4.ebuild
@@ -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
}