Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-vpn/i2pd/
Date: Tue, 26 Nov 2019 14:59:31
Message-Id: 1574780344.1256778647fccc6a30a1a97b6499522b16615109.juippis@gentoo
1 commit: 1256778647fccc6a30a1a97b6499522b16615109
2 Author: Alexey Korepanov <kaikaikai <AT> yandex <DOT> ru>
3 AuthorDate: Fri Nov 22 20:35:49 2019 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 26 14:59:04 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12567786
7
8 net-vpn/i2pd: Fix CI issue, remove slash strip after EROOT
9
10 Signed-off-by: Alexey Korepanov <kaikaikai <AT> yandex.ru>
11 Closes: https://github.com/gentoo/gentoo/pull/13736
12 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
13
14 net-vpn/i2pd/i2pd-2.27.0.ebuild | 2 +-
15 net-vpn/i2pd/i2pd-2.28.0.ebuild | 2 +-
16 net-vpn/i2pd/i2pd-2.29.0.ebuild | 2 +-
17 3 files changed, 3 insertions(+), 3 deletions(-)
18
19 diff --git a/net-vpn/i2pd/i2pd-2.27.0.ebuild b/net-vpn/i2pd/i2pd-2.27.0.ebuild
20 index e0059446714..099b9151f16 100644
21 --- a/net-vpn/i2pd/i2pd-2.27.0.ebuild
22 +++ b/net-vpn/i2pd/i2pd-2.27.0.ebuild
23 @@ -96,7 +96,7 @@ src_install() {
24 }
25
26 pkg_postinst() {
27 - if [[ -f ${EROOT%/}/etc/i2pd/subscriptions.txt ]]; then
28 + if [[ -f ${EROOT}/etc/i2pd/subscriptions.txt ]]; then
29 ewarn
30 ewarn "Configuration of the subscriptions has been moved from"
31 ewarn "subscriptions.txt to i2pd.conf. We recommend updating"
32
33 diff --git a/net-vpn/i2pd/i2pd-2.28.0.ebuild b/net-vpn/i2pd/i2pd-2.28.0.ebuild
34 index e0059446714..099b9151f16 100644
35 --- a/net-vpn/i2pd/i2pd-2.28.0.ebuild
36 +++ b/net-vpn/i2pd/i2pd-2.28.0.ebuild
37 @@ -96,7 +96,7 @@ src_install() {
38 }
39
40 pkg_postinst() {
41 - if [[ -f ${EROOT%/}/etc/i2pd/subscriptions.txt ]]; then
42 + if [[ -f ${EROOT}/etc/i2pd/subscriptions.txt ]]; then
43 ewarn
44 ewarn "Configuration of the subscriptions has been moved from"
45 ewarn "subscriptions.txt to i2pd.conf. We recommend updating"
46
47 diff --git a/net-vpn/i2pd/i2pd-2.29.0.ebuild b/net-vpn/i2pd/i2pd-2.29.0.ebuild
48 index 44e65b71dd8..5982e199dbc 100644
49 --- a/net-vpn/i2pd/i2pd-2.29.0.ebuild
50 +++ b/net-vpn/i2pd/i2pd-2.29.0.ebuild
51 @@ -94,7 +94,7 @@ src_install() {
52 }
53
54 pkg_postinst() {
55 - if [[ -f ${EROOT%/}/etc/i2pd/subscriptions.txt ]]; then
56 + if [[ -f ${EROOT}/etc/i2pd/subscriptions.txt ]]; then
57 ewarn
58 ewarn "Configuration of the subscriptions has been moved from"
59 ewarn "subscriptions.txt to i2pd.conf. We recommend updating"