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 B7FB4158086 for ; Wed, 8 Dec 2021 08:54:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DD6C92BC00D; Wed, 8 Dec 2021 08:54:28 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 6B6B82BC00D for ; Wed, 8 Dec 2021 08:54:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 5C057343253 for ; Wed, 8 Dec 2021 08:54:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E71B810C for ; Wed, 8 Dec 2021 08:54:25 +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: <1638953637.2aedc281f377e84ad18d1580444ee296ade1b3fe.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xbindkeys/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/xbindkeys/xbindkeys-1.8.7-r2.ebuild X-VCS-Directories: x11-misc/xbindkeys/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 2aedc281f377e84ad18d1580444ee296ade1b3fe X-VCS-Branch: master Date: Wed, 8 Dec 2021 08:54:25 +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: e213f927-e996-4f2f-8180-5b09e1e0d1cf X-Archives-Hash: 29d6fc0bbfe8dc910e5825318d0e53f5 commit: 2aedc281f377e84ad18d1580444ee296ade1b3fe Author: Sam James gentoo org> AuthorDate: Wed Dec 8 08:53:57 2021 +0000 Commit: Sam James gentoo org> CommitDate: Wed Dec 8 08:53:57 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2aedc281 x11-misc/xbindkeys: use eautoreconf for guile patch We touch m4 => we need to regenerate configure (we're not patching it directly). Closes: https://bugs.gentoo.org/828555 Bug: https://bugs.gentoo.org/828532 Signed-off-by: Sam James gentoo.org> x11-misc/xbindkeys/xbindkeys-1.8.7-r2.ebuild | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/x11-misc/xbindkeys/xbindkeys-1.8.7-r2.ebuild b/x11-misc/xbindkeys/xbindkeys-1.8.7-r2.ebuild index 7b821afa63e4..03a121ac68a1 100644 --- a/x11-misc/xbindkeys/xbindkeys-1.8.7-r2.ebuild +++ b/x11-misc/xbindkeys/xbindkeys-1.8.7-r2.ebuild @@ -3,6 +3,8 @@ EAPI=7 +inherit autotools + DESCRIPTION="Tool for launching commands on keystrokes" SRC_URI="https://www.nongnu.org/${PN}/${P}.tar.gz" HOMEPAGE="https://www.nongnu.org/xbindkeys/xbindkeys.html" @@ -12,10 +14,6 @@ SLOT="0" KEYWORDS="amd64 ~arm ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris" IUSE="guile tk" -PATCHES=( - "${FILESDIR}/xbindkeys-1.8.7-guile3.patch" -) - RDEPEND=" x11-libs/libX11 guile? ( >=dev-scheme/guile-1.8.4:=[deprecated] ) @@ -25,9 +23,19 @@ DEPEND=" ${RDEPEND} x11-base/xorg-proto " -DOCS=" - AUTHORS BUGS ChangeLog README TODO xbindkeysrc -" + +DOCS=( AUTHORS BUGS ChangeLog README TODO xbindkeysrc ) + +PATCHES=( + "${FILESDIR}/xbindkeys-1.8.7-guile3.patch" +) + +src_prepare() { + default + + # For guile patch, touches m4/ + eautoreconf +} src_configure() { econf \