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/opendkim/
Date: Wed, 27 Mar 2019 17:19:15
Message-Id: 1553707089.47648f4182e4ebb6d2ce5755c6f88ffae89b3870.mjo@gentoo
1 commit: 47648f4182e4ebb6d2ce5755c6f88ffae89b3870
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 27 17:11:11 2019 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 27 17:18:09 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47648f41
7
8 mail-filter/opendkim: remove some no-op sed lines.
9
10 Looking through the upstream example config files, I don't see any of
11 the expressions that the "sed" script in src_prepare is supposed to
12 replace. Huh. This commit removes those "sed" commands.
13
14 Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>
15 Package-Manager: Portage-2.3.62, Repoman-2.3.11
16
17 mail-filter/opendkim/opendkim-2.10.3-r8.ebuild | 3 ---
18 1 file changed, 3 deletions(-)
19
20 diff --git a/mail-filter/opendkim/opendkim-2.10.3-r8.ebuild b/mail-filter/opendkim/opendkim-2.10.3-r8.ebuild
21 index f2e43b0041f..02b499bde25 100644
22 --- a/mail-filter/opendkim/opendkim-2.10.3-r8.ebuild
23 +++ b/mail-filter/opendkim/opendkim-2.10.3-r8.ebuild
24 @@ -56,9 +56,6 @@ src_prepare() {
25 # We delete the "Socket" setting because it's overridden by our
26 # conf.d file.
27 sed -e 's:/var/db/dkim:/var/lib/opendkim:g' \
28 - -e 's:/var/db/opendkim:/var/lib/opendkim:g' \
29 - -e 's:/etc/mail:/etc/opendkim:g' \
30 - -e 's:mailnull:opendkim:g' \
31 -e '/^[[:space:]]*Socket/d' \
32 -i opendkim/opendkim.conf.sample opendkim/opendkim.conf.simple.in \
33 stats/opendkim-reportstats{,.in} || die