summaryrefslogtreecommitdiff
path: root/app-shells/soapbox
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-04-28 20:21:43 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-04-28 20:21:43 +0100
commit40aaaa64e86ba6710bbeb31c4615a6ce80e75e11 (patch)
tree758c221bad35c9288d0bd6df9c7dfc226728e52c /app-shells/soapbox
parent8d5dbd847cbc704a6a06405856e94b461011afe3 (diff)
gentoo resync : 28.04.2021
Diffstat (limited to 'app-shells/soapbox')
-rw-r--r--app-shells/soapbox/Manifest2
-rw-r--r--app-shells/soapbox/soapbox-0.3.1-r2.ebuild9
2 files changed, 6 insertions, 5 deletions
diff --git a/app-shells/soapbox/Manifest b/app-shells/soapbox/Manifest
index 7347cc116fbc..c1b9ecdf5744 100644
--- a/app-shells/soapbox/Manifest
+++ b/app-shells/soapbox/Manifest
@@ -1,3 +1,3 @@
DIST soapbox-0.3.1.tar.bz2 19947 BLAKE2B bbf271d1e48b43e1aa7a274e0020b69a7f389374b7ac14ec2084bca4cd8f1cc5312082a33e6f79527dd92756d88631eb77a37256d0315c45853bab0176a8a95e SHA512 c74420e6ea7e088347c897c275095fce5ecd093af9eb7f95ece4959d174fcc79e600704b6116ba9f36534fc8139dee70393db33ab22cd8f870cd77c449e2f430
-EBUILD soapbox-0.3.1-r2.ebuild 850 BLAKE2B 3bd2889bd5f86f195890f63404f1efae39cd895fb081d912c0059ec270e9724ada786931ffa7570b61b56f0ff5cfd0854d5ea8b4fda640772be0187b04fae481 SHA512 f1b7327375bfd4c6cbf3fcc6a3fecacc120fd005e430d7cf76e3924b76be4eee3cb4baaf9f921fd27b49439036a39bcc62ab5a15b2813a004a335c7339628067
+EBUILD soapbox-0.3.1-r2.ebuild 841 BLAKE2B 431af2facb01d80c78a8190e6def956c642c1d5c96c01e783ad892817d33a21185488e76d4e8ef0e29a635e1c66242f5f415749f3e35fcb3cf3dcb42ccc65901 SHA512 38fbb706d94a09c30a5e524cce4e1fbfeb117ea4510971716a82afa18cd2c951d042ef8198b042bb96916a53c18933c571a4934f759f50f476ddc23b292d95d3
MISC metadata.xml 166 BLAKE2B c254f1fb642881aba57637be14fb0a89b10384f91a128feaec3a8c870d76efc2cbacb92caccc0dee2dd19a5ac5eaf8643080dafa05c4e2ac96a68568927e5afd SHA512 a56648c974a1d14dd4c18237532773c72057a13ab90c58b5da04f185e3c12a8bd8d5c21fb06053507f31766291a82dc7d87b34cd65fd94cfe2af7295c813ef84
diff --git a/app-shells/soapbox/soapbox-0.3.1-r2.ebuild b/app-shells/soapbox/soapbox-0.3.1-r2.ebuild
index 0dee6af50c31..b8ded42ec5eb 100644
--- a/app-shells/soapbox/soapbox-0.3.1-r2.ebuild
+++ b/app-shells/soapbox/soapbox-0.3.1-r2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI="5"
+EAPI=7
-inherit multilib toolchain-funcs
+inherit toolchain-funcs
DESCRIPTION="A preload (sandbox) library to restrict filesystem writes"
HOMEPAGE="http://dag.wieers.com/home-made/soapbox/"
@@ -12,9 +12,10 @@ SRC_URI="http://dag.wieers.com/home-made/soapbox/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~ppc ~ppc64 x86"
-IUSE=""
src_prepare() {
+ default
+
sed -i soapbox.sh \
-e "s|0.3.0|${PV}|g" \
-e "s:/lib:/usr/$(get_libdir):" \