From 9f4f78066ab597f969ad6223aa6a7845bb4753d7 Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Fri, 3 May 2024 21:38:59 -0400 Subject: nvtop 3.1.0. --- sys-process/nvtop/nvtop-3.0.1.ebuild | 47 ------------------------------------ 1 file changed, 47 deletions(-) delete mode 100644 sys-process/nvtop/nvtop-3.0.1.ebuild (limited to 'sys-process/nvtop/nvtop-3.0.1.ebuild') diff --git a/sys-process/nvtop/nvtop-3.0.1.ebuild b/sys-process/nvtop/nvtop-3.0.1.ebuild deleted file mode 100644 index 5c2c509..0000000 --- a/sys-process/nvtop/nvtop-3.0.1.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake xdg - -DESCRIPTION="NVIDIA GPUs htop like monitoring tool" -HOMEPAGE="https://github.com/Syllo/nvtop" - -if [[ "${PV}" == "9999" ]] ; then - EGIT_REPO_URI="https://github.com/Syllo/${PN}.git" - inherit git-r3 -else - SRC_URI="https://github.com/Syllo/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" -fi - -LICENSE="GPL-3" -SLOT="0" - -IUSE="unicode video_cards_intel video_cards_amdgpu video_cards_nvidia" - -RDEPEND=" - video_cards_intel? ( virtual/udev ) - video_cards_amdgpu? ( x11-libs/libdrm[video_cards_amdgpu] ) - video_cards_nvidia? ( x11-drivers/nvidia-drivers ) - sys-libs/ncurses:0= -" - -DEPEND="${RDEPEND}" - -BDEPEND=" - virtual/pkgconfig -" - -src_configure() { - local mycmakeargs=( - -DCMAKE_INSTALL_PREFIX="${EPREFIX}/usr" - -DCURSES_NEED_WIDE=$(usex unicode) - -DINTEL_SUPPORT=$(usex video_cards_intel) - -DNVIDIA_SUPPORT=$(usex video_cards_nvidia) - -DAMDGPU_SUPPORT=$(usex video_cards_amdgpu) - ) - - cmake_src_configure -} \ No newline at end of file -- cgit v1.2.3