summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2023-10-04 17:49:33 +0200
committerConrad Kostecki <conikost@gentoo.org>2023-10-04 23:44:42 +0200
commite2fd2ce78988962d53cca1bb81b21d5bff6ba624 (patch)
tree7e8f16eebe6e03ba839cb0975e350ac07b4cb517
parentdev-libs/openssl: remove unused patches (diff)
downloadgentoo-e2fd2ce7.tar.gz
gentoo-e2fd2ce7.tar.bz2
gentoo-e2fd2ce7.zip
net-wireless/gnome-bluetooth: remove unused patch(es)
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/33191 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
-rw-r--r--net-wireless/gnome-bluetooth/files/61-gnome-bluetooth.rules11
-rw-r--r--net-wireless/gnome-bluetooth/files/gnome-bluetooth-3.34.5-meson-0.61-build.patch19
2 files changed, 0 insertions, 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 <hadess@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