public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrelltop/
@ 2016-02-20 17:14 Pacho Ramos
  0 siblings, 0 replies; 13+ messages in thread
From: Pacho Ramos @ 2016-02-20 17:14 UTC (permalink / raw
  To: gentoo-commits

commit:     266bcc4a5846b6de969f23daa8bddb2b9911bd64
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 20 17:13:11 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Feb 20 17:13:58 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=266bcc4a

x11-plugins/gkrelltop: Fix RDEPEND (#528852)

Package-Manager: portage-2.2.27

 x11-plugins/gkrelltop/gkrelltop-2.2.13-r1.ebuild | 45 ++++++++++++++++++++++++
 1 file changed, 45 insertions(+)

diff --git a/x11-plugins/gkrelltop/gkrelltop-2.2.13-r1.ebuild b/x11-plugins/gkrelltop/gkrelltop-2.2.13-r1.ebuild
new file mode 100644
index 0000000..cedc475
--- /dev/null
+++ b/x11-plugins/gkrelltop/gkrelltop-2.2.13-r1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit gkrellm-plugin toolchain-funcs
+
+DESCRIPTION="a GKrellM2 plugin which displays the top three processes"
+SRC_URI="mirror://sourceforge/${PN}/${PN}_${PV}.orig.tar.gz"
+HOMEPAGE="http://sourceforge.net/projects/gkrelltop"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="X"
+
+PLUGIN_SERVER_SO=gkrelltopd.so
+PLUGIN_SO=gkrelltop.so
+
+S="${WORKDIR}/${P}.orig"
+
+RDEPEND="
+	dev-libs/glib:2
+	x11-libs/gtk+:2
+"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+	sed -i \
+		-e "s:/usr/bin/gcc:$(tc-getCC) \$(CFLAGS):" \
+		-e 's/-shared/$(LDFLAGS) &/' \
+		Makefile || die
+	default
+}
+
+src_compile() {
+	use X || TARGET="server"
+	emake ${TARGET}
+}
+
+pkg_postinst() {
+	einfo "To enable the gkrelltopd server plugin, you must add the following"
+	einfo "line to /etc/gkrellmd.conf:"
+	einfo "\tplugin-enable gkrelltopd"
+}


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

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrelltop/
@ 2016-02-20 17:14 Pacho Ramos
  0 siblings, 0 replies; 13+ messages in thread
From: Pacho Ramos @ 2016-02-20 17:14 UTC (permalink / raw
  To: gentoo-commits

commit:     c59f03d4e190c0c767204ae3870320cc4ca2fab4
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 20 17:13:48 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Feb 20 17:14:00 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c59f03d4

x11-plugins/gkrelltop: Drop old

Package-Manager: portage-2.2.27

 x11-plugins/gkrelltop/gkrelltop-2.2.11.ebuild | 34 ----------------------
 x11-plugins/gkrelltop/gkrelltop-2.2.13.ebuild | 41 ---------------------------
 2 files changed, 75 deletions(-)

diff --git a/x11-plugins/gkrelltop/gkrelltop-2.2.11.ebuild b/x11-plugins/gkrelltop/gkrelltop-2.2.11.ebuild
deleted file mode 100644
index 3cc1df8..0000000
--- a/x11-plugins/gkrelltop/gkrelltop-2.2.11.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-inherit gkrellm-plugin
-
-DESCRIPTION="a GKrellM2 plugin which displays the top three processes"
-SRC_URI="mirror://sourceforge/${PN}/${PN}_${PV}.orig.tar.gz"
-HOMEPAGE="http://sourceforge.net/projects/gkrelltop"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="amd64 ppc x86"
-IUSE="X"
-
-PLUGIN_SERVER_SO=gkrelltopd.so
-PLUGIN_SO=gkrelltop.so
-
-S="${WORKDIR}/${P}.orig"
-
-RDEPEND="dev-libs/glib:2"
-DEPEND="${RDEPEND}"
-
-src_compile() {
-	use X || TARGET="server"
-	emake ${TARGET}
-}
-
-pkg_postinst() {
-	einfo "To enable the gkrelltopd server plugin, you must add the following"
-	einfo "line to /etc/gkrellmd.conf:"
-	einfo "\tplugin-enable gkrelltopd"
-}

diff --git a/x11-plugins/gkrelltop/gkrelltop-2.2.13.ebuild b/x11-plugins/gkrelltop/gkrelltop-2.2.13.ebuild
deleted file mode 100644
index b8cbde4..0000000
--- a/x11-plugins/gkrelltop/gkrelltop-2.2.13.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-inherit gkrellm-plugin toolchain-funcs
-
-DESCRIPTION="a GKrellM2 plugin which displays the top three processes"
-SRC_URI="mirror://sourceforge/${PN}/${PN}_${PV}.orig.tar.gz"
-HOMEPAGE="http://sourceforge.net/projects/gkrelltop"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="X"
-
-PLUGIN_SERVER_SO=gkrelltopd.so
-PLUGIN_SO=gkrelltop.so
-
-S="${WORKDIR}/${P}.orig"
-
-RDEPEND="dev-libs/glib:2"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
-	sed -i \
-		-e "s:/usr/bin/gcc:$(tc-getCC) \$(CFLAGS):" \
-		-e 's/-shared/$(LDFLAGS) &/' \
-		Makefile || die
-}
-
-src_compile() {
-	use X || TARGET="server"
-	emake ${TARGET}
-}
-
-pkg_postinst() {
-	einfo "To enable the gkrelltopd server plugin, you must add the following"
-	einfo "line to /etc/gkrellmd.conf:"
-	einfo "\tplugin-enable gkrelltopd"
-}


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

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrelltop/
@ 2016-03-06 12:58 Agostino Sarubbo
  0 siblings, 0 replies; 13+ messages in thread
From: Agostino Sarubbo @ 2016-03-06 12:58 UTC (permalink / raw
  To: gentoo-commits

commit:     2eda9c7d559c167b8cfc3600140501f600f09511
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  6 12:55:42 2016 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sun Mar  6 12:58:27 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2eda9c7d

x11-plugins/gkrelltop: amd64 stable wrt bug #528852

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 x11-plugins/gkrelltop/gkrelltop-2.2.13-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-plugins/gkrelltop/gkrelltop-2.2.13-r1.ebuild b/x11-plugins/gkrelltop/gkrelltop-2.2.13-r1.ebuild
index cedc475..145d8fa 100644
--- a/x11-plugins/gkrelltop/gkrelltop-2.2.13-r1.ebuild
+++ b/x11-plugins/gkrelltop/gkrelltop-2.2.13-r1.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="http://sourceforge.net/projects/gkrelltop"
 
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 IUSE="X"
 
 PLUGIN_SERVER_SO=gkrelltopd.so


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

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrelltop/
@ 2016-03-15 15:27 Agostino Sarubbo
  0 siblings, 0 replies; 13+ messages in thread
From: Agostino Sarubbo @ 2016-03-15 15:27 UTC (permalink / raw
  To: gentoo-commits

commit:     8c74ff7558e83f847b37c7070b392979a2bbc8ec
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 15 15:25:50 2016 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Mar 15 15:25:50 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c74ff75

x11-plugins/gkrelltop: x86 stable wrt bug #528852

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 x11-plugins/gkrelltop/gkrelltop-2.2.13-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-plugins/gkrelltop/gkrelltop-2.2.13-r1.ebuild b/x11-plugins/gkrelltop/gkrelltop-2.2.13-r1.ebuild
index 145d8fa..961eb46 100644
--- a/x11-plugins/gkrelltop/gkrelltop-2.2.13-r1.ebuild
+++ b/x11-plugins/gkrelltop/gkrelltop-2.2.13-r1.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="http://sourceforge.net/projects/gkrelltop"
 
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE="X"
 
 PLUGIN_SERVER_SO=gkrelltopd.so


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

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrelltop/
@ 2016-03-16 11:51 Agostino Sarubbo
  0 siblings, 0 replies; 13+ messages in thread
From: Agostino Sarubbo @ 2016-03-16 11:51 UTC (permalink / raw
  To: gentoo-commits

commit:     ed84143abb0251444524cf2a5d6c2ceb3c31237f
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 16 11:48:48 2016 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Mar 16 11:51:10 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed84143a

x11-plugins/gkrelltop: ppc stable wrt bug #528852

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 x11-plugins/gkrelltop/gkrelltop-2.2.13-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-plugins/gkrelltop/gkrelltop-2.2.13-r1.ebuild b/x11-plugins/gkrelltop/gkrelltop-2.2.13-r1.ebuild
index 961eb46..5fb6dbd 100644
--- a/x11-plugins/gkrelltop/gkrelltop-2.2.13-r1.ebuild
+++ b/x11-plugins/gkrelltop/gkrelltop-2.2.13-r1.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="http://sourceforge.net/projects/gkrelltop"
 
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ppc x86"
 IUSE="X"
 
 PLUGIN_SERVER_SO=gkrelltopd.so


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

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrelltop/
@ 2016-03-17  8:40 Michael Palimaka
  0 siblings, 0 replies; 13+ messages in thread
From: Michael Palimaka @ 2016-03-17  8:40 UTC (permalink / raw
  To: gentoo-commits

commit:     90844b53493bf24377c0db220374d54fb56ecb65
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 17 08:37:06 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Mar 17 08:39:46 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90844b53

x11-plugins/gkrelltop: remove old

Package-Manager: portage-2.2.28

 x11-plugins/gkrelltop/Manifest                   |  1 -
 x11-plugins/gkrelltop/gkrelltop-2.2.11-r1.ebuild | 41 ------------------------
 2 files changed, 42 deletions(-)

diff --git a/x11-plugins/gkrelltop/Manifest b/x11-plugins/gkrelltop/Manifest
index 82a89d6..ab7ba14 100644
--- a/x11-plugins/gkrelltop/Manifest
+++ b/x11-plugins/gkrelltop/Manifest
@@ -1,2 +1 @@
-DIST gkrelltop_2.2.11.orig.tar.gz 46280 SHA256 d80a76c129cc573e30f9edfe22e85f915d33ae2cae4245b66af692e5ee8ca61f SHA512 fc0e5b34d8ab48cbdca7f9efe5115352d72c638f809425839055ec6a2651c47cfe5ff8b1e5f88beef6760123875b5fdb4f7470ce3185e10e07f977a7e7e41a5a WHIRLPOOL 4a6d2eb4af48d4069b894ab520aef82523ef9d787fc88d21bde61fa9eec854f80cff1f77a81418e8cd501bca7387aec3906b88c747f9009b3095bacd018ae3ca
 DIST gkrelltop_2.2.13.orig.tar.gz 49023 SHA256 b2585c4186cc3805fcde73645a71d8eb3f798358caeb31cf3f598795e6ea42e6 SHA512 9479c5b860833671451b6fb8583e741b1ac755ed76b7e73dffd65d13d30d0b5da1916436901642f738e0d72f8c8696f4dea9c041a203e76d309f2782acf7024e WHIRLPOOL 893fa724cca39b2c07070ce4b979d47bc90cf9354cbabcca721f1386e60aeb30e08404566040bbc7404e949d325b4c7b74c1fe5f66e0b0c14884b2af8ac5cb5d

diff --git a/x11-plugins/gkrelltop/gkrelltop-2.2.11-r1.ebuild b/x11-plugins/gkrelltop/gkrelltop-2.2.11-r1.ebuild
deleted file mode 100644
index 5ad0cba..0000000
--- a/x11-plugins/gkrelltop/gkrelltop-2.2.11-r1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-inherit gkrellm-plugin toolchain-funcs
-
-DESCRIPTION="a GKrellM2 plugin which displays the top three processes"
-SRC_URI="mirror://sourceforge/${PN}/${PN}_${PV}.orig.tar.gz"
-HOMEPAGE="http://sourceforge.net/projects/gkrelltop"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="amd64 ppc x86"
-IUSE="X"
-
-PLUGIN_SERVER_SO=gkrelltopd.so
-PLUGIN_SO=gkrelltop.so
-
-S="${WORKDIR}/${P}.orig"
-
-RDEPEND="dev-libs/glib:2"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
-	sed -i \
-		-e "s:/usr/bin/gcc:$(tc-getCC) \$(CFLAGS):" \
-		-e 's/-shared/$(LDFLAGS) &/' \
-		Makefile || die
-}
-
-src_compile() {
-	use X || TARGET="server"
-	emake ${TARGET}
-}
-
-pkg_postinst() {
-	einfo "To enable the gkrelltopd server plugin, you must add the following"
-	einfo "line to /etc/gkrellmd.conf:"
-	einfo "\tplugin-enable gkrelltopd"
-}


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

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrelltop/
@ 2017-07-26 11:34 Pacho Ramos
  0 siblings, 0 replies; 13+ messages in thread
From: Pacho Ramos @ 2017-07-26 11:34 UTC (permalink / raw
  To: gentoo-commits

commit:     423a2a34d90eac27c0eb49fa76cc3e7da28b66c7
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 26 11:07:46 2017 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed Jul 26 11:34:39 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=423a2a34

x11-plugins/gkrelltop: Fix dependency on gkrellm[X]

Package-Manager: Portage-2.3.6, Repoman-2.3.2
RepoMan-Options: --force

 .../{gkrelltop-2.2.13-r1.ebuild => gkrelltop-2.2.13-r2.ebuild}         | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/x11-plugins/gkrelltop/gkrelltop-2.2.13-r1.ebuild b/x11-plugins/gkrelltop/gkrelltop-2.2.13-r2.ebuild
similarity index 93%
rename from x11-plugins/gkrelltop/gkrelltop-2.2.13-r1.ebuild
rename to x11-plugins/gkrelltop/gkrelltop-2.2.13-r2.ebuild
index 96f52a09979..4e6349415d0 100644
--- a/x11-plugins/gkrelltop/gkrelltop-2.2.13-r1.ebuild
+++ b/x11-plugins/gkrelltop/gkrelltop-2.2.13-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -19,6 +19,7 @@ PLUGIN_SO=gkrelltop.so
 S="${WORKDIR}/${P}.orig"
 
 RDEPEND="
+	app-admin/gkrellm[X]
 	dev-libs/glib:2
 	x11-libs/gtk+:2
 "


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

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrelltop/
@ 2022-03-10 22:45 Sam James
  0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2022-03-10 22:45 UTC (permalink / raw
  To: gentoo-commits

commit:     29d2a9749cf9f23630e60e8b02f542bb37f986b7
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 10 22:45:02 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Mar 10 22:45:02 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29d2a974

x11-plugins/gkrelltop: fix commands in global scope

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

 x11-plugins/gkrelltop/gkrelltop-2.2.13-r2.ebuild | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/x11-plugins/gkrelltop/gkrelltop-2.2.13-r2.ebuild b/x11-plugins/gkrelltop/gkrelltop-2.2.13-r2.ebuild
index ae2fd0a2a690..337fb6a341b3 100644
--- a/x11-plugins/gkrelltop/gkrelltop-2.2.13-r2.ebuild
+++ b/x11-plugins/gkrelltop/gkrelltop-2.2.13-r2.ebuild
@@ -23,11 +23,13 @@ DEPEND="${RDEPEND}"
 S=${WORKDIR}/${P}.orig
 PATCHES=( "${FILESDIR}"/${PN}-2.2.13-fix-build-system.patch )
 
-PLUGIN_SERVER_SO=( gkrelltopd$(get_modname) )
-PLUGIN_SO=( gkrelltop$(get_modname) )
-
 src_configure() {
 	tc-export CC
+
+	PLUGIN_SERVER_SO=( gkrelltopd$(get_modname) )
+	PLUGIN_SO=( gkrelltop$(get_modname) )
+
+	default
 }
 
 src_compile() {


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

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrelltop/
@ 2022-08-29  7:18 Agostino Sarubbo
  0 siblings, 0 replies; 13+ messages in thread
From: Agostino Sarubbo @ 2022-08-29  7:18 UTC (permalink / raw
  To: gentoo-commits

commit:     58da0267c47d9fd023222b567f05781a663550f3
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 29 07:18:09 2022 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Aug 29 07:18:09 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58da0267

x11-plugins/gkrelltop: amd64 stable wrt bug #867175

Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 x11-plugins/gkrelltop/gkrelltop-2.2.13-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-plugins/gkrelltop/gkrelltop-2.2.13-r3.ebuild b/x11-plugins/gkrelltop/gkrelltop-2.2.13-r3.ebuild
index c9faf9266655..a801cb506422 100644
--- a/x11-plugins/gkrelltop/gkrelltop-2.2.13-r3.ebuild
+++ b/x11-plugins/gkrelltop/gkrelltop-2.2.13-r3.ebuild
@@ -11,7 +11,7 @@ S="${WORKDIR}/${P}.orig"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 IUSE="X"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrelltop/
@ 2022-08-29  7:21 Agostino Sarubbo
  0 siblings, 0 replies; 13+ messages in thread
From: Agostino Sarubbo @ 2022-08-29  7:21 UTC (permalink / raw
  To: gentoo-commits

commit:     3fc302abc31a2bbab960a4ea03d2b4f3c2850289
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 29 07:21:09 2022 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Aug 29 07:21:09 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fc302ab

x11-plugins/gkrelltop: x86 stable wrt bug #867175

Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 x11-plugins/gkrelltop/gkrelltop-2.2.13-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-plugins/gkrelltop/gkrelltop-2.2.13-r3.ebuild b/x11-plugins/gkrelltop/gkrelltop-2.2.13-r3.ebuild
index a801cb506422..20a5fe01ba0f 100644
--- a/x11-plugins/gkrelltop/gkrelltop-2.2.13-r3.ebuild
+++ b/x11-plugins/gkrelltop/gkrelltop-2.2.13-r3.ebuild
@@ -11,7 +11,7 @@ S="${WORKDIR}/${P}.orig"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE="X"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrelltop/
@ 2022-08-29  8:38 Andreas Sturmlechner
  0 siblings, 0 replies; 13+ messages in thread
From: Andreas Sturmlechner @ 2022-08-29  8:38 UTC (permalink / raw
  To: gentoo-commits

commit:     f1f62b86ee06c2d3d4561ccb27765bca688df2ba
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 29 07:36:07 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Aug 29 08:36:20 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1f62b86

x11-plugins/gkrelltop: drop 2.2.13-r2

Closes: https://bugs.gentoo.org/867175
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 x11-plugins/gkrelltop/gkrelltop-2.2.13-r2.ebuild | 44 ------------------------
 1 file changed, 44 deletions(-)

diff --git a/x11-plugins/gkrelltop/gkrelltop-2.2.13-r2.ebuild b/x11-plugins/gkrelltop/gkrelltop-2.2.13-r2.ebuild
deleted file mode 100644
index 337fb6a341b3..000000000000
--- a/x11-plugins/gkrelltop/gkrelltop-2.2.13-r2.ebuild
+++ /dev/null
@@ -1,44 +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 GKrellM2 plugin which displays the top three processes"
-SRC_URI="mirror://sourceforge/${PN}/${PN}_${PV}.orig.tar.gz"
-HOMEPAGE="https://sourceforge.net/projects/gkrelltop"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE="X"
-
-RDEPEND="
-	app-admin/gkrellm:2[X]
-	dev-libs/glib:2
-	x11-libs/gtk+:2"
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}/${P}.orig
-PATCHES=( "${FILESDIR}"/${PN}-2.2.13-fix-build-system.patch )
-
-src_configure() {
-	tc-export CC
-
-	PLUGIN_SERVER_SO=( gkrelltopd$(get_modname) )
-	PLUGIN_SO=( gkrelltop$(get_modname) )
-
-	default
-}
-
-src_compile() {
-	use X || local target="server"
-	emake ${target}
-}
-
-pkg_postinst() {
-	einfo "To enable the gkrelltopd server plugin, you must add the following"
-	einfo "line to /etc/gkrellmd.conf:"
-	einfo "\tplugin-enable gkrelltopd"
-}


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

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrelltop/
@ 2023-02-03 11:08 Sam James
  0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2023-02-03 11:08 UTC (permalink / raw
  To: gentoo-commits

commit:     be6d54c5af97352a4bd18950e221f925618d5364
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  3 11:07:32 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Feb  3 11:07:32 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be6d54c5

x11-plugins/gkrelltop: 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/gkrelltop/metadata.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/x11-plugins/gkrelltop/metadata.xml b/x11-plugins/gkrelltop/metadata.xml
index 333a771b6259..c13add22299a 100644
--- a/x11-plugins/gkrelltop/metadata.xml
+++ b/x11-plugins/gkrelltop/metadata.xml
@@ -1,7 +1,10 @@
 <?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>
 	<upstream>
 		<remote-id type="sourceforge">gkrelltop</remote-id>
 	</upstream>


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

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrelltop/
@ 2023-02-10 21:14 David Seifert
  0 siblings, 0 replies; 13+ messages in thread
From: David Seifert @ 2023-02-10 21:14 UTC (permalink / raw
  To: gentoo-commits

commit:     79082a649f79fdeaf3a4458bf9c4d8b6e966c56c
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 10 21:14:20 2023 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Feb 10 21:14:20 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79082a64

x11-plugins/gkrelltop: fix IndirectInherits on multilib

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 x11-plugins/gkrelltop/gkrelltop-2.2.13-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-plugins/gkrelltop/gkrelltop-2.2.13-r3.ebuild b/x11-plugins/gkrelltop/gkrelltop-2.2.13-r3.ebuild
index 20a5fe01ba0f..2a2d642c9d04 100644
--- a/x11-plugins/gkrelltop/gkrelltop-2.2.13-r3.ebuild
+++ b/x11-plugins/gkrelltop/gkrelltop-2.2.13-r3.ebuild
@@ -1,8 +1,8 @@
-# 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 GKrellM2 plugin which displays the top three processes"
 HOMEPAGE="https://sourceforge.net/projects/gkrelltop"


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

end of thread, other threads:[~2023-02-10 21:14 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-29  8:38 [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrelltop/ Andreas Sturmlechner
  -- strict thread matches above, loose matches on Subject: below --
2023-02-10 21:14 David Seifert
2023-02-03 11:08 Sam James
2022-08-29  7:21 Agostino Sarubbo
2022-08-29  7:18 Agostino Sarubbo
2022-03-10 22:45 Sam James
2017-07-26 11:34 Pacho Ramos
2016-03-17  8:40 Michael Palimaka
2016-03-16 11:51 Agostino Sarubbo
2016-03-15 15:27 Agostino Sarubbo
2016-03-06 12:58 Agostino Sarubbo
2016-02-20 17:14 Pacho Ramos
2016-02-20 17:14 Pacho Ramos

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