Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/dovecot/
Date: Sat, 08 Feb 2020 16:25:07
Message-Id: 1581178985.cd6c1259b793dc6e52291c1236b41592322531b0.soap@gentoo
1 commit: cd6c1259b793dc6e52291c1236b41592322531b0
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 8 16:23:05 2020 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 8 16:23:05 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd6c1259
7
8 net-mail/dovecot: [QA] Fix UnnecessarySlashStrip
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 net-mail/dovecot/dovecot-2.3.8.ebuild | 8 ++++----
13 net-mail/dovecot/dovecot-2.3.9.2.ebuild | 8 ++++----
14 2 files changed, 8 insertions(+), 8 deletions(-)
15
16 diff --git a/net-mail/dovecot/dovecot-2.3.8.ebuild b/net-mail/dovecot/dovecot-2.3.8.ebuild
17 index b32f3cabf59..8260f001111 100644
18 --- a/net-mail/dovecot/dovecot-2.3.8.ebuild
19 +++ b/net-mail/dovecot/dovecot-2.3.8.ebuild
20 @@ -91,9 +91,9 @@ src_configure() {
21
22 # turn valgrind tests off. Bug #340791
23 VALGRIND=no econf \
24 - --with-rundir="${EPREFIX%/}/run/dovecot" \
25 - --with-statedir="${EPREFIX%/}/var/lib/dovecot" \
26 - --with-moduledir="${EPREFIX%/}/usr/$(get_libdir)/dovecot" \
27 + --with-rundir="${EPREFIX}/run/dovecot" \
28 + --with-statedir="${EPREFIX}/var/lib/dovecot" \
29 + --with-moduledir="${EPREFIX}/usr/$(get_libdir)/dovecot" \
30 --without-stemmer \
31 --disable-rpath \
32 --without-libbsd \
33 @@ -128,7 +128,7 @@ src_configure() {
34 cd "../dovecot-${major_minor}-pigeonhole-${sieve_version}" || die "cd failed"
35 econf \
36 $( use_enable static-libs static ) \
37 - --localstatedir="${EPREFIX%/}/var" \
38 + --localstatedir="${EPREFIX}/var" \
39 --enable-shared \
40 --with-dovecot="${S}" \
41 $( use_with managesieve )
42
43 diff --git a/net-mail/dovecot/dovecot-2.3.9.2.ebuild b/net-mail/dovecot/dovecot-2.3.9.2.ebuild
44 index 6a614a62c19..f2ee9cd425c 100644
45 --- a/net-mail/dovecot/dovecot-2.3.9.2.ebuild
46 +++ b/net-mail/dovecot/dovecot-2.3.9.2.ebuild
47 @@ -91,9 +91,9 @@ src_configure() {
48
49 # turn valgrind tests off. Bug #340791
50 VALGRIND=no econf \
51 - --with-rundir="${EPREFIX%/}/run/dovecot" \
52 - --with-statedir="${EPREFIX%/}/var/lib/dovecot" \
53 - --with-moduledir="${EPREFIX%/}/usr/$(get_libdir)/dovecot" \
54 + --with-rundir="${EPREFIX}/run/dovecot" \
55 + --with-statedir="${EPREFIX}/var/lib/dovecot" \
56 + --with-moduledir="${EPREFIX}/usr/$(get_libdir)/dovecot" \
57 --without-stemmer \
58 --disable-rpath \
59 --without-libbsd \
60 @@ -128,7 +128,7 @@ src_configure() {
61 cd "../dovecot-${major_minor}-pigeonhole-${sieve_version}" || die "cd failed"
62 econf \
63 $( use_enable static-libs static ) \
64 - --localstatedir="${EPREFIX%/}/var" \
65 + --localstatedir="${EPREFIX}/var" \
66 --enable-shared \
67 --with-dovecot="${S}" \
68 $( use_with managesieve )