[gentoo-commits] repo/gentoo:master commit in: x11-misc/xhkeys/

2023-04-16 Thread David Seifert
commit: 35c57ff020930b26a8943e30bfe94a9c80bbc6b6
Author: David Seifert  gentoo  org>
AuthorDate: Sun Apr 16 12:35:32 2023 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Apr 16 12:35:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35c57ff0

x11-misc/xhkeys: update EAPI 6 -> 8

Signed-off-by: David Seifert  gentoo.org>

 .../xhkeys/{xhkeys-2.2.1.ebuild => xhkeys-2.2.1-r1.ebuild}| 11 +--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/x11-misc/xhkeys/xhkeys-2.2.1.ebuild 
b/x11-misc/xhkeys/xhkeys-2.2.1-r1.ebuild
similarity index 83%
rename from x11-misc/xhkeys/xhkeys-2.2.1.ebuild
rename to x11-misc/xhkeys/xhkeys-2.2.1-r1.ebuild
index 120fccb46e3f..3ccb080471da 100644
--- a/x11-misc/xhkeys/xhkeys-2.2.1.ebuild
+++ b/x11-misc/xhkeys/xhkeys-2.2.1-r1.ebuild
@@ -1,7 +1,9 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
+
+inherit autotools
 
 DESCRIPTION="Assign particular actions to any key or key combination"
 HOMEPAGE="http://wmalms.tripod.com/#XHKEYS;
@@ -26,6 +28,11 @@ PATCHES=(
"${FILESDIR}"/${P}-CC.patch
 )
 
+src_prepare() {
+   default
+   eautoreconf
+}
+
 src_install() {
dobin xhkeys xhkconf
dodoc README VERSION



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xhkeys/

2022-02-15 Thread Jonas Stein
commit: 44637cb2fc31aae3a16ab41cfc3fe4cc568e0799
Author: Jonas Stein  gentoo  org>
AuthorDate: Tue Feb 15 13:05:53 2022 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Tue Feb 15 13:05:53 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44637cb2

x11-misc/xhkeys: Fix SRC_URI

Fixed the SRC_URI.

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Jonas Stein  gentoo.org>

 x11-misc/xhkeys/xhkeys-2.2.1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/x11-misc/xhkeys/xhkeys-2.2.1.ebuild 
b/x11-misc/xhkeys/xhkeys-2.2.1.ebuild
index f5d1deed298a..120fccb46e3f 100644
--- a/x11-misc/xhkeys/xhkeys-2.2.1.ebuild
+++ b/x11-misc/xhkeys/xhkeys-2.2.1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-DESCRIPTION="assign particular actions to any key or key combination"
+DESCRIPTION="Assign particular actions to any key or key combination"
 HOMEPAGE="http://wmalms.tripod.com/#XHKEYS;
-SRC_URI="mirror://gentoo/${P}.tar.gz"
+SRC_URI="https://wmalms.tripod.com/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xhkeys/

2022-02-15 Thread Jonas Stein
commit: 6fd10f67c9a88521bc99111406ac97d1ce67eefa
Author: Jonas Stein  gentoo  org>
AuthorDate: Tue Feb 15 13:06:44 2022 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Tue Feb 15 13:06:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fd10f67

x11-misc/xhkeys: drop project desktop-misc

Drop project desktop-misc from the list of maintainers.

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Jonas Stein  gentoo.org>

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

diff --git a/x11-misc/xhkeys/metadata.xml b/x11-misc/xhkeys/metadata.xml
index d3e0f4631255..85e4ed814fa2 100644
--- a/x11-misc/xhkeys/metadata.xml
+++ b/x11-misc/xhkeys/metadata.xml
@@ -1,8 +1,5 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-
-desktop-m...@gentoo.org
-Gentoo Desktop Miscellaneous Project
-
+
 



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xhkeys/

2021-04-16 Thread Sam James
commit: cedf9c23a152f1594b08510141c9940c5de07c2f
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 16 08:16:03 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 16 11:23:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cedf9c23

x11-misc/xhkeys: eutils--

Signed-off-by: Sam James  gentoo.org>

 x11-misc/xhkeys/xhkeys-2.2.1.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/x11-misc/xhkeys/xhkeys-2.2.1.ebuild 
b/x11-misc/xhkeys/xhkeys-2.2.1.ebuild
index 155de9151a0..f5d1deed298 100644
--- a/x11-misc/xhkeys/xhkeys-2.2.1.ebuild
+++ b/x11-misc/xhkeys/xhkeys-2.2.1.ebuild
@@ -1,8 +1,7 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-inherit eutils
 
 DESCRIPTION="assign particular actions to any key or key combination"
 HOMEPAGE="http://wmalms.tripod.com/#XHKEYS;



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xhkeys/

2019-07-15 Thread Michał Górny
commit: 20e0f52e385d784b30ae1b1eee5a30ee1c13843f
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jul 15 15:27:18 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jul 15 15:27:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20e0f52e

x11-misc/xhkeys: Sort KEYWORDS

Signed-off-by: Michał Górny  gentoo.org>

 x11-misc/xhkeys/xhkeys-2.2.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-misc/xhkeys/xhkeys-2.2.1.ebuild 
b/x11-misc/xhkeys/xhkeys-2.2.1.ebuild
index 8aa761d9e7d..155de9151a0 100644
--- a/x11-misc/xhkeys/xhkeys-2.2.1.ebuild
+++ b/x11-misc/xhkeys/xhkeys-2.2.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ SRC_URI="mirror://gentoo/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="x86 ppc"
+KEYWORDS="ppc x86"
 
 RDEPEND="
x11-libs/libX11



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xhkeys/

2016-05-18 Thread Jeroen Roovers
commit: 3ee1706035684b2fa44df67e01780d0552e3113b
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed May 18 08:03:39 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed May 18 08:09:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ee17060

x11-misc/xhkeys: Remove extraneous die().

Package-Manager: portage-2.3.0_rc1

 x11-misc/xhkeys/xhkeys-2.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/xhkeys/xhkeys-2.2.1.ebuild 
b/x11-misc/xhkeys/xhkeys-2.2.1.ebuild
index 46f0442..808559c 100644
--- a/x11-misc/xhkeys/xhkeys-2.2.1.ebuild
+++ b/x11-misc/xhkeys/xhkeys-2.2.1.ebuild
@@ -29,6 +29,6 @@ PATCHES=(
 )
 
 src_install() {
-   dobin xhkeys xhkconf || die
+   dobin xhkeys xhkconf
dodoc README VERSION
 }



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xhkeys/, x11-misc/xhkeys/files/

2016-05-18 Thread Jeroen Roovers
commit: fe5614366699ccfa753ff22ab1c06df7648f05a2
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed May 18 08:02:45 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed May 18 08:09:41 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe561436

x11-misc/xhkeys: Clean up patch/ebuild.

Package-Manager: portage-2.3.0_rc1

 .../xhkeys/files/xhkeys-2.2.1-linux_headers.patch  |  4 ++--
 x11-misc/xhkeys/xhkeys-2.2.1.ebuild| 24 --
 2 files changed, 15 insertions(+), 13 deletions(-)

diff --git a/x11-misc/xhkeys/files/xhkeys-2.2.1-linux_headers.patch 
b/x11-misc/xhkeys/files/xhkeys-2.2.1-linux_headers.patch
index 9e851ad..3890157 100644
--- a/x11-misc/xhkeys/files/xhkeys-2.2.1-linux_headers.patch
+++ b/x11-misc/xhkeys/files/xhkeys-2.2.1-linux_headers.patch
@@ -1,7 +1,7 @@
 Fix compilation for >=linux-headers-2.6.35
 
 xhkeys-2.2.1/xhkeys_cdaudio.c
-+++ xhkeys-2.2.1/xhkeys_cdaudio.c
+--- a/xhkeys_cdaudio.c
 b/xhkeys_cdaudio.c
 @@ -16,6 +16,7 @@
  #include 
  #include 

diff --git a/x11-misc/xhkeys/xhkeys-2.2.1.ebuild 
b/x11-misc/xhkeys/xhkeys-2.2.1.ebuild
index d919bb4..46f0442 100644
--- a/x11-misc/xhkeys/xhkeys-2.2.1.ebuild
+++ b/x11-misc/xhkeys/xhkeys-2.2.1.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
+EAPI=6
 inherit eutils
 
 DESCRIPTION="assign particular actions to any key or key combination"
@@ -11,20 +12,21 @@ SRC_URI="mirror://gentoo/${P}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="x86 ppc"
-IUSE=""
 
-RDEPEND="x11-libs/libX11
+RDEPEND="
+   x11-libs/libX11
+   x11-libs/libXext
x11-libs/libXt
-   x11-libs/libXext"
-DEPEND="${RDEPEND}
+"
+DEPEND="
+   ${RDEPEND}
x11-proto/xextproto
-   x11-proto/xproto"
+   x11-proto/xproto
+"
 
-src_unpack() {
-   unpack ${A}
-   cd "${S}"
-   epatch "${FILESDIR}"/${P}-linux_headers.patch
-}
+PATCHES=(
+   "${FILESDIR}"/${P}-linux_headers.patch
+)
 
 src_install() {
dobin xhkeys xhkconf || die



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xhkeys/files/, x11-misc/xhkeys/

2016-05-18 Thread Jeroen Roovers
commit: 75f47a9dd2a42ff4f6853017ca6da2085b8aeb75
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed May 18 08:09:18 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed May 18 08:09:52 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75f47a9d

x11-misc/xhkeys: gcc -> CC.

Package-Manager: portage-2.3.0_rc1

 x11-misc/xhkeys/files/xhkeys-2.2.1-CC.patch | 15 +++
 x11-misc/xhkeys/xhkeys-2.2.1.ebuild |  1 +
 2 files changed, 16 insertions(+)

diff --git a/x11-misc/xhkeys/files/xhkeys-2.2.1-CC.patch 
b/x11-misc/xhkeys/files/xhkeys-2.2.1-CC.patch
new file mode 100644
index 000..4e1f7da
--- /dev/null
+++ b/x11-misc/xhkeys/files/xhkeys-2.2.1-CC.patch
@@ -0,0 +1,15 @@
+--- a/Makefile.in
 b/Makefile.in
+@@ -127,10 +127,10 @@
+ xhkeys_mixer.lo: xhkeys_mixer.c plugin_common.h xhkeys_plugin.h
+ 
+ xhkeys_cdaudio.so: $(MODULES_CDAUDIO) 
+-  gcc -shared -Wl,-soname,xhkeys_cdaudio.so -o xhkeys_cdaudio.so 
$(MODULES_CDAUDIO)
++  $(CC) -shared -Wl,-soname,xhkeys_cdaudio.so -o xhkeys_cdaudio.so 
$(MODULES_CDAUDIO)
+ 
+ xhkeys_mixer.so: $(MODULES_MIXER) 
+-  gcc -shared -Wl,-soname,xhkeys_mixer.so -o xhkeys_mixer.so 
$(MODULES_MIXER)
++  $(CC) -shared -Wl,-soname,xhkeys_mixer.so -o xhkeys_mixer.so 
$(MODULES_MIXER)
+ 
+ %.lo: %.c 
+   $(CC) -c $(CFLAGS_LO) $< -o $@

diff --git a/x11-misc/xhkeys/xhkeys-2.2.1.ebuild 
b/x11-misc/xhkeys/xhkeys-2.2.1.ebuild
index 808559c..8ec8e2c 100644
--- a/x11-misc/xhkeys/xhkeys-2.2.1.ebuild
+++ b/x11-misc/xhkeys/xhkeys-2.2.1.ebuild
@@ -26,6 +26,7 @@ DEPEND="
 
 PATCHES=(
"${FILESDIR}"/${P}-linux_headers.patch
+   "${FILESDIR}"/${P}-CC.patch
 )
 
 src_install() {



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xhkeys/files/

2016-05-18 Thread Austin English
commit: b7fcff893633ea7c53ce31a1bbcb9f5ba5ba10a5
Author: Austin English  gentoo  org>
AuthorDate: Wed May 18 06:35:34 2016 +
Commit: Austin English  gentoo  org>
CommitDate: Wed May 18 06:38:34 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7fcff89

x11-misc/xhkeys: use #!/sbin/openrc-run instead of #!/sbin/runscript

 x11-misc/xhkeys/files/xhkeys | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/xhkeys/files/xhkeys b/x11-misc/xhkeys/files/xhkeys
index cc66bb1..fc72b84 100644
--- a/x11-misc/xhkeys/files/xhkeys
+++ b/x11-misc/xhkeys/files/xhkeys
@@ -1,4 +1,4 @@
-#!/sbin/runscript
+#!/sbin/openrc-run
 # Copyright 1999-2004 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$