commit:     d3367f680bdfeee6d8c85b90c1d0bdc403960d5a
Author:     idealseal <realidealseal <AT> protonmail <DOT> com>
AuthorDate: Fri Sep 19 20:45:28 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Oct  6 03:14:57 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3367f68

sys-process/btop: drop 1.4.3

Signed-off-by: idealseal <realidealseal <AT> protonmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/43852
Closes: https://github.com/gentoo/gentoo/pull/43852
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-process/btop/Manifest                          |  1 -
 sys-process/btop/btop-1.4.3.ebuild                 | 58 ----------------------
 .../btop/files/btop-1.4.3-network-title.patch      | 23 ---------
 3 files changed, 82 deletions(-)

diff --git a/sys-process/btop/Manifest b/sys-process/btop/Manifest
index 5574074def8c..affa54dc480e 100644
--- a/sys-process/btop/Manifest
+++ b/sys-process/btop/Manifest
@@ -1,3 +1,2 @@
-DIST btop-1.4.3.gh.tar.gz 1245882 BLAKE2B 
fa4c9086866f373b46bcde2778ebdd816eeea9f9e0e088c8ff8ae910dd551c59726546682792da1c7a8e7c52647d4f3960bf1df00a93baa6f75d4d8bd85b4bd6
 SHA512 
4a63c57d9d12549528055d3e509816123966a2143ed8c8cbc76d4c417ac8729265ef1be3102f5a00bc36b1a15786a089eaef05e6ec43382d65fd52ebcea03a4c
 DIST btop-1.4.4.gh.tar.gz 1245613 BLAKE2B 
9dae74de6aa4738e5a665fff6abafb7f8712eeb81c208ee410f330ee29816d35b3483294a36c2ab9523d7c3c6de7735132a2ecc6b785c0aee77dcfc04a60c74e
 SHA512 
acd206daa8832cf6ca8a715ae481088f2854887dbce586a3b1dd5142e8a43e2ee67f2cfa29d9e680f51786ff107346d82ceb17205c30c47f0ec737372a17ef58
 DIST btop-1.4.5.gh.tar.gz 1250099 BLAKE2B 
8720a9c8660942f95770023d1910016180c138eeb5606d98ad4ffbee55b8d80ee8f3b8803662ac9b0f240cc2069bab339eba091a7ae1ac5c82b936a948cdcb73
 SHA512 
36e278c832d984e5d882dcf861855945edc31dd00cbe0a6c16b09de42b2416d865585985e999302a470068037fdecca754c8ee9e25940c9ae1df5196893f93a8

diff --git a/sys-process/btop/btop-1.4.3.ebuild 
b/sys-process/btop/btop-1.4.3.ebuild
deleted file mode 100644
index b525b4921765..000000000000
--- a/sys-process/btop/btop-1.4.3.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 2021-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake optfeature toolchain-funcs xdg
-
-DESCRIPTION="A monitor of resources"
-HOMEPAGE="https://github.com/aristocratos/btop";
-SRC_URI="
-       https://github.com/aristocratos/btop/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz
-"
-
-LICENSE="Apache-2.0 MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv x86"
-
-BDEPEND="
-       app-text/lowdown
-"
-
-DOCS=( "README.md" "CHANGELOG.md" )
-
-PATCHES=(
-       # Can be removed after 1.4.4.
-       "${FILESDIR}/${P}-network-title.patch"
-)
-
-pkg_setup() {
-       if [[ "${MERGE_TYPE}" != "binary" ]]; then
-               if tc-is-clang ; then
-                       if [[ "$(clang-major-version)" -lt 16 ]]; then
-                               die "sys-process/btop requires 
>=llvm-core/clang-16.0.0 to build."
-                       fi
-               elif ! tc-is-gcc ; then
-                       die "$(tc-getCXX) is not a supported compiler. Please 
use sys-devel/gcc or >=llvm-core/clang-16.0.0 instead."
-               fi
-       fi
-}
-
-src_configure() {
-       local mycmakeargs=(
-               -DBTOP_GPU=true
-               -DBTOP_RSMI_STATIC=false
-               -DBTOP_STATIC=false
-               # These settings can be controlled in make.conf CFLAGS/CXXFLAGS
-               -DBTOP_LTO=false
-               -DBTOP_WERROR=false
-       )
-       cmake_src_configure
-}
-
-pkg_postinst() {
-       xdg_pkg_postinst
-
-       optfeature "GPU monitoring support (Radeon GPUs)" dev-util/rocm-smi
-       optfeature "GPU monitoring support (NVIDIA GPUs)" 
x11-drivers/nvidia-drivers
-}

diff --git a/sys-process/btop/files/btop-1.4.3-network-title.patch 
b/sys-process/btop/files/btop-1.4.3-network-title.patch
deleted file mode 100644
index 5e799a05392f..000000000000
--- a/sys-process/btop/files/btop-1.4.3-network-title.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-From d758fc8dc647a12c1bf1b1c1aa5893f92e4daf91 Mon Sep 17 00:00:00 2001
-From: xDMPx <[email protected]>
-Date: Tue, 13 May 2025 00:06:09 +0200
-Subject: [PATCH] Fix incorrect positioning and start symbol of second title
- introduced in 2538d89ed97bd98b8c092ca73ec75be7db888467
-
----
- src/btop_draw.cpp | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/btop_draw.cpp b/src/btop_draw.cpp
-index 2608e0333..850a6c45a 100644
---- a/src/btop_draw.cpp
-+++ b/src/btop_draw.cpp
-@@ -293,7 +293,7 @@ namespace Draw {
-               }
-               if (not title2.empty()) {
-                       out += fmt::format(
--                              "{}{}{}{}{}{}{}{}{}", Mv::to(y, x + 2), 
Symbols::title_left, Fx::b, numbering, Theme::c("title"), title2, Fx::ub,
-+                              "{}{}{}{}{}{}{}{}{}", Mv::to(y + height - 1, x 
+ 2), Symbols::title_left_down, Fx::b, numbering, Theme::c("title"), title2, 
Fx::ub,
-                               line_color, Symbols::title_right_down
-                       );
-               }

Reply via email to