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 EE01F158086 for ; Wed, 8 Dec 2021 08:56:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 74B182BC00D; Wed, 8 Dec 2021 08:56:34 +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 848EA2BC00D for ; Wed, 8 Dec 2021 08:56:30 +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 30298342C0A for ; Wed, 8 Dec 2021 08:56:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 930DB10C for ; Wed, 8 Dec 2021 08:56:26 +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: <1638953770.cb4de3871de3e055fea2ba145dfee9aec767c851.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xbindkeys/files/, x11-misc/xbindkeys/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/xbindkeys/files/xbindkeys-1.8.7-guile3.patch x11-misc/xbindkeys/xbindkeys-1.8.7-r2.ebuild X-VCS-Directories: x11-misc/xbindkeys/ x11-misc/xbindkeys/files/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: cb4de3871de3e055fea2ba145dfee9aec767c851 X-VCS-Branch: master Date: Wed, 8 Dec 2021 08:56:26 +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: bb8ca9b1-b67d-4f7f-832a-378498f16a82 X-Archives-Hash: fa2c21282ffb1bf37391c32826cc1111 commit: cb4de3871de3e055fea2ba145dfee9aec767c851 Author: Sam James gentoo org> AuthorDate: Wed Dec 8 08:56:10 2021 +0000 Commit: Sam James gentoo org> CommitDate: Wed Dec 8 08:56:10 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb4de387 x11-misc/xbindkeys: drop unnecessary patch Closes: https://bugs.gentoo.org/828555 Bug: https://bugs.gentoo.org/828532 Signed-off-by: Sam James gentoo.org> .../xbindkeys/files/xbindkeys-1.8.7-guile3.patch | 25 ---------------------- x11-misc/xbindkeys/xbindkeys-1.8.7-r2.ebuild | 7 ++---- 2 files changed, 2 insertions(+), 30 deletions(-) diff --git a/x11-misc/xbindkeys/files/xbindkeys-1.8.7-guile3.patch b/x11-misc/xbindkeys/files/xbindkeys-1.8.7-guile3.patch deleted file mode 100644 index caf0e222cd13..000000000000 --- a/x11-misc/xbindkeys/files/xbindkeys-1.8.7-guile3.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 75909d99b18ddc76c78bf7b9e184de46d3d24468 Mon Sep 17 00:00:00 2001 -From: Evgeny Ratnikov -Date: Sun, 14 Jun 2020 22:13:59 +0200 -Subject: add support for GNU Guile 3 to xbindkeys - ---- - aclocal.m4 | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/aclocal.m4 b/aclocal.m4 -index 6dfea6d..647b5fd 100644 ---- a/aclocal.m4 -+++ b/aclocal.m4 -@@ -48,7 +48,7 @@ To do so, use the procedure documented by the package, typically 'autoreconf'.]) - # - AC_DEFUN([GUILE_PKG], - [PKG_PROG_PKG_CONFIG -- _guile_versions_to_search="m4_default([$1], [2.2 2.0 1.8])" -+ _guile_versions_to_search="m4_default([$1], [3.0 2.2 2.0 1.8])" - if test -n "$GUILE_EFFECTIVE_VERSION"; then - _guile_tmp="" - for v in $_guile_versions_to_search; do --- -cgit v1.2.1 - diff --git a/x11-misc/xbindkeys/xbindkeys-1.8.7-r2.ebuild b/x11-misc/xbindkeys/xbindkeys-1.8.7-r2.ebuild index 03a121ac68a1..3eba2a59a23a 100644 --- a/x11-misc/xbindkeys/xbindkeys-1.8.7-r2.ebuild +++ b/x11-misc/xbindkeys/xbindkeys-1.8.7-r2.ebuild @@ -26,14 +26,11 @@ DEPEND=" DOCS=( AUTHORS BUGS ChangeLog README TODO xbindkeysrc ) -PATCHES=( - "${FILESDIR}/xbindkeys-1.8.7-guile3.patch" -) - src_prepare() { default - # For guile patch, touches m4/ + # Regenerate to pick up newer versions of Guile macros + # bug #828532 eautoreconf }