From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 A5BCC15817D for ; Wed, 19 Jun 2024 15:02:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9E08BE2A88; Wed, 19 Jun 2024 15:02:34 +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 874CAE2A88 for ; Wed, 19 Jun 2024 15:02:34 +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 CC21433BE12 for ; Wed, 19 Jun 2024 15:02:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 54A381D0E for ; Wed, 19 Jun 2024 15:02:32 +0000 (UTC) From: "Andreas Sturmlechner" 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" Message-ID: <1718809180.94b217746ba2f88ab6dfe35485e16086aedf3da2.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/bluez-qt/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/bluez-qt/bluez-qt-9999.ebuild X-VCS-Directories: kde-frameworks/bluez-qt/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 94b217746ba2f88ab6dfe35485e16086aedf3da2 X-VCS-Branch: master Date: Wed, 19 Jun 2024 15:02:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 779ba97f-be59-4c6d-8390-b8fa5eba5b43 X-Archives-Hash: ea683a17eef91f93d6d98b8c18a2db74 commit: 94b217746ba2f88ab6dfe35485e16086aedf3da2 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Jun 19 14:59:40 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Jun 19 14:59:40 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=94b21774 kde-frameworks/bluez-qt: Drop obsolete udev bits Upstream commit 02054c9ed76ee698f2adb3be07d89cb6b1c078ea Bug: https://bugs.gentoo.org/934521 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/bluez-qt/bluez-qt-9999.ebuild | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/kde-frameworks/bluez-qt/bluez-qt-9999.ebuild b/kde-frameworks/bluez-qt/bluez-qt-9999.ebuild index 2b56863bfc..3418200e60 100644 --- a/kde-frameworks/bluez-qt/bluez-qt-9999.ebuild +++ b/kde-frameworks/bluez-qt/bluez-qt-9999.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 -}