diff options
author | 2024-02-09 18:15:12 +0100 | |
---|---|---|
committer | 2024-02-09 18:15:42 +0100 | |
commit | e27144507a8a537188b652eb6508f6ac50929622 (patch) | |
tree | 5b2c73d4ef52511bd6485a57a4df2a237e7930ba /sys-process | |
parent | games-rpg/open-adventure: ignore code quality checks (diff) | |
download | guru-e27144507a8a537188b652eb6508f6ac50929622.tar.gz guru-e27144507a8a537188b652eb6508f6ac50929622.tar.bz2 guru-e27144507a8a537188b652eb6508f6ac50929622.zip |
Update description for multi-vendor support
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Diffstat (limited to 'sys-process')
-rw-r--r-- | sys-process/nvtop/metadata.xml | 8 | ||||
-rw-r--r-- | sys-process/nvtop/nvtop-2.0.3.ebuild | 2 | ||||
-rw-r--r-- | sys-process/nvtop/nvtop-3.0.1.ebuild | 2 | ||||
-rw-r--r-- | sys-process/nvtop/nvtop-3.0.2.ebuild | 2 | ||||
-rw-r--r-- | 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 d16f6189d..f1193f555 100644 --- a/sys-process/nvtop/metadata.xml +++ b/sys-process/nvtop/metadata.xml @@ -9,10 +9,8 @@ <remote-id type="github">Syllo/nvtop</remote-id> </upstream> <longdescription lang="en"> - 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. </longdescription> </pkgmetadata> diff --git a/sys-process/nvtop/nvtop-2.0.3.ebuild b/sys-process/nvtop/nvtop-2.0.3.ebuild index a4383e95d..c0fcc5624 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 e2d0d4176..1e15ea20b 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 395e8ba17..308b984c1 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 395e8ba17..308b984c1 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 |