Gentoo Archives: gentoo-commits

From: Michael Orlitzky <mjo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-filter/spamassassin/
Date: Fri, 02 Sep 2016 16:03:03
Message-Id: 1472831678.a09e1c2bf2b0c14893fd0cc3a012401dadb41ecb.mjo@gentoo
1 commit: a09e1c2bf2b0c14893fd0cc3a012401dadb41ecb
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 1 16:54:31 2016 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 2 15:54:38 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a09e1c2b
7
8 mail-filter/spamassassin: new revision adding a Net-CIDR-Lite dependency.
9
10 The Net::CIDR::Lite Perl module is used by SpamAssassin's URILocalBL
11 plugin, so it has been added to RDEPEND (dev-perl/Net-CIDR-Lite).
12
13 Package-Manager: portage-2.2.28
14
15 ...massassin-3.4.1-r6.ebuild => spamassassin-3.4.1-r7.ebuild} | 11 ++++++-----
16 1 file changed, 6 insertions(+), 5 deletions(-)
17
18 diff --git a/mail-filter/spamassassin/spamassassin-3.4.1-r6.ebuild b/mail-filter/spamassassin/spamassassin-3.4.1-r7.ebuild
19 similarity index 96%
20 rename from mail-filter/spamassassin/spamassassin-3.4.1-r6.ebuild
21 rename to mail-filter/spamassassin/spamassassin-3.4.1-r7.ebuild
22 index 461de34..00838ba 100644
23 --- a/mail-filter/spamassassin/spamassassin-3.4.1-r6.ebuild
24 +++ b/mail-filter/spamassassin/spamassassin-3.4.1-r7.ebuild
25 @@ -6,8 +6,8 @@ EAPI=6
26
27 inherit toolchain-funcs systemd
28
29 -MY_P=Mail-SpamAssassin-${PV//_/-}
30 -S=${WORKDIR}/${MY_P}
31 +MY_P="Mail-SpamAssassin-${PV//_/-}"
32 +S="${WORKDIR}/${MY_P}"
33 DESCRIPTION="An extensible mail filter which can identify and tag spam"
34 HOMEPAGE="http://spamassassin.apache.org/"
35 SRC_URI="mirror://apache/spamassassin/source/${MY_P}.tar.bz2"
36 @@ -66,7 +66,8 @@ DEPEND="app-crypt/gnupg
37 libressl? ( dev-libs/libressl )
38 )"
39
40 -RDEPEND="${DEPEND}"
41 +RDEPEND="${DEPEND}
42 + dev-perl/Net-CIDR-Lite"
43
44 # Some spamd tests fail, and it looks like the whole suite eventually
45 # hangs.
46 @@ -139,8 +140,8 @@ src_install () {
47 newinitd "${FILESDIR}"/3.4.1-spamd.init spamd
48 newconfd "${FILESDIR}"/3.4.1-spamd.conf spamd
49
50 - systemd_newunit "${FILESDIR}"/${PN}.service-r1 ${PN}.service
51 - systemd_install_serviced "${FILESDIR}"/${PN}.service.conf
52 + systemd_newunit "${FILESDIR}/${PN}.service-r1" "${PN}.service"
53 + systemd_install_serviced "${FILESDIR}/${PN}.service.conf"
54
55 # The sed statements in the following conditionals alter the init
56 # script to depend (or not) on the database being running before