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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7A63A1382C5 for ; Sat, 13 Mar 2021 08:38:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CEE29E085E; Sat, 13 Mar 2021 08:38:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B9B12E085E for ; Sat, 13 Mar 2021 08:38:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A16143405BB for ; Sat, 13 Mar 2021 08:38:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 41E0E583 for ; Sat, 13 Mar 2021 08:38:37 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1615624700.a2cda036601c620c24923624f4f5c5013f42dabe.fordfrog@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.0-disable-git.patch X-VCS-Directories: media-sound/qjackctl/files/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: a2cda036601c620c24923624f4f5c5013f42dabe X-VCS-Branch: master Date: Sat, 13 Mar 2021 08:38: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: 5d3a5ff8-5255-4e4c-9708-51cd428d32ab X-Archives-Hash: 89f9a7d796d0bc0e2ff772609dfbc68f commit: a2cda036601c620c24923624f4f5c5013f42dabe Author: Michael Mair-Keimberger levelnine at> AuthorDate: Fri Mar 12 17:24:57 2021 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Sat Mar 13 08:38:20 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2cda036 media-sound/qjackctl: remove unused patch Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Michael Mair-Keimberger levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/19898 Signed-off-by: Miroslav Šulc gentoo.org> .../qjackctl/files/qjackctl-0.9.0-disable-git.patch | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/media-sound/qjackctl/files/qjackctl-0.9.0-disable-git.patch b/media-sound/qjackctl/files/qjackctl-0.9.0-disable-git.patch deleted file mode 100644 index 08dd2e56ba8..00000000000 --- a/media-sound/qjackctl/files/qjackctl-0.9.0-disable-git.patch +++ /dev/null @@ -1,20 +0,0 @@ -diff --git a/CMakeLists.txt b/CMakeLists.txt -index f622eb9..2252e26 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -5,6 +5,7 @@ cmake_minimum_required(VERSION 3.1) - set (VERSION "0.9.0") - - set (CONFIG_VERSION ${VERSION}) -+#[[ - execute_process ( - COMMAND git describe --tags --dirty --abbrev=6 - OUTPUT_VARIABLE GIT_DESCRIBE_OUTPUT -@@ -24,6 +25,7 @@ if (GIT_DESCRIBE_RESULT EQUAL 0) - set (VERSION "${VERSION} [${GIT_REVPARSE_OUTPUT}]") - endif () - endif () -+]] - - set (PACKAGE_NAME "QjackCtl") - set (PACKAGE_VERSION "${VERSION}")