From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1644796-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id F1ED315817D
	for <garchives@archives.gentoo.org>; Wed, 19 Jun 2024 15:03:26 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 3C18DE2A99;
	Wed, 19 Jun 2024 15:03:26 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 11E17E2A95
	for <gentoo-commits@lists.gentoo.org>; Wed, 19 Jun 2024 15:03:26 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 4918F33BF36
	for <gentoo-commits@lists.gentoo.org>; Wed, 19 Jun 2024 15:03:25 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id D79D61D25
	for <gentoo-commits@lists.gentoo.org>; Wed, 19 Jun 2024 15:03:23 +0000 (UTC)
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" <asturm@gentoo.org>
Message-ID: <1718809393.f5fb41bd12605d66e9b205c1d74bcaf74168511b.asturm@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/bluez-qt/
X-VCS-Repository: repo/gentoo
X-VCS-Files: kde-frameworks/bluez-qt/bluez-qt-6.3.0.ebuild
X-VCS-Directories: kde-frameworks/bluez-qt/
X-VCS-Committer: asturm
X-VCS-Committer-Name: Andreas Sturmlechner
X-VCS-Revision: f5fb41bd12605d66e9b205c1d74bcaf74168511b
X-VCS-Branch: master
Date: Wed, 19 Jun 2024 15:03:23 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 8b1cc7c3-9023-412d-95f3-66b499ed4998
X-Archives-Hash: dc55614750710a7659f14ec8a350f7da

commit:     f5fb41bd12605d66e9b205c1d74bcaf74168511b
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 19 15:01:19 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jun 19 15:03:13 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5fb41bd

kde-frameworks/bluez-qt: Drop obsolete udev bits

Upstream commit 02054c9ed76ee698f2adb3be07d89cb6b1c078ea

Closes: https://bugs.gentoo.org/934521
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-frameworks/bluez-qt/bluez-qt-6.3.0.ebuild | 20 +-------------------
 1 file changed, 1 insertion(+), 19 deletions(-)

diff --git a/kde-frameworks/bluez-qt/bluez-qt-6.3.0.ebuild b/kde-frameworks/bluez-qt/bluez-qt-6.3.0.ebuild
index d6a3372e536c..ea021674936d 100644
--- a/kde-frameworks/bluez-qt/bluez-qt-6.3.0.ebuild
+++ b/kde-frameworks/bluez-qt/bluez-qt-6.3.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 QTMIN=6.6.2
-inherit ecm frameworks.kde.org udev
+inherit ecm frameworks.kde.org
 
 DESCRIPTION="Qt wrapper for Bluez 5 DBus API"
 
@@ -18,14 +18,6 @@ DEPEND="
 "
 RDEPEND="${DEPEND}"
 
-src_configure() {
-	local mycmakeargs=(
-		-DUDEV_RULES_INSTALL_DIR="$(get_udevdir)/rules.d"
-	)
-
-	ecm_src_configure
-}
-
 src_test() {
 	local CMAKE_SKIP_TESTS=(
 		# bug 668196, hangs
@@ -34,13 +26,3 @@ src_test() {
 	# parallel tests fail, bug 609248
 	ecm_src_test -j1
 }
-
-pkg_postinst() {
-	ecm_pkg_postinst
-	udev_reload
-}
-
-pkg_postrm() {
-	ecm_pkg_postrm
-	udev_reload
-}