* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellm-radio/
@ 2018-01-04 9:17 David Seifert
0 siblings, 0 replies; 10+ messages in thread
From: David Seifert @ 2018-01-04 9:17 UTC (permalink / raw
To: gentoo-commits
commit: ac70897f8ce3a674e3802d7b4f0d8ab51b8357ea
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 3 22:34:33 2018 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Jan 4 09:16:01 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac70897f
x11-plugins/gkrellm-radio: Eclass update
Package-Manager: Portage-2.3.19, Repoman-2.3.6
.../gkrellm-radio/gkrellm-radio-2.0.4.ebuild | 21 +++++++++++----------
1 file changed, 11 insertions(+), 10 deletions(-)
diff --git a/x11-plugins/gkrellm-radio/gkrellm-radio-2.0.4.ebuild b/x11-plugins/gkrellm-radio/gkrellm-radio-2.0.4.ebuild
index 541296313c5..5f7915f9827 100644
--- a/x11-plugins/gkrellm-radio/gkrellm-radio-2.0.4.ebuild
+++ b/x11-plugins/gkrellm-radio/gkrellm-radio-2.0.4.ebuild
@@ -1,28 +1,29 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
+
inherit gkrellm-plugin toolchain-funcs
DESCRIPTION="A minimalistic GKrellM2 plugin to control radio tuners"
SRC_URI="http://gkrellm.luon.net/files/${P}.tar.gz"
HOMEPAGE="http://gkrellm.luon.net/gkrellm-radio.php"
-DEPEND="lirc? ( app-misc/lirc )"
-RDEPEND="${DEPEND}
- app-admin/gkrellm[X]
-"
-
-IUSE="lirc"
-SLOT="2"
LICENSE="GPL-2"
+SLOT="2"
KEYWORDS="~amd64 ppc sparc x86"
+IUSE="lirc"
-PLUGIN_SO="radio.so"
-S="${WORKDIR}/${PN}"
+RDEPEND="
+ app-admin/gkrellm:2[X]
+ lirc? ( app-misc/lirc )"
+DEPEND="${RDEPEND}"
+S=${WORKDIR}/${PN}
PATCHES=( "${FILESDIR}"/${P}-makefile.patch )
+PLUGIN_SO=( radio$(get_modname) )
+
src_compile() {
use lirc && myconf="${myconf} WITH_LIRC=1"
emake CC="$(tc-getCC)" LDFLAGS="${LDFLAGS}" ${myconf}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellm-radio/
@ 2022-03-10 22:45 Sam James
0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2022-03-10 22:45 UTC (permalink / raw
To: gentoo-commits
commit: 7a6935c6f1397b4d193d746c5f6f6e49c042f285
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 10 22:41:12 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Mar 10 22:41:12 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a6935c6
x11-plugins/gkrellm-radio: fix commands in global scope
Closes: https://bugs.gentoo.org/788067
Signed-off-by: Sam James <sam <AT> gentoo.org>
x11-plugins/gkrellm-radio/gkrellm-radio-2.0.4.ebuild | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/x11-plugins/gkrellm-radio/gkrellm-radio-2.0.4.ebuild b/x11-plugins/gkrellm-radio/gkrellm-radio-2.0.4.ebuild
index 6d3870ddc036..37e9b9d77ffe 100644
--- a/x11-plugins/gkrellm-radio/gkrellm-radio-2.0.4.ebuild
+++ b/x11-plugins/gkrellm-radio/gkrellm-radio-2.0.4.ebuild
@@ -22,7 +22,10 @@ DEPEND="${RDEPEND}"
S=${WORKDIR}/${PN}
PATCHES=( "${FILESDIR}"/${P}-makefile.patch )
-PLUGIN_SO=( radio$(get_modname) )
+src_configure() {
+ PLUGIN_SO=( radio$(get_modname) )
+ default
+}
src_compile() {
use lirc && myconf="${myconf} WITH_LIRC=1"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellm-radio/
@ 2022-08-28 20:45 Arthur Zamarin
0 siblings, 0 replies; 10+ messages in thread
From: Arthur Zamarin @ 2022-08-28 20:45 UTC (permalink / raw
To: gentoo-commits
commit: ffaa5b57a4e7b2ccb5d60459006ba560358c0f60
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 28 20:45:28 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Aug 28 20:45:28 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffaa5b57
x11-plugins/gkrellm-radio: Stabilize 2.0.4-r1 sparc, #867175
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
x11-plugins/gkrellm-radio/gkrellm-radio-2.0.4-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-plugins/gkrellm-radio/gkrellm-radio-2.0.4-r1.ebuild b/x11-plugins/gkrellm-radio/gkrellm-radio-2.0.4-r1.ebuild
index d5fcf32c4c2f..ede1053a00c5 100644
--- a/x11-plugins/gkrellm-radio/gkrellm-radio-2.0.4-r1.ebuild
+++ b/x11-plugins/gkrellm-radio/gkrellm-radio-2.0.4-r1.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/${PN}"
LICENSE="GPL-2"
SLOT="2"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ~ppc sparc ~x86"
IUSE="lirc"
RDEPEND="
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellm-radio/
@ 2022-08-29 7:21 Agostino Sarubbo
0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo @ 2022-08-29 7:21 UTC (permalink / raw
To: gentoo-commits
commit: 8e6af6e067d6473704034fdcef477803ab090ddb
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 29 07:20:29 2022 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Aug 29 07:20:29 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e6af6e0
x11-plugins/gkrellm-radio: x86 stable wrt bug #867175
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
x11-plugins/gkrellm-radio/gkrellm-radio-2.0.4-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-plugins/gkrellm-radio/gkrellm-radio-2.0.4-r1.ebuild b/x11-plugins/gkrellm-radio/gkrellm-radio-2.0.4-r1.ebuild
index ede1053a00c5..f46b39d00e72 100644
--- a/x11-plugins/gkrellm-radio/gkrellm-radio-2.0.4-r1.ebuild
+++ b/x11-plugins/gkrellm-radio/gkrellm-radio-2.0.4-r1.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/${PN}"
LICENSE="GPL-2"
SLOT="2"
-KEYWORDS="~amd64 ~ppc sparc ~x86"
+KEYWORDS="~amd64 ~ppc sparc x86"
IUSE="lirc"
RDEPEND="
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellm-radio/
@ 2022-08-29 8:38 Andreas Sturmlechner
0 siblings, 0 replies; 10+ messages in thread
From: Andreas Sturmlechner @ 2022-08-29 8:38 UTC (permalink / raw
To: gentoo-commits
commit: 7156f0be1b6635071cd83c104ac44bd3809ce406
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 29 07:34:00 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Aug 29 08:36:17 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7156f0be
x11-plugins/gkrellm-radio: drop 2.0.4
Closes: https://bugs.gentoo.org/867175
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../gkrellm-radio/gkrellm-radio-2.0.4.ebuild | 33 ----------------------
1 file changed, 33 deletions(-)
diff --git a/x11-plugins/gkrellm-radio/gkrellm-radio-2.0.4.ebuild b/x11-plugins/gkrellm-radio/gkrellm-radio-2.0.4.ebuild
deleted file mode 100644
index 37e9b9d77ffe..000000000000
--- a/x11-plugins/gkrellm-radio/gkrellm-radio-2.0.4.ebuild
+++ /dev/null
@@ -1,33 +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="A minimalistic GKrellM2 plugin to control radio tuners"
-SRC_URI="http://gkrellm.luon.net/files/${P}.tar.gz"
-HOMEPAGE="http://gkrellm.luon.net/gkrellm-radio.php"
-
-LICENSE="GPL-2"
-SLOT="2"
-KEYWORDS="~amd64 ~ppc sparc x86"
-IUSE="lirc"
-
-RDEPEND="
- app-admin/gkrellm:2[X]
- lirc? ( app-misc/lirc )"
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}/${PN}
-PATCHES=( "${FILESDIR}"/${P}-makefile.patch )
-
-src_configure() {
- PLUGIN_SO=( radio$(get_modname) )
- default
-}
-
-src_compile() {
- use lirc && myconf="${myconf} WITH_LIRC=1"
- emake CC="$(tc-getCC)" LDFLAGS="${LDFLAGS}" ${myconf}
-}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellm-radio/
@ 2023-02-03 11:08 Sam James
0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2023-02-03 11:08 UTC (permalink / raw
To: gentoo-commits
commit: 2a0496de1dfd3a4fa14961dd95fc50f6792ad4bb
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 3 11:06:51 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Feb 3 11:06:51 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a0496de
x11-plugins/gkrellm-radio: 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-radio/metadata.xml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/x11-plugins/gkrellm-radio/metadata.xml b/x11-plugins/gkrellm-radio/metadata.xml
index 85e4ed814fa2..641cbd3703e7 100644
--- a/x11-plugins/gkrellm-radio/metadata.xml
+++ b/x11-plugins/gkrellm-radio/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] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellm-radio/
@ 2023-02-10 21:14 David Seifert
0 siblings, 0 replies; 10+ messages in thread
From: David Seifert @ 2023-02-10 21:14 UTC (permalink / raw
To: gentoo-commits
commit: 8dd7681260ec85aec7135a00fbb199fe1b371fe0
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 10 21:14:13 2023 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Feb 10 21:14:13 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dd76812
x11-plugins/gkrellm-radio: fix IndirectInherits on multilib
Signed-off-by: David Seifert <soap <AT> gentoo.org>
x11-plugins/gkrellm-radio/gkrellm-radio-2.0.4-r1.ebuild | 4 ++--
x11-plugins/gkrellm-radio/gkrellm-radio-2.0.4-r2.ebuild | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/x11-plugins/gkrellm-radio/gkrellm-radio-2.0.4-r1.ebuild b/x11-plugins/gkrellm-radio/gkrellm-radio-2.0.4-r1.ebuild
index f46b39d00e72..4ede19cfcb87 100644
--- a/x11-plugins/gkrellm-radio/gkrellm-radio-2.0.4-r1.ebuild
+++ b/x11-plugins/gkrellm-radio/gkrellm-radio-2.0.4-r1.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="A minimalistic GKrellM2 plugin to control radio tuners"
HOMEPAGE="http://gkrellm.luon.net/gkrellm-radio.php"
diff --git a/x11-plugins/gkrellm-radio/gkrellm-radio-2.0.4-r2.ebuild b/x11-plugins/gkrellm-radio/gkrellm-radio-2.0.4-r2.ebuild
index b2f7d13cf996..a9205427505b 100644
--- a/x11-plugins/gkrellm-radio/gkrellm-radio-2.0.4-r2.ebuild
+++ b/x11-plugins/gkrellm-radio/gkrellm-radio-2.0.4-r2.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-inherit gkrellm-plugin toolchain-funcs
+inherit gkrellm-plugin multilib toolchain-funcs
DESCRIPTION="A minimalistic GKrellM2 plugin to control radio tuners"
HOMEPAGE="http://gkrellm.luon.net/gkrellm-radio.php"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellm-radio/
@ 2023-03-22 5:27 Sam James
0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2023-03-22 5:27 UTC (permalink / raw
To: gentoo-commits
commit: 7f20d3c41e64afd34b54d10cccad4e5af91daffa
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 22 05:26:13 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 22 05:26:13 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f20d3c4
x11-plugins/gkrellm-radio: Stabilize 2.0.4-r2 x86, #902627
Signed-off-by: Sam James <sam <AT> gentoo.org>
x11-plugins/gkrellm-radio/gkrellm-radio-2.0.4-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-plugins/gkrellm-radio/gkrellm-radio-2.0.4-r2.ebuild b/x11-plugins/gkrellm-radio/gkrellm-radio-2.0.4-r2.ebuild
index a9205427505b..08c973fee939 100644
--- a/x11-plugins/gkrellm-radio/gkrellm-radio-2.0.4-r2.ebuild
+++ b/x11-plugins/gkrellm-radio/gkrellm-radio-2.0.4-r2.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/${PN}"
LICENSE="GPL-2"
SLOT="2"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ~ppc ~sparc x86"
IUSE="lirc"
RDEPEND="
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellm-radio/
@ 2023-05-06 10:04 Arthur Zamarin
0 siblings, 0 replies; 10+ messages in thread
From: Arthur Zamarin @ 2023-05-06 10:04 UTC (permalink / raw
To: gentoo-commits
commit: fa91b755b8244bb01575a2b2f056f5aecbbdcc4c
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat May 6 10:03:43 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat May 6 10:03:43 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa91b755
x11-plugins/gkrellm-radio: Stabilize 2.0.4-r2 sparc, #902627
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
x11-plugins/gkrellm-radio/gkrellm-radio-2.0.4-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-plugins/gkrellm-radio/gkrellm-radio-2.0.4-r2.ebuild b/x11-plugins/gkrellm-radio/gkrellm-radio-2.0.4-r2.ebuild
index 08c973fee939..f874b192ebb9 100644
--- a/x11-plugins/gkrellm-radio/gkrellm-radio-2.0.4-r2.ebuild
+++ b/x11-plugins/gkrellm-radio/gkrellm-radio-2.0.4-r2.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/${PN}"
LICENSE="GPL-2"
SLOT="2"
-KEYWORDS="~amd64 ~ppc ~sparc x86"
+KEYWORDS="~amd64 ~ppc sparc x86"
IUSE="lirc"
RDEPEND="
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellm-radio/
@ 2023-11-25 6:21 Sam James
0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2023-11-25 6:21 UTC (permalink / raw
To: gentoo-commits
commit: 82c8f53ea6eee58e52d2a3ae94c4df9dc0d68ca0
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 25 06:15:12 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Nov 25 06:19:37 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82c8f53e
x11-plugins/gkrellm-radio: drop 2.0.4-r1
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../gkrellm-radio/gkrellm-radio-2.0.4-r1.ebuild | 36 ----------------------
1 file changed, 36 deletions(-)
diff --git a/x11-plugins/gkrellm-radio/gkrellm-radio-2.0.4-r1.ebuild b/x11-plugins/gkrellm-radio/gkrellm-radio-2.0.4-r1.ebuild
deleted file mode 100644
index 4ede19cfcb87..000000000000
--- a/x11-plugins/gkrellm-radio/gkrellm-radio-2.0.4-r1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit gkrellm-plugin multilib toolchain-funcs
-
-DESCRIPTION="A minimalistic GKrellM2 plugin to control radio tuners"
-HOMEPAGE="http://gkrellm.luon.net/gkrellm-radio.php"
-SRC_URI="http://gkrellm.luon.net/files/${P}.tar.gz"
-S="${WORKDIR}/${PN}"
-
-LICENSE="GPL-2"
-SLOT="2"
-KEYWORDS="~amd64 ~ppc sparc x86"
-IUSE="lirc"
-
-RDEPEND="
- app-admin/gkrellm:2[X]
- lirc? ( app-misc/lirc )"
-DEPEND="${RDEPEND}"
-
-PATCHES=(
- "${FILESDIR}"/${P}-makefile.patch
- "${FILESDIR}"/${P}-r1-pkgconfig.patch
-)
-
-src_configure() {
- PLUGIN_SO=( radio$(get_modname) )
- default
-}
-
-src_compile() {
- use lirc && myconf="${myconf} WITH_LIRC=1"
- emake CC="$(tc-getCC)" LDFLAGS="${LDFLAGS}" ${myconf}
-}
^ permalink raw reply related [flat|nested] 10+ messages in thread
end of thread, other threads:[~2023-11-25 6:21 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-25 6:21 [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellm-radio/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2023-05-06 10:04 Arthur Zamarin
2023-03-22 5:27 Sam James
2023-02-10 21:14 David Seifert
2023-02-03 11:08 Sam James
2022-08-29 8:38 Andreas Sturmlechner
2022-08-29 7:21 Agostino Sarubbo
2022-08-28 20:45 Arthur Zamarin
2022-03-10 22:45 Sam James
2018-01-04 9:17 David Seifert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox