diff options
author | David Seifert <soap@gentoo.org> | 2017-12-02 13:52:11 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-12-02 13:52:11 +0100 |
commit | 6dffb5e03ea5b17ff4deea180f81ed7a934720fe (patch) | |
tree | 46b6b74f827828f2ed3aa4b44ef36c8aca19f08d /mail-filter/clamassassin | |
parent | lxde-base/menu-cache: [QA] Fix DESCRIPTION.toolong (diff) | |
download | gentoo-6dffb5e03ea5b17ff4deea180f81ed7a934720fe.tar.gz gentoo-6dffb5e03ea5b17ff4deea180f81ed7a934720fe.tar.bz2 gentoo-6dffb5e03ea5b17ff4deea180f81ed7a934720fe.zip |
mail-filter/clamassassin: [QA] Fix DESCRIPTION.toolong
Diffstat (limited to 'mail-filter/clamassassin')
-rw-r--r-- | mail-filter/clamassassin/clamassassin-1.2.4.ebuild | 4 |
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 } |