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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A012715807B for ; Sat, 19 Oct 2024 00:05:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5D86FE087F; Sat, 19 Oct 2024 00:05:41 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 74A67E087D for ; Sat, 19 Oct 2024 00:05:40 +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 8C7833430EF for ; Sat, 19 Oct 2024 00:05:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 920C51F42 for ; Sat, 19 Oct 2024 00:05:36 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1729194044.31e1cfdb47c0af68fc68daaa81fe0a0323576fb2.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: x11-drivers/OpenTabletDriver-bin/files/, x11-drivers/OpenTabletDriver-bin/ X-VCS-Repository: repo/proj/guru X-VCS-Files: x11-drivers/OpenTabletDriver-bin/OpenTabletDriver-bin-0.6.3.0.ebuild x11-drivers/OpenTabletDriver-bin/files/otd-daemon X-VCS-Directories: x11-drivers/OpenTabletDriver-bin/ x11-drivers/OpenTabletDriver-bin/files/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 31e1cfdb47c0af68fc68daaa81fe0a0323576fb2 X-VCS-Branch: master Date: Sat, 19 Oct 2024 00:05:36 +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: 7d03e3d8-8c21-47b7-bf44-9fc0e795def4 X-Archives-Hash: cc6a6c4c9159df295dea0515e1188475 commit: 31e1cfdb47c0af68fc68daaa81fe0a0323576fb2 Author: Takuya Wakazono gmail com> AuthorDate: Thu Oct 17 19:40:44 2024 +0000 Commit: David Roman gmail com> CommitDate: Thu Oct 17 19:40:44 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=31e1cfdb x11-drivers/OpenTabletDriver-bin: remove unnecessary udev command Closes: https://bugs.gentoo.org/787722 Closes: https://bugs.gentoo.org/831700 Signed-off-by: Takuya Wakazono gmail.com> x11-drivers/OpenTabletDriver-bin/OpenTabletDriver-bin-0.6.3.0.ebuild | 5 ++--- x11-drivers/OpenTabletDriver-bin/files/otd-daemon | 0 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/x11-drivers/OpenTabletDriver-bin/OpenTabletDriver-bin-0.6.3.0.ebuild b/x11-drivers/OpenTabletDriver-bin/OpenTabletDriver-bin-0.6.3.0.ebuild index ce9e99059..bcc929571 100644 --- a/x11-drivers/OpenTabletDriver-bin/OpenTabletDriver-bin-0.6.3.0.ebuild +++ b/x11-drivers/OpenTabletDriver-bin/OpenTabletDriver-bin-0.6.3.0.ebuild @@ -1,7 +1,7 @@ -# Copyright 2019-2022 Gentoo Authors +# Copyright 2019-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit desktop udev @@ -81,7 +81,6 @@ pkg_postrm() { pkg_postinst() { udev_reload - udevadm control --reload || die if [[ -z ${REPLACING_VERSIONS} ]]; then elog "Please replug your tablet before attempting to use the driver" fi diff --git a/x11-drivers/OpenTabletDriver-bin/files/otd-daemon b/x11-drivers/OpenTabletDriver-bin/files/otd-daemon old mode 100755 new mode 100644