commit: a09e1c2bf2b0c14893fd0cc3a012401dadb41ecb
Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 1 16:54:31 2016 +0000
Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Fri Sep 2 15:54:38 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a09e1c2b
mail-filter/spamassassin: new revision adding a Net-CIDR-Lite dependency.
The Net::CIDR::Lite Perl module is used by SpamAssassin's URILocalBL
plugin, so it has been added to RDEPEND (dev-perl/Net-CIDR-Lite).
Package-Manager: portage-2.2.28
...massassin-3.4.1-r6.ebuild => spamassassin-3.4.1-r7.ebuild} | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/mail-filter/spamassassin/spamassassin-3.4.1-r6.ebuild
b/mail-filter/spamassassin/spamassassin-3.4.1-r7.ebuild
similarity index 96%
rename from mail-filter/spamassassin/spamassassin-3.4.1-r6.ebuild
rename to mail-filter/spamassassin/spamassassin-3.4.1-r7.ebuild
index 461de34..00838ba 100644
--- a/mail-filter/spamassassin/spamassassin-3.4.1-r6.ebuild
+++ b/mail-filter/spamassassin/spamassassin-3.4.1-r7.ebuild
@@ -6,8 +6,8 @@ EAPI=6
inherit toolchain-funcs systemd
-MY_P=Mail-SpamAssassin-${PV//_/-}
-S=${WORKDIR}/${MY_P}
+MY_P="Mail-SpamAssassin-${PV//_/-}"
+S="${WORKDIR}/${MY_P}"
DESCRIPTION="An extensible mail filter which can identify and tag spam"
HOMEPAGE="http://spamassassin.apache.org/"
SRC_URI="mirror://apache/spamassassin/source/${MY_P}.tar.bz2"
@@ -66,7 +66,8 @@ DEPEND="app-crypt/gnupg
libressl? ( dev-libs/libressl )
)"
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND}
+ dev-perl/Net-CIDR-Lite"
# Some spamd tests fail, and it looks like the whole suite eventually
# hangs.
@@ -139,8 +140,8 @@ src_install () {
newinitd "${FILESDIR}"/3.4.1-spamd.init spamd
newconfd "${FILESDIR}"/3.4.1-spamd.conf spamd
- systemd_newunit "${FILESDIR}"/${PN}.service-r1 ${PN}.service
- systemd_install_serviced "${FILESDIR}"/${PN}.service.conf
+ systemd_newunit "${FILESDIR}/${PN}.service-r1" "${PN}.service"
+ systemd_install_serviced "${FILESDIR}/${PN}.service.conf"
# The sed statements in the following conditionals alter the init
# script to depend (or not) on the database being running before