From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1DD1E138330 for ; Fri, 2 Sep 2016 16:03:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1AB2021C092; Fri, 2 Sep 2016 16:03:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BBF3121C092 for ; Fri, 2 Sep 2016 16:02:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 763F1340831 for ; Fri, 2 Sep 2016 16:02:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2A8182457 for ; Fri, 2 Sep 2016 16:02:56 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1472831678.a09e1c2bf2b0c14893fd0cc3a012401dadb41ecb.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-filter/spamassassin/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-filter/spamassassin/spamassassin-3.4.1-r6.ebuild mail-filter/spamassassin/spamassassin-3.4.1-r7.ebuild X-VCS-Directories: mail-filter/spamassassin/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: a09e1c2bf2b0c14893fd0cc3a012401dadb41ecb X-VCS-Branch: master Date: Fri, 2 Sep 2016 16:02:56 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 1b8d41e8-924d-4a00-afd5-a4ca0df6049f X-Archives-Hash: 6ef1f9e30398df5184c7436d9a5fd2b3 commit: a09e1c2bf2b0c14893fd0cc3a012401dadb41ecb Author: Michael Orlitzky gentoo org> AuthorDate: Thu Sep 1 16:54:31 2016 +0000 Commit: Michael Orlitzky gentoo 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