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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0B009138239 for ; Sat, 13 Feb 2021 11:59:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 45388E08DD; Sat, 13 Feb 2021 11:59:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 24A4DE0896 for ; Sat, 13 Feb 2021 11:59:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D9FF9335D92 for ; Sat, 13 Feb 2021 11:59:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2F48346B for ; Sat, 13 Feb 2021 11:59:33 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1613217355.d6c089f3ae4f24c6b439a80a73b057bd12f6c178.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/radeontop/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/radeontop/Manifest app-misc/radeontop/radeontop-1.2.ebuild app-misc/radeontop/radeontop-1.3.ebuild X-VCS-Directories: app-misc/radeontop/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: d6c089f3ae4f24c6b439a80a73b057bd12f6c178 X-VCS-Branch: master Date: Sat, 13 Feb 2021 11:59:33 +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: 8a52d0c9-0612-4283-b631-560e13504ea9 X-Archives-Hash: be18390471369ade4f2f50f64a3e944a commit: d6c089f3ae4f24c6b439a80a73b057bd12f6c178 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Sat Feb 13 09:06:49 2021 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sat Feb 13 11:55:55 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6c089f3 app-misc/radeontop: cleanup old Closes: https://github.com/gentoo/gentoo/pull/19350 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: Conrad Kostecki gentoo.org> app-misc/radeontop/Manifest | 1 - app-misc/radeontop/radeontop-1.2.ebuild | 54 --------------------------------- app-misc/radeontop/radeontop-1.3.ebuild | 54 --------------------------------- 3 files changed, 109 deletions(-) diff --git a/app-misc/radeontop/Manifest b/app-misc/radeontop/Manifest index f2c3f518943..f188178c6e3 100644 --- a/app-misc/radeontop/Manifest +++ b/app-misc/radeontop/Manifest @@ -1,2 +1 @@ -DIST radeontop-1.2.tar.gz 35319 BLAKE2B 52a92b86379c9340b8f59b3039a4ad725827e1b3ee2bb7d2f544d6ec8730e03ab1baab266edbc263195e68ca56a4e7b3f251337401775fff588fbfb8bae0751d SHA512 f36c2e418fe8add77080642e575b99c092afeda24811f33ee161a8c9341decb611f631e5511a5255089d63e172eda6836295e5795c3ebd3f5cad172f7599d862 DIST radeontop-1.3.tar.gz 38138 BLAKE2B 41bc36c571a99a136f2d1c1d5ff1a06b1e99bccb6e01f7432b9867e2700afa9d2b5cab7f743d3560b2120642c98253313e0356af977805ada173cd3c2168acbc SHA512 cc54e0726b2a934d14ad591c7a199474b49885e6122399b282e9289610d26f3c55b3d68a7d655d88a0ff8de1a0ac0994e868fa06ae1198416aaf857a099181f1 diff --git a/app-misc/radeontop/radeontop-1.2.ebuild b/app-misc/radeontop/radeontop-1.2.ebuild deleted file mode 100644 index 0a3872644e8..00000000000 --- a/app-misc/radeontop/radeontop-1.2.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit toolchain-funcs - -DESCRIPTION="Utility to view Radeon GPU utilization" -HOMEPAGE="https://github.com/clbr/radeontop" -SRC_URI="https://github.com/clbr/radeontop/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="nls" - -RDEPEND=" - sys-libs/ncurses:0= - x11-libs/libdrm - x11-libs/libpciaccess - x11-libs/libxcb - nls? ( - sys-libs/ncurses:0=[unicode] - virtual/libintl - ) -" -DEPEND="${RDEPEND} - nls? ( sys-devel/gettext ) -" -BDEPEND="virtual/pkgconfig" - -src_prepare() { - default - - cat > include/version.h <<-EOF || die - #ifndef VER_H - #define VER_H - - #define VERSION "${PV}" - - #endif - EOF - >getver.sh || die - touch .git || die -} - -src_configure() { - tc-export CC - export LIBDIR=$(get_libdir) - export nls=$(usex nls 1 0) - export amdgpu=1 - export xcb=1 - # Do not add -g or -s to CFLAGS - export plain=1 -} diff --git a/app-misc/radeontop/radeontop-1.3.ebuild b/app-misc/radeontop/radeontop-1.3.ebuild deleted file mode 100644 index 78d907d4151..00000000000 --- a/app-misc/radeontop/radeontop-1.3.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit toolchain-funcs - -DESCRIPTION="Utility to view Radeon GPU utilization" -HOMEPAGE="https://github.com/clbr/radeontop" -SRC_URI="https://github.com/clbr/radeontop/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="nls" - -RDEPEND=" - sys-libs/ncurses:0= - x11-libs/libdrm - x11-libs/libpciaccess - x11-libs/libxcb - nls? ( - sys-libs/ncurses:0=[unicode] - virtual/libintl - ) -" -DEPEND="${RDEPEND} - nls? ( sys-devel/gettext ) -" -BDEPEND="virtual/pkgconfig" - -src_prepare() { - default - - cat > include/version.h <<-EOF || die - #ifndef VER_H - #define VER_H - - #define VERSION "${PV}" - - #endif - EOF - >getver.sh || die - touch .git || die -} - -src_configure() { - tc-export CC - export LIBDIR=$(get_libdir) - export nls=$(usex nls 1 0) - export amdgpu=1 - export xcb=1 - # Do not add -g or -s to CFLAGS - export plain=1 -}