From f02c9c3385076b863055608cb7ede88664ebcd28 Mon Sep 17 00:00:00 2001 From: Joe Kappus Date: Thu, 19 Mar 2026 13:53:48 -0400 Subject: [PATCH] app-admin/s-tui: add 1.4.0, drop 1.2.0-r1 Signed-off-by: Joe Kappus --- app-admin/s-tui/Manifest | 2 +- app-admin/s-tui/{s-tui-1.2.0-r1.ebuild => s-tui-1.4.0.ebuild} | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) rename app-admin/s-tui/{s-tui-1.2.0-r1.ebuild => s-tui-1.4.0.ebuild} (90%) diff --git a/app-admin/s-tui/Manifest b/app-admin/s-tui/Manifest index 3f486e43a8..56071b4edb 100644 --- a/app-admin/s-tui/Manifest +++ b/app-admin/s-tui/Manifest @@ -1,2 +1,2 @@ -DIST s-tui-1.2.0.gh.tar.gz 2608975 BLAKE2B a786386f2cce120d5d3cfeebe8a51442a3b3404eb405820fa09d98fd79ea0989ec78a8582c83357036a26904bee21edb21b7eee7f9deaf9565cb7b9f53b15076 SHA512 c6024ceaaed4e27f6210c106a1550a88376995efc925f92d6ffc4309e8981a1b3d0e59c502fd16ad1786fb61fc28de2dadee668f838057cc8dd4e54908859bda DIST s-tui-1.3.0.gh.tar.gz 2609616 BLAKE2B b9639041d40ef87245b5f5afb3a7f331e573b154d681c0b09d2abb1fb26a6ca12d550331eb373c056d00b4f2f12feaff1426dde2a71dfd8b9bd314a5193ec3ec SHA512 0ae12b93358e2f33aa7c4bcb697b1ff2a64915fdecd021b41416c59af83045c3cf6ca4e168f3b9da86047402f2ebadfc1a0c429873ad351410883ec641fcc514 +DIST s-tui-1.4.0.gh.tar.gz 2651596 BLAKE2B da91b06b05cf174699ac123d90e24c14c8f2356f31760c1d5c7f60e7029df2e4bfe03aac72a23719f3eb9d1bce1fca26b44ef75bb3f280ddf3a852bf619b6266 SHA512 9b46e2e51695f22cb0c4c3f1948dd9f0f65a9acd5815ae8786b8a4df31c96ed31ab6cd22222c2d3fd55a11b7c08add4b9bc91387ff3ad82a7bcaf2e652b9cbe7 diff --git a/app-admin/s-tui/s-tui-1.2.0-r1.ebuild b/app-admin/s-tui/s-tui-1.4.0.ebuild similarity index 90% rename from app-admin/s-tui/s-tui-1.2.0-r1.ebuild rename to app-admin/s-tui/s-tui-1.4.0.ebuild index 90c9caa00a..e4009a2128 100644 --- a/app-admin/s-tui/s-tui-1.2.0-r1.ebuild +++ b/app-admin/s-tui/s-tui-1.4.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -10,8 +10,6 @@ inherit distutils-r1 optfeature DESCRIPTION="Stress-Terminal UI monitoring tool" HOMEPAGE="https://amanusk.github.io/s-tui/" -PATCHES=( "${FILESDIR}/${P}-dropimport.patch" ) - if [[ ${PV} == *9999* ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/amanusk/${PN}.git"