public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/xbindkeys/
@ 2020-05-27  5:27 Jeroen Roovers
  0 siblings, 0 replies; 15+ messages in thread
From: Jeroen Roovers @ 2020-05-27  5:27 UTC (permalink / raw
  To: gentoo-commits

commit:     8283030b0f532fadb6ac25723510784aed312a74
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Wed May 27 05:23:53 2020 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Wed May 27 05:27:54 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8283030b

x11-misc/xbindkeys: Version 1.8.7

Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>

 x11-misc/xbindkeys/Manifest               |  1 +
 x11-misc/xbindkeys/xbindkeys-1.8.7.ebuild | 29 +++++++++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/x11-misc/xbindkeys/Manifest b/x11-misc/xbindkeys/Manifest
index f5c2f76d2ba..8c5f2f19b9c 100644
--- a/x11-misc/xbindkeys/Manifest
+++ b/x11-misc/xbindkeys/Manifest
@@ -1 +1,2 @@
 DIST xbindkeys-1.8.6.tar.gz 151941 BLAKE2B f5eafb8f3655cbfa1ae7d7c5ed0bcdac97d4105df8df7a0aeecc267e08fbae8297713fc14c3e36871493e23959b624d5a88ba45cbef715a79df7de1f0927152f SHA512 3c77541eae9f87d2020c2272984c221094276dae2a8690c5cec9fe1b23c0139229b8f56876170da70684aeaa128642349b6835c375d473186cbf8123517173ba
+DIST xbindkeys-1.8.7.tar.gz 177532 BLAKE2B 9ff6c9cd10bb6f2bf96a288482edb50e6671c9e4e3b5c136bdfaa92796f9e9bcfc42ab69ca3546c3871bdcdba1e952631cbd3d288dce9738986c20680e91c316 SHA512 a6b1478e8ef4bedc686fdd15abc11a8a592ac17c69e1a5a13f60e735e9be9646faed62e980cdac4aa7bc7e3253237465de38dee98935dd3f9911d4e48209b2e9

diff --git a/x11-misc/xbindkeys/xbindkeys-1.8.7.ebuild b/x11-misc/xbindkeys/xbindkeys-1.8.7.ebuild
new file mode 100644
index 00000000000..4684fdf9ecb
--- /dev/null
+++ b/x11-misc/xbindkeys/xbindkeys-1.8.7.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
+IUSE="guile tk"
+
+RDEPEND="
+	x11-libs/libX11
+	guile? ( >=dev-scheme/guile-1.8.4[deprecated] )
+	tk? ( dev-lang/tk )
+"
+DEPEND="
+	${RDEPEND}
+	x11-base/xorg-proto
+"
+
+src_configure() {
+	econf \
+		$(use_enable guile) \
+		$(use_enable tk)
+}


^ permalink raw reply related	[flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/xbindkeys/
@ 2020-05-27  5:27 Jeroen Roovers
  0 siblings, 0 replies; 15+ messages in thread
From: Jeroen Roovers @ 2020-05-27  5:27 UTC (permalink / raw
  To: gentoo-commits

commit:     2decc6f77afdd6e236761d2b862994caff77e2b4
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Wed May 27 05:19:43 2020 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Wed May 27 05:27:54 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2decc6f7

x11-misc/xbindkeys: Use HTTPS

Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>

 x11-misc/xbindkeys/xbindkeys-1.8.6-r1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/x11-misc/xbindkeys/xbindkeys-1.8.6-r1.ebuild b/x11-misc/xbindkeys/xbindkeys-1.8.6-r1.ebuild
index 14de366f5dc..ff72ad31364 100644
--- a/x11-misc/xbindkeys/xbindkeys-1.8.6-r1.ebuild
+++ b/x11-misc/xbindkeys/xbindkeys-1.8.6-r1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
 
 DESCRIPTION="Tool for launching commands on keystrokes"
-SRC_URI="http://www.nongnu.org/${PN}/${P}.tar.gz"
-HOMEPAGE="http://www.nongnu.org/xbindkeys/xbindkeys.html"
+SRC_URI="https://www.nongnu.org/${PN}/${P}.tar.gz"
+HOMEPAGE="https://www.nongnu.org/xbindkeys/xbindkeys.html"
 
 LICENSE="GPL-2"
 SLOT="0"


^ permalink raw reply related	[flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/xbindkeys/
@ 2020-05-27  5:27 Jeroen Roovers
  0 siblings, 0 replies; 15+ messages in thread
From: Jeroen Roovers @ 2020-05-27  5:27 UTC (permalink / raw
  To: gentoo-commits

commit:     153277efc7179fc7bed75b71d3c71bde03018e2b
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Wed May 27 05:18:41 2020 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Wed May 27 05:27:53 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=153277ef

x11-misc/xbindkeys: Old

Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>

 x11-misc/xbindkeys/xbindkeys-1.8.6.ebuild | 25 -------------------------
 1 file changed, 25 deletions(-)

diff --git a/x11-misc/xbindkeys/xbindkeys-1.8.6.ebuild b/x11-misc/xbindkeys/xbindkeys-1.8.6.ebuild
deleted file mode 100644
index fe9f53d5bb5..00000000000
--- a/x11-misc/xbindkeys/xbindkeys-1.8.6.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-DESCRIPTION="Tool for launching commands on keystrokes"
-SRC_URI="http://www.nongnu.org/${PN}/${P}.tar.gz"
-HOMEPAGE="http://www.nongnu.org/xbindkeys/xbindkeys.html"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
-IUSE="guile tk"
-
-RDEPEND="x11-libs/libX11
-	guile? ( >=dev-scheme/guile-1.8.4[deprecated] )
-	tk? ( dev-lang/tk )"
-DEPEND="${RDEPEND}
-	x11-base/xorg-proto"
-
-src_configure() {
-	econf \
-		$(use_enable tk) \
-		$(use_enable guile)
-}


^ permalink raw reply related	[flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/xbindkeys/
@ 2020-05-27  9:24 Jeroen Roovers
  0 siblings, 0 replies; 15+ messages in thread
From: Jeroen Roovers @ 2020-05-27  9:24 UTC (permalink / raw
  To: gentoo-commits

commit:     f98934aaaa2c3ca96dfa03fa782e387ee39b03cc
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Wed May 27 07:12:19 2020 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Wed May 27 09:24:10 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f98934aa

x11-misc/xbindkeys: Install xbindkeysrc, do not install NEWS

Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>

 .../xbindkeys/{xbindkeys-1.8.7.ebuild => xbindkeys-1.8.7-r1.ebuild}    | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/x11-misc/xbindkeys/xbindkeys-1.8.7.ebuild b/x11-misc/xbindkeys/xbindkeys-1.8.7-r1.ebuild
similarity index 91%
rename from x11-misc/xbindkeys/xbindkeys-1.8.7.ebuild
rename to x11-misc/xbindkeys/xbindkeys-1.8.7-r1.ebuild
index 4684fdf9ecb..28112e83903 100644
--- a/x11-misc/xbindkeys/xbindkeys-1.8.7.ebuild
+++ b/x11-misc/xbindkeys/xbindkeys-1.8.7-r1.ebuild
@@ -21,6 +21,9 @@ DEPEND="
 	${RDEPEND}
 	x11-base/xorg-proto
 "
+DOCS="
+	AUTHORS BUGS ChangeLog README TODO xbindkeysrc
+"
 
 src_configure() {
 	econf \


^ permalink raw reply related	[flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/xbindkeys/
@ 2021-02-21  2:55 Jonas Stein
  0 siblings, 0 replies; 15+ messages in thread
From: Jonas Stein @ 2021-02-21  2:55 UTC (permalink / raw
  To: gentoo-commits

commit:     59e03cef605544b05c769af024140f3fa40e3e01
Author:     Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 21 02:54:56 2021 +0000
Commit:     Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Sun Feb 21 02:54:56 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59e03cef

x11-misc/xbindkeys: drop project desktop-misc

Drop project desktop-misc from the list of maintainers.

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Jonas Stein <jstein <AT> gentoo.org>

 x11-misc/xbindkeys/metadata.xml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/x11-misc/xbindkeys/metadata.xml b/x11-misc/xbindkeys/metadata.xml
index 2ba8e9e851e..7a38bb90096 100644
--- a/x11-misc/xbindkeys/metadata.xml
+++ b/x11-misc/xbindkeys/metadata.xml
@@ -1,8 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<maintainer type="project">
-		<email>desktop-misc@gentoo.org</email>
-		<name>Gentoo Desktop Miscellaneous Project</name>
-	</maintainer>
+	<!-- maintainer-needed -->
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/xbindkeys/
@ 2021-02-22  7:19 Sam James
  0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2021-02-22  7:19 UTC (permalink / raw
  To: gentoo-commits

commit:     958c710ea8ae189343eb26aed63388be8316dda1
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 22 07:19:23 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Feb 22 07:19:23 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=958c710e

x11-misc/xbindkeys: Stabilize 1.8.7-r1 ppc64, #772002

Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-misc/xbindkeys/xbindkeys-1.8.7-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-misc/xbindkeys/xbindkeys-1.8.7-r1.ebuild b/x11-misc/xbindkeys/xbindkeys-1.8.7-r1.ebuild
index 28112e83903..01acb6f667e 100644
--- a/x11-misc/xbindkeys/xbindkeys-1.8.7-r1.ebuild
+++ b/x11-misc/xbindkeys/xbindkeys-1.8.7-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -9,7 +9,7 @@ HOMEPAGE="https://www.nongnu.org/xbindkeys/xbindkeys.html"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
+KEYWORDS="~amd64 ~arm ~ppc ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
 IUSE="guile tk"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/xbindkeys/
@ 2021-02-22  7:20 Sam James
  0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2021-02-22  7:20 UTC (permalink / raw
  To: gentoo-commits

commit:     ea25b3805690267f070410038063c6677a493b2e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 22 07:20:02 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Feb 22 07:20:02 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea25b380

x11-misc/xbindkeys: Stabilize 1.8.7-r1 sparc, #772002

Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-misc/xbindkeys/xbindkeys-1.8.7-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/xbindkeys/xbindkeys-1.8.7-r1.ebuild b/x11-misc/xbindkeys/xbindkeys-1.8.7-r1.ebuild
index 01acb6f667e..3bad4d9a7ef 100644
--- a/x11-misc/xbindkeys/xbindkeys-1.8.7-r1.ebuild
+++ b/x11-misc/xbindkeys/xbindkeys-1.8.7-r1.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://www.nongnu.org/xbindkeys/xbindkeys.html"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
+KEYWORDS="~amd64 ~arm ~ppc ppc64 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
 IUSE="guile tk"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/xbindkeys/
@ 2021-02-22  7:25 Sam James
  0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2021-02-22  7:25 UTC (permalink / raw
  To: gentoo-commits

commit:     7db166edbe1ad09b37ad4802a65ef41e7ad1a644
Author:     Jaco Kroon <jaco <AT> uls <DOT> co <DOT> za>
AuthorDate: Mon Feb 22 06:03:03 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Feb 22 07:24:08 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7db166ed

x11-misc/xbindkeys: proxy-maintainer.

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Jaco Kroon <jaco <AT> uls.co.za>
Closes: https://github.com/gentoo/gentoo/pull/19589
Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-misc/xbindkeys/metadata.xml | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/x11-misc/xbindkeys/metadata.xml b/x11-misc/xbindkeys/metadata.xml
index 7a38bb90096..64b17e08bff 100644
--- a/x11-misc/xbindkeys/metadata.xml
+++ b/x11-misc/xbindkeys/metadata.xml
@@ -1,5 +1,12 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<!-- maintainer-needed -->
+	<maintainer type="person">
+		<email>jaco@uls.co.za</email>
+		<name>Jaco Kroon</name>
+	</maintainer>
+	<maintainer type="project">
+		<email>proxy-maint@gentoo.org</email>
+		<name>Proxy Maintainers</name>
+	</maintainer>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/xbindkeys/
@ 2021-02-24 16:22 Sam James
  0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2021-02-24 16:22 UTC (permalink / raw
  To: gentoo-commits

commit:     60e9a4271a0454fd18b1201e29f743dcbae76c27
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 24 16:21:56 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Feb 24 16:21:56 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60e9a427

x11-misc/xbindkeys: Stabilize 1.8.7-r1 ppc, #772002

Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-misc/xbindkeys/xbindkeys-1.8.7-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/xbindkeys/xbindkeys-1.8.7-r1.ebuild b/x11-misc/xbindkeys/xbindkeys-1.8.7-r1.ebuild
index 3bad4d9a7ef..b630e5365c7 100644
--- a/x11-misc/xbindkeys/xbindkeys-1.8.7-r1.ebuild
+++ b/x11-misc/xbindkeys/xbindkeys-1.8.7-r1.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://www.nongnu.org/xbindkeys/xbindkeys.html"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ppc64 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
+KEYWORDS="~amd64 ~arm ppc ppc64 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
 IUSE="guile tk"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/xbindkeys/
@ 2021-02-25 13:54 Agostino Sarubbo
  0 siblings, 0 replies; 15+ messages in thread
From: Agostino Sarubbo @ 2021-02-25 13:54 UTC (permalink / raw
  To: gentoo-commits

commit:     edf504215d243bddcb1ae7ce0631cebfeefa3794
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 25 13:51:42 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Feb 25 13:51:42 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edf50421

x11-misc/xbindkeys: x86 stable wrt bug #772002

Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 x11-misc/xbindkeys/xbindkeys-1.8.7-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/xbindkeys/xbindkeys-1.8.7-r1.ebuild b/x11-misc/xbindkeys/xbindkeys-1.8.7-r1.ebuild
index b630e5365c7..fd1621933a3 100644
--- a/x11-misc/xbindkeys/xbindkeys-1.8.7-r1.ebuild
+++ b/x11-misc/xbindkeys/xbindkeys-1.8.7-r1.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://www.nongnu.org/xbindkeys/xbindkeys.html"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ppc ppc64 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
+KEYWORDS="~amd64 ~arm ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
 IUSE="guile tk"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/xbindkeys/
@ 2021-02-27 17:03 Sam James
  0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2021-02-27 17:03 UTC (permalink / raw
  To: gentoo-commits

commit:     3f5589a6a715833cd2c6049724ff25703b8e0330
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 27 17:02:13 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Feb 27 17:02:13 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f5589a6

x11-misc/xbindkeys: Stabilize 1.8.7-r1 amd64, #772002

Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-misc/xbindkeys/xbindkeys-1.8.7-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/xbindkeys/xbindkeys-1.8.7-r1.ebuild b/x11-misc/xbindkeys/xbindkeys-1.8.7-r1.ebuild
index fd1621933a3..70e4c2c73c4 100644
--- a/x11-misc/xbindkeys/xbindkeys-1.8.7-r1.ebuild
+++ b/x11-misc/xbindkeys/xbindkeys-1.8.7-r1.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://www.nongnu.org/xbindkeys/xbindkeys.html"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
+KEYWORDS="amd64 ~arm ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
 IUSE="guile tk"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/xbindkeys/
@ 2021-09-21 13:41 Yixun Lan
  0 siblings, 0 replies; 15+ messages in thread
From: Yixun Lan @ 2021-09-21 13:41 UTC (permalink / raw
  To: gentoo-commits

commit:     c849065ef92e448da4c6b05aa7f424e50b452994
Author:     Yongxiang Liang <tanekliang <AT> gmail <DOT> com>
AuthorDate: Tue Sep 21 09:52:59 2021 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Tue Sep 21 13:41:13 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c849065e

x11-misc/xbindkeys: keyword ~riscv

Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Yongxiang Liang <tanekliang <AT> gmail.com>
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>

 x11-misc/xbindkeys/xbindkeys-1.8.7-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/xbindkeys/xbindkeys-1.8.7-r1.ebuild b/x11-misc/xbindkeys/xbindkeys-1.8.7-r1.ebuild
index 70e4c2c73c4..35d49280bb0 100644
--- a/x11-misc/xbindkeys/xbindkeys-1.8.7-r1.ebuild
+++ b/x11-misc/xbindkeys/xbindkeys-1.8.7-r1.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://www.nongnu.org/xbindkeys/xbindkeys.html"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
+KEYWORDS="amd64 ~arm ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
 IUSE="guile tk"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/xbindkeys/
@ 2021-12-07 23:57 Sam James
  0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2021-12-07 23:57 UTC (permalink / raw
  To: gentoo-commits

commit:     620c0b2974f9fe249a420dbd3ace95ee4877ede8
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Dec  7 23:56:56 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Dec  7 23:56:56 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=620c0b29

x11-misc/xbindkeys: revbump for := on guile

Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../xbindkeys/{xbindkeys-1.8.7-r1.ebuild => xbindkeys-1.8.7-r2.ebuild}    | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/x11-misc/xbindkeys/xbindkeys-1.8.7-r1.ebuild b/x11-misc/xbindkeys/xbindkeys-1.8.7-r2.ebuild
similarity index 100%
rename from x11-misc/xbindkeys/xbindkeys-1.8.7-r1.ebuild
rename to x11-misc/xbindkeys/xbindkeys-1.8.7-r2.ebuild


^ permalink raw reply	[flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/xbindkeys/
@ 2021-12-08  8:54 Sam James
  0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2021-12-08  8:54 UTC (permalink / raw
  To: gentoo-commits

commit:     2aedc281f377e84ad18d1580444ee296ade1b3fe
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Dec  8 08:53:57 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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 \


^ permalink raw reply related	[flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/xbindkeys/
@ 2024-09-28 14:39 Sam James
  0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2024-09-28 14:39 UTC (permalink / raw
  To: gentoo-commits

commit:     20c679298cd29c57dba3dce93339b0a1780284e5
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 28 14:37:23 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Sep 28 14:37:54 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20c67929

x11-misc/xbindkeys: fix pkg_setup w/ USE=-guile

Closes: https://bugs.gentoo.org/940441
Fixes: fecf67e319addb4a820f79914c55be4b592e7c5d
Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-misc/xbindkeys/xbindkeys-1.8.7-r100.ebuild | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/x11-misc/xbindkeys/xbindkeys-1.8.7-r100.ebuild b/x11-misc/xbindkeys/xbindkeys-1.8.7-r100.ebuild
index 4688b3dae019..37330789de12 100644
--- a/x11-misc/xbindkeys/xbindkeys-1.8.7-r100.ebuild
+++ b/x11-misc/xbindkeys/xbindkeys-1.8.7-r100.ebuild
@@ -30,6 +30,10 @@ DEPEND="
 
 DOCS=( AUTHORS BUGS ChangeLog README TODO xbindkeysrc )
 
+pkg_setup() {
+	use guile && guile-single_pkg_setup
+}
+
 src_prepare() {
 	default
 


^ permalink raw reply related	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2024-09-28 14:39 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-27  5:27 [gentoo-commits] repo/gentoo:master commit in: x11-misc/xbindkeys/ Jeroen Roovers
  -- strict thread matches above, loose matches on Subject: below --
2020-05-27  5:27 Jeroen Roovers
2020-05-27  5:27 Jeroen Roovers
2020-05-27  9:24 Jeroen Roovers
2021-02-21  2:55 Jonas Stein
2021-02-22  7:19 Sam James
2021-02-22  7:20 Sam James
2021-02-22  7:25 Sam James
2021-02-24 16:22 Sam James
2021-02-25 13:54 Agostino Sarubbo
2021-02-27 17:03 Sam James
2021-09-21 13:41 Yixun Lan
2021-12-07 23:57 Sam James
2021-12-08  8:54 Sam James
2024-09-28 14:39 Sam James

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox