From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4BDEE1582EF for ; Wed, 26 Feb 2025 09:01:20 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 2C99E34300A for ; Wed, 26 Feb 2025 09:01:20 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 1F92C1103AC; Wed, 26 Feb 2025 09:01:19 +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) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 15A191103AC for ; Wed, 26 Feb 2025 09:01:19 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C49BB341939 for ; Wed, 26 Feb 2025 09:01:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2D80B27ED for ; Wed, 26 Feb 2025 09:01:17 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1740560415.af6781e8d1b164b1f99fcb641d666dd2a89fd779.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/qjackctl/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/qjackctl/files/qjackctl-0.9.13-disable-git.patch X-VCS-Directories: media-sound/qjackctl/files/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: af6781e8d1b164b1f99fcb641d666dd2a89fd779 X-VCS-Branch: master Date: Wed, 26 Feb 2025 09:01:17 +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: bc3a83a1-6916-4399-8b36-efc44a0876ec X-Archives-Hash: ba2a09279a105d38a8f0d22c3385985d commit: af6781e8d1b164b1f99fcb641d666dd2a89fd779 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Wed Feb 26 07:50:23 2025 +0000 Commit: Sam James gentoo org> CommitDate: Wed Feb 26 09:00:15 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af6781e8 media-sound/qjackctl: remove unused patch(es) Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: Sam James gentoo.org> .../qjackctl/files/qjackctl-0.9.13-disable-git.patch | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/media-sound/qjackctl/files/qjackctl-0.9.13-disable-git.patch b/media-sound/qjackctl/files/qjackctl-0.9.13-disable-git.patch deleted file mode 100644 index ff4e69fa1762..000000000000 --- a/media-sound/qjackctl/files/qjackctl-0.9.13-disable-git.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -14,6 +14,7 @@ set (PROJECT_DOMAIN "rncbc.org") - - list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/cmake") - -+#[[ - execute_process ( - COMMAND git describe --tags --dirty --abbrev=6 - WORKING_DIRECTORY ${CMAKE_SOURCE_DIR} -@@ -38,7 +39,8 @@ if (GIT_DESCRIBE_RESULT EQUAL 0) - endif () - set (PROJECT_VERSION "${GIT_VERSION}") - endif () -- -+]] -+set (VERSION "${PROJECT_VERSION}") - - if (CMAKE_BUILD_TYPE MATCHES "Debug") - set (CONFIG_DEBUG 1)