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/spampd/
Date: Sat, 02 Dec 2017 12:52:55
Message-Id: 1512219141.e4c8003338ef1490ba55c6068878bb37e9b5acb1.soap@gentoo
1 commit: e4c8003338ef1490ba55c6068878bb37e9b5acb1
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 2 12:52:21 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 2 12:52:21 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4c80033
7
8 mail-filter/spampd: [QA] Fix DESCRIPTION.toolong
9
10 mail-filter/spampd/spampd-2.30.ebuild | 2 +-
11 mail-filter/spampd/spampd-2.42.ebuild | 2 +-
12 2 files changed, 2 insertions(+), 2 deletions(-)
13
14 diff --git a/mail-filter/spampd/spampd-2.30.ebuild b/mail-filter/spampd/spampd-2.30.ebuild
15 index 63b30d6a906..f1c37bc2bc1 100644
16 --- a/mail-filter/spampd/spampd-2.30.ebuild
17 +++ b/mail-filter/spampd/spampd-2.30.ebuild
18 @@ -1,7 +1,7 @@
19 # Copyright 1999-2016 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 -DESCRIPTION="spampd is a program to scan messages for possible Unsolicited Commercial E-mail content"
23 +DESCRIPTION="spampd is a program to scan messages for Unsolicited Commercial E-mail content"
24 HOMEPAGE="http://www.worlddesign.com/index.cfm/rd/mta/spampd.htm"
25 SRC_URI="http://www.worlddesign.com/Content/rd/mta/${PN}/${P}.tar.gz"
26 LICENSE="GPL-2"
27
28 diff --git a/mail-filter/spampd/spampd-2.42.ebuild b/mail-filter/spampd/spampd-2.42.ebuild
29 index cc46ce177c5..d45e51557bf 100644
30 --- a/mail-filter/spampd/spampd-2.42.ebuild
31 +++ b/mail-filter/spampd/spampd-2.42.ebuild
32 @@ -3,7 +3,7 @@
33
34 EAPI=5
35
36 -DESCRIPTION="spampd is a program to scan messages for possible Unsolicited Commercial E-mail content"
37 +DESCRIPTION="spampd is a program to scan messages for Unsolicited Commercial E-mail content"
38 HOMEPAGE="http://www.worlddesign.com/index.cfm/rd/mta/spampd.htm"
39 SRC_URI="https://github.com/mpaperno/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
40 LICENSE="GPL-2"