public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: x11-apps/xrestop/
@ 2021-08-03 19:17 Matt Turner
  0 siblings, 0 replies; 13+ messages in thread
From: Matt Turner @ 2021-08-03 19:17 UTC (permalink / raw
  To: gentoo-commits

commit:     d7341f92aa48d9c7ed67e701efcc2078764f2612
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Tue Aug  3 19:13:51 2021 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Aug  3 19:16:48 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7341f92

x11-apps/xrestop: Version bump to 0.5

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 x11-apps/xrestop/Manifest           |  1 +
 x11-apps/xrestop/xrestop-0.5.ebuild | 32 ++++++++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/x11-apps/xrestop/Manifest b/x11-apps/xrestop/Manifest
index 2c9ad1225da..77f1709a3f5 100644
--- a/x11-apps/xrestop/Manifest
+++ b/x11-apps/xrestop/Manifest
@@ -1 +1,2 @@
 DIST xrestop-0.4.tar.gz 92308 BLAKE2B 5bfe6e9ccd49038e7884be8379e79f3de2bc960588dc21fbbe40d2acb89c6505efd78a9415e0ba8feb24986f11f066ce641b9c933f241776bbc1b3e59fd520f0 SHA512 eb7bf2f3ab7b73708c96d56fd466cb362d711242dd46992fa3e693af2d26995e9baa91075eb445ef227e1342deec5e0e22b37139e80399e4051c9f5cad8fd9b6
+DIST xrestop-0.5.tar.bz2 135537 BLAKE2B cbb58870ff16148a34468231478c723fc41932c1e17156304a1885b52c17d870339c88bc4acde16d28cdd22cb227c2190b6b33bd472b047a82261924e681c889 SHA512 f50e1fcba2fdb6167f93b9edae721556bc411232a9d7cc1df853e588cd92608c9ca652bee1aaf5cfe3750d6c60db6c6cd1c6797e282841cc535051e78b2c4c1d

diff --git a/x11-apps/xrestop/xrestop-0.5.ebuild b/x11-apps/xrestop/xrestop-0.5.ebuild
new file mode 100644
index 00000000000..abe5d281491
--- /dev/null
+++ b/x11-apps/xrestop/xrestop-0.5.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+XORG_EAUTORECONF=yes
+inherit xorg-3
+
+DESCRIPTION="'Top' like statistics of X11 client's server side resource usage"
+HOMEPAGE="https://www.freedesktop.org/wiki/Software/xrestop"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+
+RDEPEND="
+	sys-libs/ncurses:=
+	x11-libs/libX11
+	x11-libs/libXres
+	x11-libs/libXt
+"
+DEPEND="
+	${RDEPEND}
+	x11-base/xorg-proto
+"
+BDEPEND="virtual/pkgconfig"
+
+DOCS=( ChangeLog )
+
+PATCHES=(
+	"${FILESDIR}"/${PN}-0.4-tinfo.patch
+)


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

* [gentoo-commits] repo/gentoo:master commit in: x11-apps/xrestop/
@ 2021-11-07 22:10 Jakov Smolić
  0 siblings, 0 replies; 13+ messages in thread
From: Jakov Smolić @ 2021-11-07 22:10 UTC (permalink / raw
  To: gentoo-commits

commit:     2ab7d84d49387b6529c972a56efb017e02286794
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sun Nov  7 22:10:18 2021 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sun Nov  7 22:10:18 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ab7d84d

x11-apps/xrestop: Stabilize 0.5 amd64, #822339

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 x11-apps/xrestop/xrestop-0.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-apps/xrestop/xrestop-0.5.ebuild b/x11-apps/xrestop/xrestop-0.5.ebuild
index abe5d281491..9769e714e38 100644
--- a/x11-apps/xrestop/xrestop-0.5.ebuild
+++ b/x11-apps/xrestop/xrestop-0.5.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://www.freedesktop.org/wiki/Software/xrestop"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
 
 RDEPEND="
 	sys-libs/ncurses:=


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

* [gentoo-commits] repo/gentoo:master commit in: x11-apps/xrestop/
@ 2021-11-12 20:51 Sam James
  0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2021-11-12 20:51 UTC (permalink / raw
  To: gentoo-commits

commit:     58b66bb56d74ae0925d96ea219d4943c0e12383a
Author:     Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Wed Nov 10 21:17:47 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Nov 12 20:51:15 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58b66bb5

x11-apps/xrestop: stable 0.5 for sparc, bug #822339

Package-Manager: Portage-3.0.28, Repoman-3.0.3
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-apps/xrestop/xrestop-0.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-apps/xrestop/xrestop-0.5.ebuild b/x11-apps/xrestop/xrestop-0.5.ebuild
index 9769e714e38..95e2ca8dce9 100644
--- a/x11-apps/xrestop/xrestop-0.5.ebuild
+++ b/x11-apps/xrestop/xrestop-0.5.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://www.freedesktop.org/wiki/Software/xrestop"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 sparc ~x86"
 
 RDEPEND="
 	sys-libs/ncurses:=


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

* [gentoo-commits] repo/gentoo:master commit in: x11-apps/xrestop/
@ 2021-11-15  8:38 Jakov Smolić
  0 siblings, 0 replies; 13+ messages in thread
From: Jakov Smolić @ 2021-11-15  8:38 UTC (permalink / raw
  To: gentoo-commits

commit:     2d045b576417a1d41fc5db93ad2e877eb1a7069c
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 15 08:37:56 2021 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Mon Nov 15 08:37:56 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d045b57

x11-apps/xrestop: Stabilize 0.5 x86, #822339

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 x11-apps/xrestop/xrestop-0.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-apps/xrestop/xrestop-0.5.ebuild b/x11-apps/xrestop/xrestop-0.5.ebuild
index 95e2ca8dce98..6fd7948c5aa9 100644
--- a/x11-apps/xrestop/xrestop-0.5.ebuild
+++ b/x11-apps/xrestop/xrestop-0.5.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://www.freedesktop.org/wiki/Software/xrestop"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 sparc ~x86"
+KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 sparc x86"
 
 RDEPEND="
 	sys-libs/ncurses:=


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

* [gentoo-commits] repo/gentoo:master commit in: x11-apps/xrestop/
@ 2021-11-17 16:51 Arthur Zamarin
  0 siblings, 0 replies; 13+ messages in thread
From: Arthur Zamarin @ 2021-11-17 16:51 UTC (permalink / raw
  To: gentoo-commits

commit:     f80daf1b6d32508451ddb9e63b3809a3b4f7f140
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 17 16:51:06 2021 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Nov 17 16:51:19 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f80daf1b

x11-apps/xrestop: Stabilize 0.5 ppc, #822339

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 x11-apps/xrestop/xrestop-0.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-apps/xrestop/xrestop-0.5.ebuild b/x11-apps/xrestop/xrestop-0.5.ebuild
index 6fd7948c5aa9..7c812b8ad115 100644
--- a/x11-apps/xrestop/xrestop-0.5.ebuild
+++ b/x11-apps/xrestop/xrestop-0.5.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://www.freedesktop.org/wiki/Software/xrestop"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 sparc x86"
+KEYWORDS="~alpha amd64 ~hppa ppc ~ppc64 sparc x86"
 
 RDEPEND="
 	sys-libs/ncurses:=


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

* [gentoo-commits] repo/gentoo:master commit in: x11-apps/xrestop/
@ 2021-11-18  7:48 Matt Turner
  0 siblings, 0 replies; 13+ messages in thread
From: Matt Turner @ 2021-11-18  7:48 UTC (permalink / raw
  To: gentoo-commits

commit:     c01658a7b57efd1da0f8c1c5b10b2609ff6b6dbf
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 18 07:45:32 2021 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Thu Nov 18 07:46:52 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c01658a7

x11-apps/xrestop: Drop old versions

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 x11-apps/xrestop/Manifest           |  1 -
 x11-apps/xrestop/xrestop-0.4.ebuild | 37 -------------------------------------
 2 files changed, 38 deletions(-)

diff --git a/x11-apps/xrestop/Manifest b/x11-apps/xrestop/Manifest
index 77f1709a3f53..1b42b5205229 100644
--- a/x11-apps/xrestop/Manifest
+++ b/x11-apps/xrestop/Manifest
@@ -1,2 +1 @@
-DIST xrestop-0.4.tar.gz 92308 BLAKE2B 5bfe6e9ccd49038e7884be8379e79f3de2bc960588dc21fbbe40d2acb89c6505efd78a9415e0ba8feb24986f11f066ce641b9c933f241776bbc1b3e59fd520f0 SHA512 eb7bf2f3ab7b73708c96d56fd466cb362d711242dd46992fa3e693af2d26995e9baa91075eb445ef227e1342deec5e0e22b37139e80399e4051c9f5cad8fd9b6
 DIST xrestop-0.5.tar.bz2 135537 BLAKE2B cbb58870ff16148a34468231478c723fc41932c1e17156304a1885b52c17d870339c88bc4acde16d28cdd22cb227c2190b6b33bd472b047a82261924e681c889 SHA512 f50e1fcba2fdb6167f93b9edae721556bc411232a9d7cc1df853e588cd92608c9ca652bee1aaf5cfe3750d6c60db6c6cd1c6797e282841cc535051e78b2c4c1d

diff --git a/x11-apps/xrestop/xrestop-0.4.ebuild b/x11-apps/xrestop/xrestop-0.4.ebuild
deleted file mode 100644
index 42d0def453a2..000000000000
--- a/x11-apps/xrestop/xrestop-0.4.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-DESCRIPTION="'Top' like statistics of X11 client's server side resource usage"
-HOMEPAGE="https://www.freedesktop.org/wiki/Software/xrestop"
-SRC_URI="http://projects.o-hand.com/sources/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ppc ~ppc64 sparc x86"
-
-RDEPEND="
-	x11-libs/libX11
-	x11-libs/libXres
-	x11-libs/libXt
-"
-DEPEND="
-	${RDEPEND}
-	x11-base/xorg-proto
-"
-BDEPEND="virtual/pkgconfig"
-
-DOCS=( AUTHORS ChangeLog NEWS README )
-
-PATCHES=(
-	"${FILESDIR}"/${P}-tinfo.patch
-)
-
-src_prepare() {
-	default
-
-	eautoreconf
-}


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

* [gentoo-commits] repo/gentoo:master commit in: x11-apps/xrestop/
@ 2022-12-14 10:15 Georgy Yakovlev
  0 siblings, 0 replies; 13+ messages in thread
From: Georgy Yakovlev @ 2022-12-14 10:15 UTC (permalink / raw
  To: gentoo-commits

commit:     cc68f5f5b5e05b51e8dca0a6a950a2ee8d4efdd4
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 14 10:13:58 2022 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Wed Dec 14 10:14:31 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc68f5f5

x11-apps/xrestop: stabilize 0.5 for ppc64

Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 x11-apps/xrestop/xrestop-0.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-apps/xrestop/xrestop-0.5.ebuild b/x11-apps/xrestop/xrestop-0.5.ebuild
index 7c812b8ad115..18c8312af9d9 100644
--- a/x11-apps/xrestop/xrestop-0.5.ebuild
+++ b/x11-apps/xrestop/xrestop-0.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ HOMEPAGE="https://www.freedesktop.org/wiki/Software/xrestop"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ppc ~ppc64 sparc x86"
+KEYWORDS="~alpha amd64 ~hppa ppc ppc64 sparc x86"
 
 RDEPEND="
 	sys-libs/ncurses:=


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

* [gentoo-commits] repo/gentoo:master commit in: x11-apps/xrestop/
@ 2022-12-27  5:58 Georgy Yakovlev
  0 siblings, 0 replies; 13+ messages in thread
From: Georgy Yakovlev @ 2022-12-27  5:58 UTC (permalink / raw
  To: gentoo-commits

commit:     34e586d5f8bbe7658c507232f2b3ff069d5015cf
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 27 05:56:34 2022 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Tue Dec 27 05:56:34 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34e586d5

x11-apps/xrestop: keyword 0.5 for ~arm64

Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 x11-apps/xrestop/xrestop-0.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-apps/xrestop/xrestop-0.5.ebuild b/x11-apps/xrestop/xrestop-0.5.ebuild
index 18c8312af9d9..23d5c65b4980 100644
--- a/x11-apps/xrestop/xrestop-0.5.ebuild
+++ b/x11-apps/xrestop/xrestop-0.5.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://www.freedesktop.org/wiki/Software/xrestop"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 ~arm64 ~hppa ppc ppc64 sparc x86"
 
 RDEPEND="
 	sys-libs/ncurses:=


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

* [gentoo-commits] repo/gentoo:master commit in: x11-apps/xrestop/
@ 2023-04-28  0:28 Matt Turner
  0 siblings, 0 replies; 13+ messages in thread
From: Matt Turner @ 2023-04-28  0:28 UTC (permalink / raw
  To: gentoo-commits

commit:     b41bfa9881cae4508f90a96dfcfbca693b0a498e
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 28 00:20:56 2023 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Apr 28 00:28:38 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b41bfa98

x11-apps/xrestop: Version bump to 0.6

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 x11-apps/xrestop/Manifest           |  1 +
 x11-apps/xrestop/xrestop-0.6.ebuild | 26 ++++++++++++++++++++++++++
 2 files changed, 27 insertions(+)

diff --git a/x11-apps/xrestop/Manifest b/x11-apps/xrestop/Manifest
index 1b42b5205229..535681cd4a77 100644
--- a/x11-apps/xrestop/Manifest
+++ b/x11-apps/xrestop/Manifest
@@ -1 +1,2 @@
 DIST xrestop-0.5.tar.bz2 135537 BLAKE2B cbb58870ff16148a34468231478c723fc41932c1e17156304a1885b52c17d870339c88bc4acde16d28cdd22cb227c2190b6b33bd472b047a82261924e681c889 SHA512 f50e1fcba2fdb6167f93b9edae721556bc411232a9d7cc1df853e588cd92608c9ca652bee1aaf5cfe3750d6c60db6c6cd1c6797e282841cc535051e78b2c4c1d
+DIST xrestop-0.6.tar.xz 125128 BLAKE2B 59424d3a1d2aa0b41b55c901686c032bcddbed167474e6a759705024bf017b6bfdad7ef9263609c14ab4db8ca087357cbc66f9c39f80a70b9740f4c2a2fe07b7 SHA512 bc46aa1f0664961a42a2ed1f204c3c3959429805936fcdd91a2bdbb7c46d8a19a213c9997f7d2365948220bdbc6d39ea654c5085baf6f7309540445877b62e3b

diff --git a/x11-apps/xrestop/xrestop-0.6.ebuild b/x11-apps/xrestop/xrestop-0.6.ebuild
new file mode 100644
index 000000000000..619b7b5fd6d9
--- /dev/null
+++ b/x11-apps/xrestop/xrestop-0.6.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+XORG_TARBALL_SUFFIX="xz"
+inherit xorg-3
+
+DESCRIPTION="'Top' like statistics of X11 client's server side resource usage"
+HOMEPAGE="https://www.freedesktop.org/wiki/Software/xrestop"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+
+RDEPEND="
+	sys-libs/ncurses:=
+	x11-libs/libX11
+	x11-libs/libXres
+	x11-libs/libXext
+"
+DEPEND="
+	${RDEPEND}
+	x11-base/xorg-proto
+"
+BDEPEND="virtual/pkgconfig"


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

* [gentoo-commits] repo/gentoo:master commit in: x11-apps/xrestop/
@ 2023-06-01 16:03 Arthur Zamarin
  0 siblings, 0 replies; 13+ messages in thread
From: Arthur Zamarin @ 2023-06-01 16:03 UTC (permalink / raw
  To: gentoo-commits

commit:     009a06107e4824abed969a00849b49c9d7b75cb7
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  1 16:01:50 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Jun  1 16:01:50 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=009a0610

x11-apps/xrestop: Stabilize 0.6 ppc, #907616

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 x11-apps/xrestop/xrestop-0.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-apps/xrestop/xrestop-0.6.ebuild b/x11-apps/xrestop/xrestop-0.6.ebuild
index 619b7b5fd6d9..06ddd2c2bd33 100644
--- a/x11-apps/xrestop/xrestop-0.6.ebuild
+++ b/x11-apps/xrestop/xrestop-0.6.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://www.freedesktop.org/wiki/Software/xrestop"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ppc ~ppc64 ~sparc ~x86"
 
 RDEPEND="
 	sys-libs/ncurses:=


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

* [gentoo-commits] repo/gentoo:master commit in: x11-apps/xrestop/
@ 2023-06-01 16:41 Arthur Zamarin
  0 siblings, 0 replies; 13+ messages in thread
From: Arthur Zamarin @ 2023-06-01 16:41 UTC (permalink / raw
  To: gentoo-commits

commit:     37d9082c607efd3165af671d1975195ab5e23456
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  1 16:40:22 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Jun  1 16:40:22 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37d9082c

x11-apps/xrestop: Stabilize 0.6 x86, #907616

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 x11-apps/xrestop/xrestop-0.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-apps/xrestop/xrestop-0.6.ebuild b/x11-apps/xrestop/xrestop-0.6.ebuild
index 3a9fa96571ad..6922b7e63824 100644
--- a/x11-apps/xrestop/xrestop-0.6.ebuild
+++ b/x11-apps/xrestop/xrestop-0.6.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://www.freedesktop.org/wiki/Software/xrestop"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm64 ~hppa ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm64 ~hppa ppc ~ppc64 ~sparc x86"
 
 RDEPEND="
 	sys-libs/ncurses:=


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

* [gentoo-commits] repo/gentoo:master commit in: x11-apps/xrestop/
@ 2023-06-01 17:04 Arthur Zamarin
  0 siblings, 0 replies; 13+ messages in thread
From: Arthur Zamarin @ 2023-06-01 17:04 UTC (permalink / raw
  To: gentoo-commits

commit:     b643aeeed0e969f68509db5fffc6be27c1f9eed8
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  1 17:03:43 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Jun  1 17:03:43 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b643aeee

x11-apps/xrestop: Stabilize 0.6 ppc64, #907616

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 x11-apps/xrestop/xrestop-0.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-apps/xrestop/xrestop-0.6.ebuild b/x11-apps/xrestop/xrestop-0.6.ebuild
index 6922b7e63824..0747d0682594 100644
--- a/x11-apps/xrestop/xrestop-0.6.ebuild
+++ b/x11-apps/xrestop/xrestop-0.6.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://www.freedesktop.org/wiki/Software/xrestop"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm64 ~hppa ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm64 ~hppa ppc ppc64 ~sparc x86"
 
 RDEPEND="
 	sys-libs/ncurses:=


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

* [gentoo-commits] repo/gentoo:master commit in: x11-apps/xrestop/
@ 2023-06-03 19:44 Arthur Zamarin
  0 siblings, 0 replies; 13+ messages in thread
From: Arthur Zamarin @ 2023-06-03 19:44 UTC (permalink / raw
  To: gentoo-commits

commit:     1d63f56d7043e7af7a791f903102644fe8525365
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  3 19:42:33 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Jun  3 19:42:33 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d63f56d

x11-apps/xrestop: Stabilize 0.6 sparc, #907616

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 x11-apps/xrestop/xrestop-0.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-apps/xrestop/xrestop-0.6.ebuild b/x11-apps/xrestop/xrestop-0.6.ebuild
index 0747d0682594..229a0b7cd10f 100644
--- a/x11-apps/xrestop/xrestop-0.6.ebuild
+++ b/x11-apps/xrestop/xrestop-0.6.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://www.freedesktop.org/wiki/Software/xrestop"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm64 ~hppa ppc ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm64 ~hppa ppc ppc64 sparc x86"
 
 RDEPEND="
 	sys-libs/ncurses:=


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

end of thread, other threads:[~2023-06-03 19:45 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-14 10:15 [gentoo-commits] repo/gentoo:master commit in: x11-apps/xrestop/ Georgy Yakovlev
  -- strict thread matches above, loose matches on Subject: below --
2023-06-03 19:44 Arthur Zamarin
2023-06-01 17:04 Arthur Zamarin
2023-06-01 16:41 Arthur Zamarin
2023-06-01 16:03 Arthur Zamarin
2023-04-28  0:28 Matt Turner
2022-12-27  5:58 Georgy Yakovlev
2021-11-18  7:48 Matt Turner
2021-11-17 16:51 Arthur Zamarin
2021-11-15  8:38 Jakov Smolić
2021-11-12 20:51 Sam James
2021-11-07 22:10 Jakov Smolić
2021-08-03 19:17 Matt Turner

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