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 E65DC15817D for ; Sat, 22 Jun 2024 18:54:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D03282BC0AE; Sat, 22 Jun 2024 18:54: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 AB7572BC0AE for ; Sat, 22 Jun 2024 18:54:41 +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 BC8E533C1C1 for ; Sat, 22 Jun 2024 18:54:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4E7A41D58 for ; Sat, 22 Jun 2024 18:54:37 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1719082242.3a444215206ccfb59408b6ba3bb5a7dfed9f2119.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/xpra/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-wm/xpra/files/xpra-9999-xdummy.patch X-VCS-Directories: x11-wm/xpra/files/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 3a444215206ccfb59408b6ba3bb5a7dfed9f2119 X-VCS-Branch: master Date: Sat, 22 Jun 2024 18:54:37 +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: bf3c0dd7-b683-4ff8-9a33-37480a2ac069 X-Archives-Hash: b90e73a3c41de2b6272d6e3fe08a6314 commit: 3a444215206ccfb59408b6ba3bb5a7dfed9f2119 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Tue Jun 18 17:31:09 2024 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sat Jun 22 18:50:42 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a444215 x11-wm/xpra: remove unused patch Signed-off-by: Michael Mair-Keimberger levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/37206 Signed-off-by: Conrad Kostecki gentoo.org> x11-wm/xpra/files/xpra-9999-xdummy.patch | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/x11-wm/xpra/files/xpra-9999-xdummy.patch b/x11-wm/xpra/files/xpra-9999-xdummy.patch deleted file mode 100644 index b86f0dda45fe..000000000000 --- a/x11-wm/xpra/files/xpra-9999-xdummy.patch +++ /dev/null @@ -1,14 +0,0 @@ -Avoid Xdummy version detection, assume 0.4.1. - -diff --git a/setup.py b/setup.py -index 529b591b1..b9431fea8 100755 ---- a/setup.py -+++ b/setup.py -@@ -793,6 +793,7 @@ def vernum(s): - return tuple(int(v) for v in s.split("-", 1)[0].split(".")) - - def get_dummy_driver_version(): -+ return "0.4.1" - #try various rpm names: - for rpm_name in ("xorg-x11-drv-dummy", "xf86-video-dummy"): - r, out, err = get_status_output(["rpm", "-q", "--queryformat", "%{VERSION}", rpm_name])