Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/soapbox/
Date: Wed, 21 Apr 2021 19:56:04
Message-Id: 1619034932.c66ef982aba779626df0631e4544616abd4835af.sam@gentoo
1 commit: c66ef982aba779626df0631e4544616abd4835af
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 21 19:55:11 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 21 19:55:32 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c66ef982
7
8 app-shells/soapbox: port to EAPI 7
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 app-shells/soapbox/soapbox-0.3.1-r2.ebuild | 7 ++++---
13 1 file changed, 4 insertions(+), 3 deletions(-)
14
15 diff --git a/app-shells/soapbox/soapbox-0.3.1-r2.ebuild b/app-shells/soapbox/soapbox-0.3.1-r2.ebuild
16 index 0dee6af50c3..3dc4e22aabe 100644
17 --- a/app-shells/soapbox/soapbox-0.3.1-r2.ebuild
18 +++ b/app-shells/soapbox/soapbox-0.3.1-r2.ebuild
19 @@ -1,7 +1,7 @@
20 -# Copyright 1999-2019 Gentoo Authors
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI="5"
25 +EAPI=7
26
27 inherit multilib toolchain-funcs
28
29 @@ -12,9 +12,10 @@ SRC_URI="http://dag.wieers.com/home-made/soapbox/${P}.tar.bz2"
30 LICENSE="GPL-2"
31 SLOT="0"
32 KEYWORDS="amd64 ~ppc ~ppc64 x86"
33 -IUSE=""
34
35 src_prepare() {
36 + default
37 +
38 sed -i soapbox.sh \
39 -e "s|0.3.0|${PV}|g" \
40 -e "s:/lib:/usr/$(get_libdir):" \