commit:     4b56990a413505dd277a8ca8491aca03998f6a63
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 11 13:54:57 2023 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sat Mar 11 14:08:01 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b56990a

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 <ionen <AT> gentoo.org>

 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(-)

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
 }
 

Reply via email to