commit: e2fd2ce78988962d53cca1bb81b21d5bff6ba624 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Wed Oct 4 15:49:33 2023 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Wed Oct 4 21:44:42 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2fd2ce7
net-wireless/gnome-bluetooth: remove unused patch(es) Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/33191 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> .../gnome-bluetooth/files/61-gnome-bluetooth.rules | 11 ----------- .../gnome-bluetooth-3.34.5-meson-0.61-build.patch | 19 ------------------- 2 files changed, 30 deletions(-) diff --git a/net-wireless/gnome-bluetooth/files/61-gnome-bluetooth.rules b/net-wireless/gnome-bluetooth/files/61-gnome-bluetooth.rules deleted file mode 100644 index 506574082122..000000000000 --- a/net-wireless/gnome-bluetooth/files/61-gnome-bluetooth.rules +++ /dev/null @@ -1,11 +0,0 @@ -# Get access to /dev/rfkill for users -# See https://bugzilla.redhat.com/show_bug.cgi?id=514798 -# -# Updated for udev >= 154 -# http://bugs.debian.org/582188 -# https://bugzilla.redhat.com/show_bug.cgi?id=588660 - -ENV{ACL_MANAGE}=="0", GOTO="gnome_bluetooth_end" -ACTION!="add|change", GOTO="gnome_bluetooth_end" -KERNEL=="rfkill", GROUP="plugdev", MODE="0664", TAG+="udev-acl" -LABEL="gnome_bluetooth_end" diff --git a/net-wireless/gnome-bluetooth/files/gnome-bluetooth-3.34.5-meson-0.61-build.patch b/net-wireless/gnome-bluetooth/files/gnome-bluetooth-3.34.5-meson-0.61-build.patch deleted file mode 100644 index 2e6c912b3d5d..000000000000 --- a/net-wireless/gnome-bluetooth/files/gnome-bluetooth-3.34.5-meson-0.61-build.patch +++ /dev/null @@ -1,19 +0,0 @@ -https://gitlab.gnome.org/GNOME/gnome-bluetooth/-/commit/755fd758f866d3a3f7ca482942beee749f13a91e -https://bugs.gentoo.org/831430 - -From: Bastien Nocera <had...@hadess.net> -Date: Fri, 7 Jan 2022 12:51:22 +0100 -Subject: [PATCH] build: Fix build for newer versions of meson - -sendto/meson.build:24:5: ERROR: Function does not take positional arguments. ---- a/sendto/meson.build -+++ b/sendto/meson.build -@@ -22,7 +22,6 @@ desktop_in = configure_file( - ) - - i18n.merge_file ( -- desktop, - type: 'desktop', - input: desktop_in, - output: desktop, -GitLab