public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmMatrix/
@ 2023-03-10 11:40 Bernard Cafarelli
  0 siblings, 0 replies; 9+ messages in thread
From: Bernard Cafarelli @ 2023-03-10 11:40 UTC (permalink / raw
  To: gentoo-commits

commit:     d3293edd9d5c257f5e37316abfd7936ece0f6d4c
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 10 11:40:28 2023 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Fri Mar 10 11:40:47 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3293edd

x11-plugins/wmMatrix: use real usleep()

Closes: https://bugs.gentoo.org/898924
Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>

 x11-plugins/wmMatrix/wmMatrix-0.2-r2.ebuild | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/x11-plugins/wmMatrix/wmMatrix-0.2-r2.ebuild b/x11-plugins/wmMatrix/wmMatrix-0.2-r2.ebuild
index 5b686f451ee5..9106a1b5129e 100644
--- a/x11-plugins/wmMatrix/wmMatrix-0.2-r2.ebuild
+++ b/x11-plugins/wmMatrix/wmMatrix-0.2-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -27,6 +27,12 @@ PATCHES=(
 	"${FILESDIR}"/${P}-fno-common.patch
 	)
 
+src_prepare() {
+	default
+	# Use real usleep on modern systems
+	sed -e "s/short_uusleep/usleep/" -i wmMatrix.c || die
+}
+
 src_compile() {
 	# this version is distributed with compiled binaries!
 	make clean


^ permalink raw reply related	[flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmMatrix/
@ 2022-03-04  0:40 Sam James
  0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2022-03-04  0:40 UTC (permalink / raw
  To: gentoo-commits

commit:     45a2a4018baa453e1f2fb48e701dfbf140b93a9e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Mar  3 22:12:40 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Mar  4 00:39:26 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45a2a401

Revert "x11-plugins/wmMatrix: destabilise for ppc"

This reverts commit 386817e5916a4e750d3016502336793c9dd23a2d.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-plugins/wmMatrix/wmMatrix-0.2-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-plugins/wmMatrix/wmMatrix-0.2-r2.ebuild b/x11-plugins/wmMatrix/wmMatrix-0.2-r2.ebuild
index ee495f47e7ea..5b686f451ee5 100644
--- a/x11-plugins/wmMatrix/wmMatrix-0.2-r2.ebuild
+++ b/x11-plugins/wmMatrix/wmMatrix-0.2-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -19,7 +19,7 @@ RDEPEND="${CDEPEND}
 
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="amd64 ~ppc ppc64 ~sparc x86"
+KEYWORDS="amd64 ppc ppc64 ~sparc x86"
 IUSE=""
 
 PATCHES=(


^ permalink raw reply related	[flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmMatrix/
@ 2021-11-06  5:57 Sam James
  0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2021-11-06  5:57 UTC (permalink / raw
  To: gentoo-commits

commit:     1ce60dbcc3f1b9c227ab2df3820753a887ee4d9a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Nov  6 05:54:06 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Nov  6 05:54:06 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ce60dbc

x11-plugins/wmMatrix: fix whitespace in longdescription

Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-plugins/wmMatrix/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-plugins/wmMatrix/metadata.xml b/x11-plugins/wmMatrix/metadata.xml
index b01069ff078..79fb5281981 100644
--- a/x11-plugins/wmMatrix/metadata.xml
+++ b/x11-plugins/wmMatrix/metadata.xml
@@ -7,6 +7,6 @@
 	</maintainer>
 	<longdescription>
 		wmMatrix is an early beta version of a cpu monitor built around the display
-		from the movie"The Matrix".
+		from the movie "The Matrix".
 	</longdescription>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmMatrix/
@ 2018-10-21  8:18 Mikle Kolyada
  0 siblings, 0 replies; 9+ messages in thread
From: Mikle Kolyada @ 2018-10-21  8:18 UTC (permalink / raw
  To: gentoo-commits

commit:     9068104d05bde6ca445d405470610188ecf3c2be
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 21 08:13:01 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Oct 21 08:13:01 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9068104d

x11-plugins/wmMatrix: amd64 stable wrt bug #666088

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 x11-plugins/wmMatrix/wmMatrix-0.2-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-plugins/wmMatrix/wmMatrix-0.2-r2.ebuild b/x11-plugins/wmMatrix/wmMatrix-0.2-r2.ebuild
index 561d4e7bf7f..e6692825831 100644
--- a/x11-plugins/wmMatrix/wmMatrix-0.2-r2.ebuild
+++ b/x11-plugins/wmMatrix/wmMatrix-0.2-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -19,7 +19,7 @@ RDEPEND="${CDEPEND}
 
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="~amd64 ppc ppc64 ~sparc x86"
+KEYWORDS="amd64 ppc ppc64 ~sparc x86"
 IUSE=""
 
 PATCHES=( "${FILESDIR}"/${P}-makefile.patch )


^ permalink raw reply related	[flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmMatrix/
@ 2018-10-21  8:18 Mikle Kolyada
  0 siblings, 0 replies; 9+ messages in thread
From: Mikle Kolyada @ 2018-10-21  8:18 UTC (permalink / raw
  To: gentoo-commits

commit:     ac76808000bc7228b1dccdbfdebbb14fd8fd8940
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 21 08:13:30 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Oct 21 08:13:30 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac768080

x11-plugins/wmMatrix: Drop old

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 x11-plugins/wmMatrix/wmMatrix-0.2-r1.ebuild | 39 -----------------------------
 1 file changed, 39 deletions(-)

diff --git a/x11-plugins/wmMatrix/wmMatrix-0.2-r1.ebuild b/x11-plugins/wmMatrix/wmMatrix-0.2-r1.ebuild
deleted file mode 100644
index 3faffc472b9..00000000000
--- a/x11-plugins/wmMatrix/wmMatrix-0.2-r1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit eutils toolchain-funcs multilib
-
-DESCRIPTION="WMaker DockApp: Slightly modified version of Jamie Zawinski's xmatrix screenhack"
-HOMEPAGE="https://www.dockapps.net/wmmatrix"
-SRC_URI="https://www.dockapps.net/download/${P}.tar.gz"
-
-CDEPEND="x11-libs/libX11
-	x11-libs/libXext
-	x11-libs/libXpm"
-DEPEND="${CDEPEND}
-	x11-base/xorg-proto"
-RDEPEND="${CDEPEND}
-	x11-misc/xscreensaver"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="amd64 ppc ppc64 sparc x86"
-IUSE=""
-
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
-	epatch "${FILESDIR}"/${P}-makefile.patch
-}
-
-src_compile() {
-	# this version is distributed with compiled binaries!
-	make clean
-	emake CC="$(tc-getCC)" LIBDIR="/usr/$(get_libdir)" || die "compile failed"
-}
-
-src_install () {
-	emake DESTDIR="${D}" install || die "install failed"
-}


^ permalink raw reply related	[flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmMatrix/
@ 2018-09-22 11:31 Sergei Trofimovich
  0 siblings, 0 replies; 9+ messages in thread
From: Sergei Trofimovich @ 2018-09-22 11:31 UTC (permalink / raw
  To: gentoo-commits

commit:     628b32e6f37c8a9762641c2ba631d414dbd858f6
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 22 11:24:21 2018 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Sep 22 11:28:55 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=628b32e6

x11-plugins/wmMatrix: stable 0.2-r2 for ppc64, bug #666088

Package-Manager: Portage-2.3.49, Repoman-2.3.10
RepoMan-Options: --include-arches="ppc64"

 x11-plugins/wmMatrix/wmMatrix-0.2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-plugins/wmMatrix/wmMatrix-0.2-r2.ebuild b/x11-plugins/wmMatrix/wmMatrix-0.2-r2.ebuild
index 625d5049d4f..561d4e7bf7f 100644
--- a/x11-plugins/wmMatrix/wmMatrix-0.2-r2.ebuild
+++ b/x11-plugins/wmMatrix/wmMatrix-0.2-r2.ebuild
@@ -19,7 +19,7 @@ RDEPEND="${CDEPEND}
 
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="~amd64 ppc ~ppc64 ~sparc x86"
+KEYWORDS="~amd64 ppc ppc64 ~sparc x86"
 IUSE=""
 
 PATCHES=( "${FILESDIR}"/${P}-makefile.patch )


^ permalink raw reply related	[flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmMatrix/
@ 2018-09-19 18:29 Thomas Deutschmann
  0 siblings, 0 replies; 9+ messages in thread
From: Thomas Deutschmann @ 2018-09-19 18:29 UTC (permalink / raw
  To: gentoo-commits

commit:     51c58fc463d277a6c964c09e51bd6a3a62f421d7
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 19 18:14:50 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Wed Sep 19 18:27:43 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51c58fc4

x11-plugins/wmMatrix: x86 stable (bug #666088)

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 x11-plugins/wmMatrix/wmMatrix-0.2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-plugins/wmMatrix/wmMatrix-0.2-r2.ebuild b/x11-plugins/wmMatrix/wmMatrix-0.2-r2.ebuild
index 2b088ebf2f1..6396d85d289 100644
--- a/x11-plugins/wmMatrix/wmMatrix-0.2-r2.ebuild
+++ b/x11-plugins/wmMatrix/wmMatrix-0.2-r2.ebuild
@@ -19,7 +19,7 @@ RDEPEND="${CDEPEND}
 
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc x86"
 IUSE=""
 
 PATCHES=( "${FILESDIR}"/${P}-makefile.patch )


^ permalink raw reply related	[flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmMatrix/
@ 2018-06-14  9:02 Bernard Cafarelli
  0 siblings, 0 replies; 9+ messages in thread
From: Bernard Cafarelli @ 2018-06-14  9:02 UTC (permalink / raw
  To: gentoo-commits

commit:     d513e38486b6f797ac4e2d7a5f5ad9e123ead245
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Mon Jun 11 20:18:00 2018 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Thu Jun 14 09:01:07 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d513e384

x11-plugins/wmMatrix: use HTTPS

 x11-plugins/wmMatrix/wmMatrix-0.2-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-plugins/wmMatrix/wmMatrix-0.2-r1.ebuild b/x11-plugins/wmMatrix/wmMatrix-0.2-r1.ebuild
index 2fb50977e0e..3faffc472b9 100644
--- a/x11-plugins/wmMatrix/wmMatrix-0.2-r1.ebuild
+++ b/x11-plugins/wmMatrix/wmMatrix-0.2-r1.ebuild
@@ -6,8 +6,8 @@ EAPI=0
 inherit eutils toolchain-funcs multilib
 
 DESCRIPTION="WMaker DockApp: Slightly modified version of Jamie Zawinski's xmatrix screenhack"
-HOMEPAGE="http://www.dockapps.net/wmmatrix"
-SRC_URI="http://www.dockapps.net/download/${P}.tar.gz"
+HOMEPAGE="https://www.dockapps.net/wmmatrix"
+SRC_URI="https://www.dockapps.net/download/${P}.tar.gz"
 
 CDEPEND="x11-libs/libX11
 	x11-libs/libXext


^ permalink raw reply related	[flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmMatrix/
@ 2017-11-27  0:57 Bernard Cafarelli
  0 siblings, 0 replies; 9+ messages in thread
From: Bernard Cafarelli @ 2017-11-27  0:57 UTC (permalink / raw
  To: gentoo-commits

commit:     964f6c95af80cdaed9579fae08a65fc0487281a1
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 27 00:57:07 2017 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Mon Nov 27 00:57:20 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=964f6c95

x11-plugins/wmMatrix: update homepage and SRC_URI

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 x11-plugins/wmMatrix/Manifest               | 2 +-
 x11-plugins/wmMatrix/wmMatrix-0.2-r1.ebuild | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/x11-plugins/wmMatrix/Manifest b/x11-plugins/wmMatrix/Manifest
index d86635a8ef9..6287794ad8a 100644
--- a/x11-plugins/wmMatrix/Manifest
+++ b/x11-plugins/wmMatrix/Manifest
@@ -1 +1 @@
-DIST wmMatrix-0.2.tar.gz 225343 SHA256 ce7b18b1046985237388846332234fd5aaae7b6ba2476ba465e4e57208b75053 SHA512 4cc65c90e5279645163833f6c8a57bce0d81428c1e5106a98dd74c1b0d693f2dfd3b230e49f9ce710ecc8073477750db94dd9b3c2b96ee026ef0c666f4bc3c4c WHIRLPOOL 49290e6aa357a32e414509aa806f2b51664fb93f980fe6f86b0c85195b6b071d2239c86c21b8ac86b4834a7a82520f40acd8e902e91dd5522107b7c30cf97831
+DIST wmMatrix-0.2.tar.gz 225343 BLAKE2B 4d649ac8e9691a75c7e9a32266074a5624ef83e4f91a6474bfef67df1e3d5b653b63b5909a5bb5460312b36ea661404aa843e2d7ba56a39e43b9a815e734d121 SHA512 4cc65c90e5279645163833f6c8a57bce0d81428c1e5106a98dd74c1b0d693f2dfd3b230e49f9ce710ecc8073477750db94dd9b3c2b96ee026ef0c666f4bc3c4c

diff --git a/x11-plugins/wmMatrix/wmMatrix-0.2-r1.ebuild b/x11-plugins/wmMatrix/wmMatrix-0.2-r1.ebuild
index 7599c92c13b..6ab6d1bf039 100644
--- a/x11-plugins/wmMatrix/wmMatrix-0.2-r1.ebuild
+++ b/x11-plugins/wmMatrix/wmMatrix-0.2-r1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 inherit eutils toolchain-funcs multilib
 
 DESCRIPTION="WMaker DockApp: Slightly modified version of Jamie Zawinski's xmatrix screenhack"
-SRC_URI="http://dockapps.windowmaker.org/download.php/id/17/${P}.tar.gz"
-HOMEPAGE="http://dockapps.windowmaker.org/file.php/id/10"
+HOMEPAGE="http://www.dockapps.net/wmmatrix"
+SRC_URI="http://www.dockapps.net/download/${P}.tar.gz"
 
 CDEPEND="x11-libs/libX11
 	x11-libs/libXext


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

end of thread, other threads:[~2023-03-10 11:41 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-10 11:40 [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmMatrix/ Bernard Cafarelli
  -- strict thread matches above, loose matches on Subject: below --
2022-03-04  0:40 Sam James
2021-11-06  5:57 Sam James
2018-10-21  8:18 Mikle Kolyada
2018-10-21  8:18 Mikle Kolyada
2018-09-22 11:31 Sergei Trofimovich
2018-09-19 18:29 Thomas Deutschmann
2018-06-14  9:02 Bernard Cafarelli
2017-11-27  0:57 Bernard Cafarelli

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