From 4b56990a413505dd277a8ca8491aca03998f6a63 Mon Sep 17 00:00:00 2001 From: Ionen Wolkens Date: Sat, 11 Mar 2023 08:54:57 -0500 Subject: Revert "www-client/qutebrowser: install apparmor profile" This reverts commit de3188d3b33e3826a278b3426d5376311439e3dc. Adding this was a request but profile is apparently unmaintained upstream and installing it does not seem like a good idea if it's going to potentially crash the browser wrt bug #900861. From a quick look it seems like it'd need adjustment for the paths we uses too, but not limited to these (handling both slots of qtwebengine and gpu-related things it does seems non-trivial, lot of this profile feels like wishful guesswork). Users that really want this are invited to install/modify it manually for now. Bug: https://bugs.gentoo.org/900861 Signed-off-by: Ionen Wolkens --- www-client/qutebrowser/qutebrowser-2.5.3.ebuild | 3 --- www-client/qutebrowser/qutebrowser-3.0.0_pre9999.ebuild | 3 --- www-client/qutebrowser/qutebrowser-9999.ebuild | 3 --- 3 files changed, 9 deletions(-) (limited to 'www-client/qutebrowser') diff --git a/www-client/qutebrowser/qutebrowser-2.5.3.ebuild b/www-client/qutebrowser/qutebrowser-2.5.3.ebuild index 830f4037ddb5..30a3498c8cf8 100644 --- a/www-client/qutebrowser/qutebrowser-2.5.3.ebuild +++ b/www-client/qutebrowser/qutebrowser-2.5.3.ebuild @@ -128,9 +128,6 @@ python_install_all() { fperms -x /usr/share/${PN}/{scripts/cycle-inputs.js,userscripts/README.md} python_fix_shebang "${ED}"/usr/share/${PN} - insinto /etc/apparmor.d - doins -r misc/apparmor/. - einstalldocs } diff --git a/www-client/qutebrowser/qutebrowser-3.0.0_pre9999.ebuild b/www-client/qutebrowser/qutebrowser-3.0.0_pre9999.ebuild index 7a65a374061c..0de37e2649d8 100644 --- a/www-client/qutebrowser/qutebrowser-3.0.0_pre9999.ebuild +++ b/www-client/qutebrowser/qutebrowser-3.0.0_pre9999.ebuild @@ -146,9 +146,6 @@ python_install_all() { fperms -x /usr/share/${PN}/{scripts/cycle-inputs.js,userscripts/README.md} python_fix_shebang "${ED}"/usr/share/${PN} - insinto /etc/apparmor.d - doins -r misc/apparmor/. - einstalldocs } diff --git a/www-client/qutebrowser/qutebrowser-9999.ebuild b/www-client/qutebrowser/qutebrowser-9999.ebuild index 6260bb8c6fc8..7cb5d6ee3504 100644 --- a/www-client/qutebrowser/qutebrowser-9999.ebuild +++ b/www-client/qutebrowser/qutebrowser-9999.ebuild @@ -128,9 +128,6 @@ python_install_all() { fperms -x /usr/share/${PN}/{scripts/cycle-inputs.js,userscripts/README.md} python_fix_shebang "${ED}"/usr/share/${PN} - insinto /etc/apparmor.d - doins -r misc/apparmor/. - einstalldocs } -- cgit v1.2.3-65-gdbad