commit:     99f6054de1bfe6d4a96d55175cd911e0d23757a0
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sat Oct 26 14:05:10 2024 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun Oct 27 07:10:31 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99f6054d

app-text/zathura: remove unused patches

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 .../files/zathura-9999-disable-seccomp-tests.patch | 22 ----------------------
 .../files/zathura-disable-seccomp-tests.patch      | 22 ----------------------
 2 files changed, 44 deletions(-)

diff --git a/app-text/zathura/files/zathura-9999-disable-seccomp-tests.patch 
b/app-text/zathura/files/zathura-9999-disable-seccomp-tests.patch
deleted file mode 100644
index 09947eb722b4..000000000000
--- a/app-text/zathura/files/zathura-9999-disable-seccomp-tests.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-diff --git a/tests/meson.build b/tests/meson.build
-index 10531a5..1c79e29 100644
---- a/tests/meson.build
-+++ b/tests/meson.build
-@@ -54,17 +54,5 @@ if check.found()
-       args: xvfb_args + [session],
-       timeout: 60*60
-     )
--
--    if seccomp.found()
--      sandbox = executable('test_sandbox', ['test_sandbox.c', 'tests.c'],
--        dependencies: build_dependencies + test_dependencies,
--        include_directories: include_directories,
--        c_args: defines + flags
--      )
--      test('sandbox', xvfb,
--        args: xvfb_args + [sandbox],
--        timeout: 60*60
--      )
--    endif
-   endif
- endif

diff --git a/app-text/zathura/files/zathura-disable-seccomp-tests.patch 
b/app-text/zathura/files/zathura-disable-seccomp-tests.patch
deleted file mode 100644
index f3d88a2746d2..000000000000
--- a/app-text/zathura/files/zathura-disable-seccomp-tests.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-diff --git a/tests/meson.build b/tests/meson.build
-index ac7edb8..68216f3 100644
---- a/tests/meson.build
-+++ b/tests/meson.build
-@@ -25,17 +25,6 @@ if check.found()
-     timeout: 60*60
-   )
- 
--  if seccomp.found()
--    sandbox = executable('test_sandbox', ['test_sandbox.c', 'tests.c'],
--      dependencies: build_dependencies + test_dependencies,
--      include_directories: include_directories,
--      c_args: defines + flags
--    )
--    test('sandbox', sandbox,
--      timeout: 60*60
--    )
--  endif
--
-   utils = executable('test_utils', ['test_utils.c', 'tests.c'],
-     dependencies: build_dependencies + test_dependencies,
-     include_directories: include_directories,

Reply via email to