From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E14CC15815E for ; Fri, 9 Feb 2024 17:16:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 201D3E2A87; Fri, 9 Feb 2024 17:16:07 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0498EE2A87 for ; Fri, 9 Feb 2024 17:16:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ED1C034300F for ; Fri, 9 Feb 2024 17:16:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8673714BD for ; Fri, 9 Feb 2024 17:16:04 +0000 (UTC) From: "Haelwenn Monnier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Haelwenn Monnier" Message-ID: <1707498942.e27144507a8a537188b652eb6508f6ac50929622.lanodan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-process/nvtop/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-process/nvtop/metadata.xml sys-process/nvtop/nvtop-2.0.3.ebuild sys-process/nvtop/nvtop-3.0.1.ebuild sys-process/nvtop/nvtop-3.0.2.ebuild sys-process/nvtop/nvtop-9999.ebuild X-VCS-Directories: sys-process/nvtop/ X-VCS-Committer: lanodan X-VCS-Committer-Name: Haelwenn Monnier X-VCS-Revision: e27144507a8a537188b652eb6508f6ac50929622 X-VCS-Branch: dev Date: Fri, 9 Feb 2024 17:16:04 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5e2835bc-8d15-4146-96a5-293e38638f5a X-Archives-Hash: 7ba2c3acc1d53cf96f8104a5373656d6 commit: e27144507a8a537188b652eb6508f6ac50929622 Author: Haelwenn (lanodan) Monnier hacktivis me> AuthorDate: Fri Feb 9 17:15:12 2024 +0000 Commit: Haelwenn Monnier hacktivis me> CommitDate: Fri Feb 9 17:15:42 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e2714450 Update description for multi-vendor support Signed-off-by: Haelwenn (lanodan) Monnier hacktivis.me> sys-process/nvtop/metadata.xml | 8 +++----- sys-process/nvtop/nvtop-2.0.3.ebuild | 2 +- sys-process/nvtop/nvtop-3.0.1.ebuild | 2 +- sys-process/nvtop/nvtop-3.0.2.ebuild | 2 +- sys-process/nvtop/nvtop-9999.ebuild | 2 +- 5 files changed, 7 insertions(+), 9 deletions(-) diff --git a/sys-process/nvtop/metadata.xml b/sys-process/nvtop/metadata.xml index d16f6189d2..f1193f5554 100644 --- a/sys-process/nvtop/metadata.xml +++ b/sys-process/nvtop/metadata.xml @@ -9,10 +9,8 @@ Syllo/nvtop - Nvtop stands for NVidia TOP, a (h)top like task monitor for NVIDIA GPUs. - It can handle multiple GPUs and print information about them in a htop - familiar way. Some fields are shown as N/A: Ask NVIDIA for better support - of your hardware! Compatibility issues: Does not work with nouveau driver - stack and older NVIDIA GPU for the time being. + NVTOP stands for Neat Videocard TOP, a (h)top like task monitor for + AMD, Intel and NVIDIA GPUs. It can handle multiple GPUs and print + information about them in a htop-familiar way. diff --git a/sys-process/nvtop/nvtop-2.0.3.ebuild b/sys-process/nvtop/nvtop-2.0.3.ebuild index a4383e95dc..c0fcc5624e 100644 --- a/sys-process/nvtop/nvtop-2.0.3.ebuild +++ b/sys-process/nvtop/nvtop-2.0.3.ebuild @@ -7,7 +7,7 @@ inherit cmake NVIDIA_PV="455.38" -DESCRIPTION="NVIDIA GPUs htop like monitoring tool" +DESCRIPTION="(h)top like task monitor for AMD, NVIDIA, … GPUs" HOMEPAGE="https://github.com/Syllo/nvtop" if [[ "${PV}" == "9999" ]] ; then diff --git a/sys-process/nvtop/nvtop-3.0.1.ebuild b/sys-process/nvtop/nvtop-3.0.1.ebuild index e2d0d4176d..1e15ea20b3 100644 --- a/sys-process/nvtop/nvtop-3.0.1.ebuild +++ b/sys-process/nvtop/nvtop-3.0.1.ebuild @@ -5,7 +5,7 @@ EAPI=8 inherit cmake xdg -DESCRIPTION="NVIDIA GPUs htop like monitoring tool" +DESCRIPTION="(h)top like task monitor for AMD, Intel, NVIDIA, … GPUs" HOMEPAGE="https://github.com/Syllo/nvtop" if [[ "${PV}" == "9999" ]] ; then diff --git a/sys-process/nvtop/nvtop-3.0.2.ebuild b/sys-process/nvtop/nvtop-3.0.2.ebuild index 395e8ba179..308b984c1c 100644 --- a/sys-process/nvtop/nvtop-3.0.2.ebuild +++ b/sys-process/nvtop/nvtop-3.0.2.ebuild @@ -5,7 +5,7 @@ EAPI=8 inherit cmake xdg -DESCRIPTION="NVIDIA GPUs htop like monitoring tool" +DESCRIPTION="(h)top like task monitor for AMD, Intel, NVIDIA, … GPUs" HOMEPAGE="https://github.com/Syllo/nvtop" if [[ "${PV}" == "9999" ]] ; then diff --git a/sys-process/nvtop/nvtop-9999.ebuild b/sys-process/nvtop/nvtop-9999.ebuild index 395e8ba179..308b984c1c 100644 --- a/sys-process/nvtop/nvtop-9999.ebuild +++ b/sys-process/nvtop/nvtop-9999.ebuild @@ -5,7 +5,7 @@ EAPI=8 inherit cmake xdg -DESCRIPTION="NVIDIA GPUs htop like monitoring tool" +DESCRIPTION="(h)top like task monitor for AMD, Intel, NVIDIA, … GPUs" HOMEPAGE="https://github.com/Syllo/nvtop" if [[ "${PV}" == "9999" ]] ; then