Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/roundcube/
Date: Sat, 09 Jan 2021 10:36:19
Message-Id: 1610188565.7bbed02f8f3ea01d42320d5a9be4799775e0ac76.sam@gentoo
1 commit: 7bbed02f8f3ea01d42320d5a9be4799775e0ac76
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 9 10:14:17 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 9 10:36:05 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bbed02f
7
8 mail-client/roundcube: fix UnnecessarySlashStrip
9
10 Not needed in EAPI 7.
11
12 Package-Manager: Portage-3.0.12, Repoman-3.0.2
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 mail-client/roundcube/roundcube-1.4.8.ebuild | 4 ++--
16 mail-client/roundcube/roundcube-9999.ebuild | 4 ++--
17 2 files changed, 4 insertions(+), 4 deletions(-)
18
19 diff --git a/mail-client/roundcube/roundcube-1.4.8.ebuild b/mail-client/roundcube/roundcube-1.4.8.ebuild
20 index f39bfa3d979..2086798cf41 100644
21 --- a/mail-client/roundcube/roundcube-1.4.8.ebuild
22 +++ b/mail-client/roundcube/roundcube-1.4.8.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2020 Gentoo Authors
25 +# Copyright 1999-2021 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=6
29 @@ -68,6 +68,6 @@ pkg_postinst() {
30
31 if [[ -n ${REPLACING_VERSIONS} ]]; then
32 elog "You can review the post-upgrade instructions at:"
33 - elog "${EROOT%/}/usr/share/webapps/${PN}/${PV}/postupgrade-en.txt"
34 + elog "${EROOT}/usr/share/webapps/${PN}/${PV}/postupgrade-en.txt"
35 fi
36 }
37
38 diff --git a/mail-client/roundcube/roundcube-9999.ebuild b/mail-client/roundcube/roundcube-9999.ebuild
39 index 54ae74d1e86..ad0082bc0ec 100644
40 --- a/mail-client/roundcube/roundcube-9999.ebuild
41 +++ b/mail-client/roundcube/roundcube-9999.ebuild
42 @@ -1,4 +1,4 @@
43 -# Copyright 1999-2020 Gentoo Authors
44 +# Copyright 1999-2021 Gentoo Authors
45 # Distributed under the terms of the GNU General Public License v2
46
47 EAPI=7
48 @@ -91,6 +91,6 @@ pkg_postinst() {
49
50 if [[ -n ${REPLACING_VERSIONS} ]]; then
51 elog "You can review the post-upgrade instructions at:"
52 - elog "${EROOT%/}/usr/share/webapps/${PN}/${PV}/postupgrade-en.txt"
53 + elog "${EROOT}/usr/share/webapps/${PN}/${PV}/postupgrade-en.txt"
54 fi
55 }