* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellm-xkb/
@ 2023-02-03 11:08 Sam James
0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2023-02-03 11:08 UTC (permalink / raw
To: gentoo-commits
commit: f2896972d380322535c0008501764147b329c2d0
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 3 11:07:16 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Feb 3 11:07:16 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2896972
x11-plugins/gkrellm-xkb: adopt
Help very much still welcome, just adopting so it's not m-n and can fix
the easy bugs at least.
Signed-off-by: Sam James <sam <AT> gentoo.org>
x11-plugins/gkrellm-xkb/metadata.xml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/x11-plugins/gkrellm-xkb/metadata.xml b/x11-plugins/gkrellm-xkb/metadata.xml
index 85e4ed814fa2..641cbd3703e7 100644
--- a/x11-plugins/gkrellm-xkb/metadata.xml
+++ b/x11-plugins/gkrellm-xkb/metadata.xml
@@ -1,5 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<!-- maintainer-needed -->
+ <maintainer type="person">
+ <email>sam@gentoo.org</email>
+ <name>Sam James</name>
+ </maintainer>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellm-xkb/
@ 2023-02-10 21:14 David Seifert
0 siblings, 0 replies; 8+ messages in thread
From: David Seifert @ 2023-02-10 21:14 UTC (permalink / raw
To: gentoo-commits
commit: 7bfd32ac9ea0a7649195ad3978149d01aea398b4
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 10 21:14:18 2023 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Feb 10 21:14:18 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bfd32ac
x11-plugins/gkrellm-xkb: fix IndirectInherits on multilib
Signed-off-by: David Seifert <soap <AT> gentoo.org>
x11-plugins/gkrellm-xkb/gkrellm-xkb-1.05-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/x11-plugins/gkrellm-xkb/gkrellm-xkb-1.05-r2.ebuild b/x11-plugins/gkrellm-xkb/gkrellm-xkb-1.05-r2.ebuild
index 310f806b149d..5d337fbdf60c 100644
--- a/x11-plugins/gkrellm-xkb/gkrellm-xkb-1.05-r2.ebuild
+++ b/x11-plugins/gkrellm-xkb/gkrellm-xkb-1.05-r2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-inherit gkrellm-plugin toolchain-funcs
+inherit gkrellm-plugin multilib toolchain-funcs
DESCRIPTION="XKB keyboard switcher for gkrellm2"
HOMEPAGE="http://tripie.sweb.cz/gkrellm/xkb/"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellm-xkb/
@ 2022-08-29 8:38 Andreas Sturmlechner
0 siblings, 0 replies; 8+ messages in thread
From: Andreas Sturmlechner @ 2022-08-29 8:38 UTC (permalink / raw
To: gentoo-commits
commit: 8dbe8d5137a0fa8bd52fd4ceccce690318b49138
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 29 07:35:32 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Aug 29 08:36:19 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dbe8d51
x11-plugins/gkrellm-xkb: drop 1.05-r1
Closes: https://bugs.gentoo.org/867175
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
x11-plugins/gkrellm-xkb/gkrellm-xkb-1.05-r1.ebuild | 29 ----------------------
1 file changed, 29 deletions(-)
diff --git a/x11-plugins/gkrellm-xkb/gkrellm-xkb-1.05-r1.ebuild b/x11-plugins/gkrellm-xkb/gkrellm-xkb-1.05-r1.ebuild
deleted file mode 100644
index eb076714e07d..000000000000
--- a/x11-plugins/gkrellm-xkb/gkrellm-xkb-1.05-r1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit gkrellm-plugin toolchain-funcs
-
-DESCRIPTION="XKB keyboard switcher for gkrellm2"
-HOMEPAGE="http://tripie.sweb.cz/gkrellm/xkb/"
-SRC_URI="http://tripie.sweb.cz/gkrellm/xkb/dist/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="app-admin/gkrellm:2[X]"
-DEPEND="${RDEPEND}"
-
-PATCHES=( "${FILESDIR}"/${PN}-makefile.patch )
-
-src_configure() {
- PLUGIN_SO=( xkb$(get_modname) )
- default
-}
-
-src_compile() {
- emake CC="$(tc-getCC)" LDFLAGS="${LDFLAGS}"
-}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellm-xkb/
@ 2022-08-29 7:21 Agostino Sarubbo
0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo @ 2022-08-29 7:21 UTC (permalink / raw
To: gentoo-commits
commit: 2d748ac106370f277483244c9c88c501d70ea654
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 29 07:20:45 2022 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Aug 29 07:20:45 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d748ac1
x11-plugins/gkrellm-xkb: x86 stable wrt bug #867175
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
x11-plugins/gkrellm-xkb/gkrellm-xkb-1.05-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-plugins/gkrellm-xkb/gkrellm-xkb-1.05-r2.ebuild b/x11-plugins/gkrellm-xkb/gkrellm-xkb-1.05-r2.ebuild
index 7a78d6e126b0..310f806b149d 100644
--- a/x11-plugins/gkrellm-xkb/gkrellm-xkb-1.05-r2.ebuild
+++ b/x11-plugins/gkrellm-xkb/gkrellm-xkb-1.05-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://tripie.sweb.cz/gkrellm/xkb/dist/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
RDEPEND="app-admin/gkrellm:2[X]"
DEPEND="${RDEPEND}"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellm-xkb/
@ 2022-08-29 7:18 Agostino Sarubbo
0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo @ 2022-08-29 7:18 UTC (permalink / raw
To: gentoo-commits
commit: 9a28444993bb2d4c6575bba09fba0526b28ebef4
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 29 07:17:46 2022 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Aug 29 07:17:46 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a284449
x11-plugins/gkrellm-xkb: amd64 stable wrt bug #867175
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
x11-plugins/gkrellm-xkb/gkrellm-xkb-1.05-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-plugins/gkrellm-xkb/gkrellm-xkb-1.05-r2.ebuild b/x11-plugins/gkrellm-xkb/gkrellm-xkb-1.05-r2.ebuild
index c148d04e190e..7a78d6e126b0 100644
--- a/x11-plugins/gkrellm-xkb/gkrellm-xkb-1.05-r2.ebuild
+++ b/x11-plugins/gkrellm-xkb/gkrellm-xkb-1.05-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://tripie.sweb.cz/gkrellm/xkb/dist/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
RDEPEND="app-admin/gkrellm:2[X]"
DEPEND="${RDEPEND}"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellm-xkb/
@ 2022-03-10 22:45 Sam James
0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2022-03-10 22:45 UTC (permalink / raw
To: gentoo-commits
commit: aa993ba491120cab696d056e32f44daf34361ef9
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 10 22:43:06 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Mar 10 22:43:06 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa993ba4
x11-plugins/gkrellm-xkb: fix commands in global scope
Closes: https://bugs.gentoo.org/788067
Signed-off-by: Sam James <sam <AT> gentoo.org>
x11-plugins/gkrellm-xkb/gkrellm-xkb-1.05-r1.ebuild | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/x11-plugins/gkrellm-xkb/gkrellm-xkb-1.05-r1.ebuild b/x11-plugins/gkrellm-xkb/gkrellm-xkb-1.05-r1.ebuild
index ab92387a631d..eb076714e07d 100644
--- a/x11-plugins/gkrellm-xkb/gkrellm-xkb-1.05-r1.ebuild
+++ b/x11-plugins/gkrellm-xkb/gkrellm-xkb-1.05-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -19,7 +19,10 @@ DEPEND="${RDEPEND}"
PATCHES=( "${FILESDIR}"/${PN}-makefile.patch )
-PLUGIN_SO=( xkb$(get_modname) )
+src_configure() {
+ PLUGIN_SO=( xkb$(get_modname) )
+ default
+}
src_compile() {
emake CC="$(tc-getCC)" LDFLAGS="${LDFLAGS}"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellm-xkb/
@ 2017-04-02 2:37 Michael Orlitzky
0 siblings, 0 replies; 8+ messages in thread
From: Michael Orlitzky @ 2017-04-02 2:37 UTC (permalink / raw
To: gentoo-commits
commit: 185b95f79dbcbe8f2ec3ece66d9a57c6cd0fed35
Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 2 02:35:46 2017 +0000
Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Sun Apr 2 02:35:46 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=185b95f7
x11-plugins/gkrellm-xkb: remove unused version 1.05.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
x11-plugins/gkrellm-xkb/gkrellm-xkb-1.05.ebuild | 15 ---------------
1 file changed, 15 deletions(-)
diff --git a/x11-plugins/gkrellm-xkb/gkrellm-xkb-1.05.ebuild b/x11-plugins/gkrellm-xkb/gkrellm-xkb-1.05.ebuild
deleted file mode 100644
index 04ee0a22db8..00000000000
--- a/x11-plugins/gkrellm-xkb/gkrellm-xkb-1.05.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-inherit gkrellm-plugin
-
-DESCRIPTION="XKB keyboard switcher for gkrellm2"
-HOMEPAGE="http://tripie.sweb.cz/gkrellm/xkb/"
-SRC_URI="http://tripie.sweb.cz/gkrellm/xkb/dist/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-PLUGIN_SO=xkb.so
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellm-xkb/
@ 2017-03-28 9:56 Agostino Sarubbo
0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo @ 2017-03-28 9:56 UTC (permalink / raw
To: gentoo-commits
commit: 766552192970b9fba3d0ef584c687366644aad4e
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 28 09:55:47 2017 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Mar 28 09:55:47 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76655219
x11-plugins/gkrellm-xkb: amd64 stable wrt bug #613834
Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
x11-plugins/gkrellm-xkb/gkrellm-xkb-1.05-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/x11-plugins/gkrellm-xkb/gkrellm-xkb-1.05-r1.ebuild b/x11-plugins/gkrellm-xkb/gkrellm-xkb-1.05-r1.ebuild
index f85bc0b0c84..5449cad92dd 100644
--- a/x11-plugins/gkrellm-xkb/gkrellm-xkb-1.05-r1.ebuild
+++ b/x11-plugins/gkrellm-xkb/gkrellm-xkb-1.05-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -11,7 +11,7 @@ SRC_URI="http://tripie.sweb.cz/gkrellm/xkb/dist/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE=""
COMMON_DEPEND="app-admin/gkrellm[X]"
^ permalink raw reply related [flat|nested] 8+ messages in thread
end of thread, other threads:[~2023-02-10 21:14 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-03 11:08 [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellm-xkb/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2023-02-10 21:14 David Seifert
2022-08-29 8:38 Andreas Sturmlechner
2022-08-29 7:21 Agostino Sarubbo
2022-08-29 7:18 Agostino Sarubbo
2022-03-10 22:45 Sam James
2017-04-02 2:37 Michael Orlitzky
2017-03-28 9:56 Agostino Sarubbo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox