* [gentoo-commits] repo/gentoo:master commit in: x11-misc/xbindkeys/files/, x11-misc/xbindkeys/
@ 2021-12-08 8:56 Sam James
0 siblings, 0 replies; 2+ messages in thread
From: Sam James @ 2021-12-08 8:56 UTC (permalink / raw
To: gentoo-commits
commit: cb4de3871de3e055fea2ba145dfee9aec767c851
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 8 08:56:10 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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 <ratnikov.ev@gmail.com>
-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
}
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/xbindkeys/files/, x11-misc/xbindkeys/
@ 2021-12-07 23:56 Sam James
0 siblings, 0 replies; 2+ messages in thread
From: Sam James @ 2021-12-07 23:56 UTC (permalink / raw
To: gentoo-commits
commit: c6e1e2eb1131efae1b32695a0726413acc219b20
Author: Jaco Kroon <jaco <AT> uls <DOT> co <DOT> za>
AuthorDate: Tue Dec 7 22:19:00 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Dec 7 23:55:37 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6e1e2eb
x11-misc/xbindkeys: fix guile 3 in configure
Closes: https://bugs.gentoo.org/828532
Thanks ionen for tracking this.
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Jaco Kroon <jaco <AT> uls.co.za>
Closes: https://github.com/gentoo/gentoo/pull/23214
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../xbindkeys/files/xbindkeys-1.8.7-guile3.patch | 25 ++++++++++++++++++++++
x11-misc/xbindkeys/xbindkeys-1.8.7-r1.ebuild | 6 +++++-
2 files changed, 30 insertions(+), 1 deletion(-)
diff --git a/x11-misc/xbindkeys/files/xbindkeys-1.8.7-guile3.patch b/x11-misc/xbindkeys/files/xbindkeys-1.8.7-guile3.patch
new file mode 100644
index 000000000000..caf0e222cd13
--- /dev/null
+++ b/x11-misc/xbindkeys/files/xbindkeys-1.8.7-guile3.patch
@@ -0,0 +1,25 @@
+From 75909d99b18ddc76c78bf7b9e184de46d3d24468 Mon Sep 17 00:00:00 2001
+From: Evgeny Ratnikov <ratnikov.ev@gmail.com>
+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-r1.ebuild b/x11-misc/xbindkeys/xbindkeys-1.8.7-r1.ebuild
index 35d49280bb07..7b821afa63e4 100644
--- a/x11-misc/xbindkeys/xbindkeys-1.8.7-r1.ebuild
+++ b/x11-misc/xbindkeys/xbindkeys-1.8.7-r1.ebuild
@@ -12,9 +12,13 @@ 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] )
+ guile? ( >=dev-scheme/guile-1.8.4:=[deprecated] )
tk? ( dev-lang/tk )
"
DEPEND="
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-12-08 8:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-08 8:56 [gentoo-commits] repo/gentoo:master commit in: x11-misc/xbindkeys/files/, x11-misc/xbindkeys/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2021-12-07 23:56 Sam James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox