summaryrefslogtreecommitdiff
path: root/app-misc/radeontop
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 05:35:26 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 05:35:26 -0500
commitf716a9fe6455d39eef01e718aae68dae61c19704 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /app-misc/radeontop
parent3f9cf298e89cd5037b982abba06091224ee76daf (diff)
downloadbaldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.gz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.xz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.zip
Adding metadata
Diffstat (limited to 'app-misc/radeontop')
-rw-r--r--app-misc/radeontop/Manifest1
-rw-r--r--app-misc/radeontop/metadata.xml11
-rw-r--r--app-misc/radeontop/radeontop-1.4.ebuild59
-rw-r--r--app-misc/radeontop/radeontop-9999.ebuild42
4 files changed, 0 insertions, 113 deletions
diff --git a/app-misc/radeontop/Manifest b/app-misc/radeontop/Manifest
deleted file mode 100644
index 28d47dab7498..000000000000
--- a/app-misc/radeontop/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST radeontop-1.4.tar.gz 44602 BLAKE2B ad8893f491442c06f91c2a7bcf9cf884f066bb4fb01be019afbaa8e604ca12355647c624efa0742b15cb99e00fddbf71fa5b75f34086139acf0779c72668b354 SHA512 078087929bdbcf9b131d78f5ab0adc3d086be168d376d9f8e27a886668764263b072e0b08cb4dde593284fcdd16faa44711125c2ea5a14aaad70c8fa0f57f2b9
diff --git a/app-misc/radeontop/metadata.xml b/app-misc/radeontop/metadata.xml
deleted file mode 100644
index 24c1cadf2df3..000000000000
--- a/app-misc/radeontop/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>mm1ke@gentoo.org</email>
- <name>Michael Mair-Keimberger</name>
- </maintainer>
- <upstream>
- <remote-id type="github">clbr/radeontop</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/app-misc/radeontop/radeontop-1.4.ebuild b/app-misc/radeontop/radeontop-1.4.ebuild
deleted file mode 100644
index 1eeba9b4c3c1..000000000000
--- a/app-misc/radeontop/radeontop-1.4.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-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 ~arm64 ~loong ~ppc64 ~x86"
-IUSE="nls video_cards_amdgpu video_cards_radeon"
-REQUIRED_USE="
- || ( video_cards_amdgpu video_cards_radeon )
-"
-
-RDEPEND="
- sys-libs/ncurses:=
- x11-libs/libdrm[video_cards_amdgpu?,video_cards_radeon?]
- x11-libs/libpciaccess
- x11-libs/libxcb
- nls? (
- sys-libs/ncurses:=[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=$(usex video_cards_amdgpu 1 0)
- export xcb=1
- # Do not add -g or -s to CFLAGS
- export plain=1
- export PREFIX="${EPREFIX}"/usr
-}
diff --git a/app-misc/radeontop/radeontop-9999.ebuild b/app-misc/radeontop/radeontop-9999.ebuild
deleted file mode 100644
index 75c654dde8fc..000000000000
--- a/app-misc/radeontop/radeontop-9999.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit toolchain-funcs git-r3
-
-DESCRIPTION="Utility to view Radeon GPU utilization"
-HOMEPAGE="https://github.com/clbr/radeontop"
-EGIT_REPO_URI="https://github.com/clbr/radeontop.git"
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE="nls video_cards_amdgpu video_cards_radeon"
-REQUIRED_USE="|| ( video_cards_amdgpu video_cards_radeon )"
-
-RDEPEND="
- sys-libs/ncurses:=
- x11-libs/libdrm[video_cards_amdgpu?,video_cards_radeon?]
- x11-libs/libpciaccess
- x11-libs/libxcb
- nls? (
- sys-libs/ncurses:=[unicode(+)]
- virtual/libintl
- )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
- virtual/pkgconfig
- nls? ( sys-devel/gettext )
-"
-
-src_configure() {
- tc-export CC
- export LIBDIR=$(get_libdir)
- export nls=$(usex nls 1 0)
- export amdgpu=$(usex video_cards_amdgpu 1 0)
- export xcb=1
- # Do not add -g or -s to CFLAGS
- export plain=1
- export PREFIX="${EPREFIX}"/usr
-}