Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-filter/spampd/
Date: Wed, 24 Nov 2021 08:07:49
Message-Id: 1637741255.547bd4cfe29ba893fab097b886ac9202cae4730a.juippis@gentoo
1 commit: 547bd4cfe29ba893fab097b886ac9202cae4730a
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 24 08:05:07 2021 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 24 08:07:35 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=547bd4cf
7
8 mail-filter/spampd: update DESCRIPTION, HOMEPAGE, LICENSE, BDEPEND...
9
10 - add missing dies.
11
12 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
13
14 mail-filter/spampd/spampd-2.61.ebuild | 15 +++++++--------
15 1 file changed, 7 insertions(+), 8 deletions(-)
16
17 diff --git a/mail-filter/spampd/spampd-2.61.ebuild b/mail-filter/spampd/spampd-2.61.ebuild
18 index 213b260d1f58..347362e06dc9 100644
19 --- a/mail-filter/spampd/spampd-2.61.ebuild
20 +++ b/mail-filter/spampd/spampd-2.61.ebuild
21 @@ -5,14 +5,13 @@ EAPI=8
22
23 inherit systemd
24
25 -DESCRIPTION="spampd is a program to scan messages for Unsolicited Commercial E-mail content"
26 -HOMEPAGE="http://www.worlddesign.com/index.cfm/rd/mta/spampd.htm"
27 -SRC_URI="https://github.com/mpaperno/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
28 +DESCRIPTION="A program to scan messages for Unsolicited Commercial E-mail content"
29 +HOMEPAGE="http://www.worlddesign.com/index.cfm/rd/mta/spampd.htm https://github.com/mpaperno/spampd"
30 +SRC_URI="https://github.com/mpaperno/spampd/archive/${PV}.tar.gz -> ${P}.tar.gz"
31
32 -LICENSE="GPL-2"
33 +LICENSE="GPL-2+"
34 SLOT="0"
35 KEYWORDS="~amd64 ~ppc ~x86"
36 -IUSE=""
37
38 RDEPEND="acct-group/mail
39 acct-user/mail
40 @@ -21,15 +20,15 @@ RDEPEND="acct-group/mail
41 mail-filter/spamassassin
42 virtual/perl-IO-Socket-IP"
43 DEPEND="${RDEPEND}"
44 -BDEPEND=""
45 +BDEPEND="dev-lang/perl"
46
47 PATCHES=(
48 "${FILESDIR}/${P}-no-pid-file.patch"
49 )
50
51 src_compile() {
52 - mv ${PN}.pl ${PN}
53 - pod2man ${PN}.pod > ${PN}.1
54 + mv ${PN}.pl ${PN} || die
55 + pod2man ${PN}.pod > ${PN}.1 || die
56 }
57
58 src_install() {