public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellmss/
@ 2017-03-26  0:08 Michael Orlitzky
  0 siblings, 0 replies; 13+ messages in thread
From: Michael Orlitzky @ 2017-03-26  0:08 UTC (permalink / raw
  To: gentoo-commits

commit:     52d0ed1bd08ca3b7c7b75fa1ac11d3744d14269b
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 26 00:07:50 2017 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Sun Mar 26 00:08:06 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52d0ed1b

x11-plugins/gkrellmss: new EAPI=6 revision.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 .../{gkrellmss-2.6-r2.ebuild => gkrellmss-2.6-r3.ebuild}  | 15 +++++----------
 1 file changed, 5 insertions(+), 10 deletions(-)

diff --git a/x11-plugins/gkrellmss/gkrellmss-2.6-r2.ebuild b/x11-plugins/gkrellmss/gkrellmss-2.6-r3.ebuild
similarity index 70%
rename from x11-plugins/gkrellmss/gkrellmss-2.6-r2.ebuild
rename to x11-plugins/gkrellmss/gkrellmss-2.6-r3.ebuild
index 63ab7460448..77f30cb2d16 100644
--- a/x11-plugins/gkrellmss/gkrellmss-2.6-r2.ebuild
+++ b/x11-plugins/gkrellmss/gkrellmss-2.6-r3.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
-inherit eutils gkrellm-plugin
+EAPI=6
+inherit gkrellm-plugin
 
 DESCRIPTION="A plugin for GKrellM2 that has a VU meter and a sound chart"
 HOMEPAGE="http://members.dslextreme.com/users/billw/gkrellmss/gkrellmss.html"
@@ -20,14 +20,9 @@ DEPEND="${RDEPEND}"
 PLUGIN_SO="src/gkrellmss.so"
 PLUGIN_DOCS="Themes"
 
-src_prepare() {
-	epatch "${FILESDIR}"/${P}-Respect-LDFLAGS.patch
-}
+PATCHES=( "${FILESDIR}/${P}-Respect-LDFLAGS.patch" )
 
 src_compile() {
-	local myconf
-	use nls && myconf+=" enable_nls=1"
-
 	addpredict /dev/snd
-	emake ${myconf}
+	emake enable_nls=$(usex nls 1 0)
 }


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

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellmss/
@ 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:     0627056438bba67e148caf3be4b870188b54961e
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 26 10:57:46 2017 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed Jul 26 11:34:28 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06270564

x11-plugins/gkrellmss: Stable on the arches I can test

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 x11-plugins/gkrellmss/gkrellmss-2.6-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-plugins/gkrellmss/gkrellmss-2.6-r4.ebuild b/x11-plugins/gkrellmss/gkrellmss-2.6-r4.ebuild
index d18a72ab12e..3255120187b 100644
--- a/x11-plugins/gkrellmss/gkrellmss-2.6-r4.ebuild
+++ b/x11-plugins/gkrellmss/gkrellmss-2.6-r4.ebuild
@@ -10,7 +10,7 @@ SRC_URI="http://web.wt.net/~billw/gkrellmss/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~ppc ~sparc x86"
 IUSE="nls"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellmss/
@ 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:     67e48d32836cdbbd553ec7b7f14a822ac6778b9d
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 26 10:57:26 2017 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed Jul 26 11:34:26 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67e48d32

x11-plugins/gkrellmss: Drop to testing for exotic arches instead of bothering them again for a plugin that probably is not being used by many people on them anymore

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 x11-plugins/gkrellmss/gkrellmss-2.6-r1.ebuild | 4 ++--
 x11-plugins/gkrellmss/gkrellmss-2.6.ebuild    | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/x11-plugins/gkrellmss/gkrellmss-2.6-r1.ebuild b/x11-plugins/gkrellmss/gkrellmss-2.6-r1.ebuild
index 7aeb63e2153..f08f212d863 100644
--- a/x11-plugins/gkrellmss/gkrellmss-2.6-r1.ebuild
+++ b/x11-plugins/gkrellmss/gkrellmss-2.6-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -10,7 +10,7 @@ SRC_URI="http://web.wt.net/~billw/gkrellmss/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ppc ~sparc x86"
+KEYWORDS="~alpha amd64 ~ppc ~sparc x86"
 IUSE="nls"
 
 RDEPEND="=sci-libs/fftw-3*

diff --git a/x11-plugins/gkrellmss/gkrellmss-2.6.ebuild b/x11-plugins/gkrellmss/gkrellmss-2.6.ebuild
index 2e44b1126bd..bc9126f2fcc 100644
--- a/x11-plugins/gkrellmss/gkrellmss-2.6.ebuild
+++ b/x11-plugins/gkrellmss/gkrellmss-2.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -10,7 +10,7 @@ SRC_URI="http://web.wt.net/~billw/gkrellmss/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ppc sparc x86"
+KEYWORDS="~alpha amd64 ~ppc ~sparc x86"
 IUSE="nls"
 
 RDEPEND="=sci-libs/fftw-2*


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

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellmss/
@ 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:     2e40596e981b3dd79efd8e04f3811c0915c56602
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 26 10:58:08 2017 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed Jul 26 11:34:29 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e40596e

x11-plugins/gkrellmss: Drop old

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 x11-plugins/gkrellmss/gkrellmss-2.6-r1.ebuild | 29 ---------------------------
 x11-plugins/gkrellmss/gkrellmss-2.6-r3.ebuild | 28 --------------------------
 x11-plugins/gkrellmss/gkrellmss-2.6.ebuild    | 29 ---------------------------
 3 files changed, 86 deletions(-)

diff --git a/x11-plugins/gkrellmss/gkrellmss-2.6-r1.ebuild b/x11-plugins/gkrellmss/gkrellmss-2.6-r1.ebuild
deleted file mode 100644
index f08f212d863..00000000000
--- a/x11-plugins/gkrellmss/gkrellmss-2.6-r1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit gkrellm-plugin
-
-DESCRIPTION="A plugin for GKrellM2 that has a VU meter and a sound chart"
-HOMEPAGE="http://members.dslextreme.com/users/billw/gkrellmss/gkrellmss.html"
-SRC_URI="http://web.wt.net/~billw/gkrellmss/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~ppc ~sparc x86"
-IUSE="nls"
-
-RDEPEND="=sci-libs/fftw-3*
-	media-libs/alsa-lib"
-DEPEND="${RDEPEND}"
-
-PLUGIN_SO="src/gkrellmss.so"
-PLUGIN_DOCS="Themes"
-
-src_compile() {
-	local myconf
-	use nls && myconf+=" enable_nls=1"
-
-	addpredict /dev/snd
-	emake ${myconf}
-}

diff --git a/x11-plugins/gkrellmss/gkrellmss-2.6-r3.ebuild b/x11-plugins/gkrellmss/gkrellmss-2.6-r3.ebuild
deleted file mode 100644
index 77f30cb2d16..00000000000
--- a/x11-plugins/gkrellmss/gkrellmss-2.6-r3.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit gkrellm-plugin
-
-DESCRIPTION="A plugin for GKrellM2 that has a VU meter and a sound chart"
-HOMEPAGE="http://members.dslextreme.com/users/billw/gkrellmss/gkrellmss.html"
-SRC_URI="http://web.wt.net/~billw/gkrellmss/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
-IUSE="nls"
-
-RDEPEND="=sci-libs/fftw-3*
-	media-libs/alsa-lib"
-DEPEND="${RDEPEND}"
-
-PLUGIN_SO="src/gkrellmss.so"
-PLUGIN_DOCS="Themes"
-
-PATCHES=( "${FILESDIR}/${P}-Respect-LDFLAGS.patch" )
-
-src_compile() {
-	addpredict /dev/snd
-	emake enable_nls=$(usex nls 1 0)
-}

diff --git a/x11-plugins/gkrellmss/gkrellmss-2.6.ebuild b/x11-plugins/gkrellmss/gkrellmss-2.6.ebuild
deleted file mode 100644
index bc9126f2fcc..00000000000
--- a/x11-plugins/gkrellmss/gkrellmss-2.6.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit gkrellm-plugin
-
-DESCRIPTION="A plugin for GKrellM2 that has a VU meter and a sound chart"
-HOMEPAGE="http://members.dslextreme.com/users/billw/gkrellmss/gkrellmss.html"
-SRC_URI="http://web.wt.net/~billw/gkrellmss/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~ppc ~sparc x86"
-IUSE="nls"
-
-RDEPEND="=sci-libs/fftw-2*
-	media-libs/alsa-lib"
-DEPEND="${RDEPEND}"
-
-PLUGIN_SO="src/gkrellmss.so"
-PLUGIN_DOCS="Themes"
-
-src_compile() {
-	local myconf
-	use nls && myconf+=" enable_nls=1"
-
-	addpredict /dev/snd
-	emake ${myconf}
-}


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

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellmss/
@ 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:     c8c9e40e6de74a81edb5828dd9dd445d1d901765
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 26 10:55:42 2017 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed Jul 26 11:34:25 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8c9e40e

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

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 x11-plugins/gkrellmss/gkrellmss-2.6-r4.ebuild | 31 +++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/x11-plugins/gkrellmss/gkrellmss-2.6-r4.ebuild b/x11-plugins/gkrellmss/gkrellmss-2.6-r4.ebuild
new file mode 100644
index 00000000000..d18a72ab12e
--- /dev/null
+++ b/x11-plugins/gkrellmss/gkrellmss-2.6-r4.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit gkrellm-plugin
+
+DESCRIPTION="A plugin for GKrellM2 that has a VU meter and a sound chart"
+HOMEPAGE="http://members.dslextreme.com/users/billw/gkrellmss/gkrellmss.html"
+SRC_URI="http://web.wt.net/~billw/gkrellmss/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
+IUSE="nls"
+
+RDEPEND="
+	app-admin/gkrellm[X]
+	media-libs/alsa-lib
+	sci-libs/fftw:3.0=
+"
+DEPEND="${RDEPEND}"
+
+PLUGIN_SO="src/gkrellmss.so"
+PLUGIN_DOCS="Themes"
+
+PATCHES=( "${FILESDIR}/${P}-Respect-LDFLAGS.patch" )
+
+src_compile() {
+	addpredict /dev/snd
+	emake enable_nls=$(usex nls 1 0)
+}


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

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellmss/
@ 2018-01-04  9:17 David Seifert
  0 siblings, 0 replies; 13+ messages in thread
From: David Seifert @ 2018-01-04  9:17 UTC (permalink / raw
  To: gentoo-commits

commit:     bad589589d546fd00e9780f8be88f7d381767108
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Wed Jan  3 22:34:32 2018 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Jan  4 09:15:44 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bad58958

x11-plugins/gkrellmss: Eclass update

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 x11-plugins/gkrellmss/gkrellmss-2.6-r4.ebuild | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/x11-plugins/gkrellmss/gkrellmss-2.6-r4.ebuild b/x11-plugins/gkrellmss/gkrellmss-2.6-r4.ebuild
index 3255120187b..473087da140 100644
--- a/x11-plugins/gkrellmss/gkrellmss-2.6-r4.ebuild
+++ b/x11-plugins/gkrellmss/gkrellmss-2.6-r4.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
+
 inherit gkrellm-plugin
 
 DESCRIPTION="A plugin for GKrellM2 that has a VU meter and a sound chart"
@@ -14,16 +15,15 @@ KEYWORDS="~alpha amd64 ~ppc ~sparc x86"
 IUSE="nls"
 
 RDEPEND="
-	app-admin/gkrellm[X]
+	app-admin/gkrellm:2[X]
 	media-libs/alsa-lib
-	sci-libs/fftw:3.0=
-"
+	sci-libs/fftw:3.0="
 DEPEND="${RDEPEND}"
 
-PLUGIN_SO="src/gkrellmss.so"
-PLUGIN_DOCS="Themes"
+PATCHES=( "${FILESDIR}"/${P}-Respect-LDFLAGS.patch )
 
-PATCHES=( "${FILESDIR}/${P}-Respect-LDFLAGS.patch" )
+PLUGIN_SO=( src/gkrellmss$(get_modname) )
+PLUGIN_DOCS=( Themes )
 
 src_compile() {
 	addpredict /dev/snd


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

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellmss/
@ 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:     fb549fbe0d6126b2a47f7b7d64b8d2c01289f92c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 10 22:43:47 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Mar 10 22:43:47 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb549fbe

x11-plugins/gkrellmss: fix commands in global scope

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

 x11-plugins/gkrellmss/gkrellmss-2.6-r4.ebuild | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/x11-plugins/gkrellmss/gkrellmss-2.6-r4.ebuild b/x11-plugins/gkrellmss/gkrellmss-2.6-r4.ebuild
index e038708f288a..cfd3b71cfb01 100644
--- a/x11-plugins/gkrellmss/gkrellmss-2.6-r4.ebuild
+++ b/x11-plugins/gkrellmss/gkrellmss-2.6-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -25,9 +25,13 @@ PATCHES=(
 	"${FILESDIR}"/${P}-fno-common.patch
 )
 
-PLUGIN_SO=( src/gkrellmss$(get_modname) )
 PLUGIN_DOCS=( Themes )
 
+src_configure() {
+	PLUGIN_SO=( src/gkrellmss$(get_modname) )
+	default
+}
+
 src_compile() {
 	addpredict /dev/snd
 	emake enable_nls=$(usex nls 1 0)


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

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellmss/
@ 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:     cc0a6f5179be5bcacf57ed7457f3e1bd4cafe6d1
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 29 07:17:56 2022 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Aug 29 07:17:56 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc0a6f51

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

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

 x11-plugins/gkrellmss/gkrellmss-2.6-r5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-plugins/gkrellmss/gkrellmss-2.6-r5.ebuild b/x11-plugins/gkrellmss/gkrellmss-2.6-r5.ebuild
index 33ca3455e91c..e54ddc175907 100644
--- a/x11-plugins/gkrellmss/gkrellmss-2.6-r5.ebuild
+++ b/x11-plugins/gkrellmss/gkrellmss-2.6-r5.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://web.wt.net/~billw/gkrellmss/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~ppc ~sparc ~x86"
 IUSE="nls"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellmss/
@ 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:     c9e73376cc98f3b286f3f949c5aa3a99166fc505
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 29 07:20:56 2022 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Aug 29 07:20:56 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9e73376

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

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

 x11-plugins/gkrellmss/gkrellmss-2.6-r5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-plugins/gkrellmss/gkrellmss-2.6-r5.ebuild b/x11-plugins/gkrellmss/gkrellmss-2.6-r5.ebuild
index e54ddc175907..1eaff51041be 100644
--- a/x11-plugins/gkrellmss/gkrellmss-2.6-r5.ebuild
+++ b/x11-plugins/gkrellmss/gkrellmss-2.6-r5.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://web.wt.net/~billw/gkrellmss/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ppc ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~ppc ~sparc x86"
 IUSE="nls"
 
 RDEPEND="


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

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

commit:     8c1162d99cb74d424fe2c00d7e3512b9d8912f42
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 29 07:25:26 2022 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Aug 29 07:25:26 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c1162d9

x11-plugins/gkrellmss: add a missing bdepend for gettext

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 x11-plugins/gkrellmss/gkrellmss-2.6-r5.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/x11-plugins/gkrellmss/gkrellmss-2.6-r5.ebuild b/x11-plugins/gkrellmss/gkrellmss-2.6-r5.ebuild
index 1eaff51041be..44913edd1d6b 100644
--- a/x11-plugins/gkrellmss/gkrellmss-2.6-r5.ebuild
+++ b/x11-plugins/gkrellmss/gkrellmss-2.6-r5.ebuild
@@ -14,12 +14,12 @@ SLOT="0"
 KEYWORDS="~alpha amd64 ~ppc ~sparc x86"
 IUSE="nls"
 
-RDEPEND="
-	app-admin/gkrellm:2[X]
+RDEPEND="app-admin/gkrellm:2[X]
 	media-libs/alsa-lib
 	sci-libs/fftw:3.0="
 DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
+BDEPEND="sys-devel/gettext
+	virtual/pkgconfig"
 
 PATCHES=(
 	"${FILESDIR}"/${P}-Respect-LDFLAGS.patch


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

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellmss/
@ 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:     26fa04a2a0dc3b8a38966c12e779b5ed45646862
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 29 07:34:17 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=26fa04a2

x11-plugins/gkrellmss: drop 2.6-r4

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

 x11-plugins/gkrellmss/gkrellmss-2.6-r4.ebuild | 38 ---------------------------
 1 file changed, 38 deletions(-)

diff --git a/x11-plugins/gkrellmss/gkrellmss-2.6-r4.ebuild b/x11-plugins/gkrellmss/gkrellmss-2.6-r4.ebuild
deleted file mode 100644
index cfd3b71cfb01..000000000000
--- a/x11-plugins/gkrellmss/gkrellmss-2.6-r4.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit gkrellm-plugin
-
-DESCRIPTION="A plugin for GKrellM2 that has a VU meter and a sound chart"
-HOMEPAGE="http://members.dslextreme.com/users/billw/gkrellmss/gkrellmss.html"
-SRC_URI="http://web.wt.net/~billw/gkrellmss/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~ppc ~sparc x86"
-IUSE="nls"
-
-RDEPEND="
-	app-admin/gkrellm:2[X]
-	media-libs/alsa-lib
-	sci-libs/fftw:3.0="
-DEPEND="${RDEPEND}"
-
-PATCHES=(
-	"${FILESDIR}"/${P}-Respect-LDFLAGS.patch
-	"${FILESDIR}"/${P}-fno-common.patch
-)
-
-PLUGIN_DOCS=( Themes )
-
-src_configure() {
-	PLUGIN_SO=( src/gkrellmss$(get_modname) )
-	default
-}
-
-src_compile() {
-	addpredict /dev/snd
-	emake enable_nls=$(usex nls 1 0)
-}


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

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellmss/
@ 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:     3c4aa379004627e30a9a9025d58d012870edf2cb
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  3 11:06:55 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Feb  3 11:06:55 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c4aa379

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

diff --git a/x11-plugins/gkrellmss/metadata.xml b/x11-plugins/gkrellmss/metadata.xml
index 85e4ed814fa2..641cbd3703e7 100644
--- a/x11-plugins/gkrellmss/metadata.xml
+++ b/x11-plugins/gkrellmss/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] 13+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellmss/
@ 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:     7e8cc5dd34692a3da7093146e1f5090cf0fb9553
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 10 21:14:14 2023 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Feb 10 21:14:14 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e8cc5dd

x11-plugins/gkrellmss: fix IndirectInherits on multilib

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

 x11-plugins/gkrellmss/gkrellmss-2.6-r5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-plugins/gkrellmss/gkrellmss-2.6-r5.ebuild b/x11-plugins/gkrellmss/gkrellmss-2.6-r5.ebuild
index 889ef6c0d0f7..589a6c67f0c8 100644
--- a/x11-plugins/gkrellmss/gkrellmss-2.6-r5.ebuild
+++ b/x11-plugins/gkrellmss/gkrellmss-2.6-r5.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit gkrellm-plugin toolchain-funcs
+inherit gkrellm-plugin multilib toolchain-funcs
 
 DESCRIPTION="A plugin for GKrellM2 that has a VU meter and a sound chart"
 HOMEPAGE="http://members.dslextreme.com/users/billw/gkrellmss/gkrellmss.html"


^ 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 --
2017-07-26 11:34 [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellmss/ Pacho Ramos
  -- 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  8:38 Andreas Sturmlechner
2022-08-29  7:25 Joonas Niilola
2022-08-29  7:21 Agostino Sarubbo
2022-08-29  7:18 Agostino Sarubbo
2022-03-10 22:45 Sam James
2018-01-04  9:17 David Seifert
2017-07-26 11:34 Pacho Ramos
2017-07-26 11:34 Pacho Ramos
2017-07-26 11:34 Pacho Ramos
2017-03-26  0:08 Michael Orlitzky

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