Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/coreutils/, sys-apps/coreutils/files/
Date: Thu, 30 Apr 2020 01:05:10
Message-Id: 1588208699.48e9dffe89142a528409ef9a57a56e4ac62bc72c.whissi@gentoo
1 commit: 48e9dffe89142a528409ef9a57a56e4ac62bc72c
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 30 01:04:14 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 30 01:04:59 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48e9dffe
7
8 sys-apps/coreutils: fix sandbox-env-test.patch
9
10 I extended PR and excluded more tests. However, I overlooked
11 that one of these tests aren't present in 8.31.
12
13 This commit will fix previous commit a48e67d33ef6edd58b2cd6111884dbb4fdef7491
14 and provide two versions of the patch.
15
16 Package-Manager: Portage-2.3.99, Repoman-2.3.22
17 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
18
19 sys-apps/coreutils/coreutils-8.32-r1.ebuild | 2 +-
20 .../coreutils/files/coreutils-8.31-sandbox-env-test.patch | 12 ------------
21 ...-env-test.patch => coreutils-8.32-sandbox-env-test.patch} | 0
22 3 files changed, 1 insertion(+), 13 deletions(-)
23
24 diff --git a/sys-apps/coreutils/coreutils-8.32-r1.ebuild b/sys-apps/coreutils/coreutils-8.32-r1.ebuild
25 index 3eac2b76aae..153e7d36ac9 100644
26 --- a/sys-apps/coreutils/coreutils-8.32-r1.ebuild
27 +++ b/sys-apps/coreutils/coreutils-8.32-r1.ebuild
28 @@ -71,7 +71,7 @@ src_prepare() {
29
30 if ! use vanilla ; then
31 PATCHES+=( "${WORKDIR}"/patch )
32 - PATCHES+=( "${FILESDIR}"/${PN}-8.31-sandbox-env-test.patch )
33 + PATCHES+=( "${FILESDIR}"/${PN}-8.32-sandbox-env-test.patch )
34 fi
35
36 default
37
38 diff --git a/sys-apps/coreutils/files/coreutils-8.31-sandbox-env-test.patch b/sys-apps/coreutils/files/coreutils-8.31-sandbox-env-test.patch
39 index 40b1554d948..f81ea13776b 100644
40 --- a/sys-apps/coreutils/files/coreutils-8.31-sandbox-env-test.patch
41 +++ b/sys-apps/coreutils/files/coreutils-8.31-sandbox-env-test.patch
42 @@ -12,18 +12,6 @@ Skip tests known to fail when running under Gentoo sandbox.
43 print_ver_ du
44
45 require_perl_
46 ---- a/tests/ls/removed-directory.sh
47 -+++ b/tests/ls/removed-directory.sh
48 -@@ -19,6 +19,9 @@
49 - # along with this program. If not, see <https://www.gnu.org/licenses/>.
50 -
51 - . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src
52 -+# Avoid #413621 until #548250 is resolved
53 -+test -n "$SANDBOX_ACTIVE" && skip_ "Gentoo: Test known bad under sandbox (#413621)"
54 -+
55 - print_ver_ ls
56 -
57 - case $host_triplet in
58 --- a/tests/ls/stat-free-symlinks.sh
59 +++ b/tests/ls/stat-free-symlinks.sh
60 @@ -17,6 +17,9 @@
61
62 diff --git a/sys-apps/coreutils/files/coreutils-8.31-sandbox-env-test.patch b/sys-apps/coreutils/files/coreutils-8.32-sandbox-env-test.patch
63 similarity index 100%
64 copy from sys-apps/coreutils/files/coreutils-8.31-sandbox-env-test.patch
65 copy to sys-apps/coreutils/files/coreutils-8.32-sandbox-env-test.patch