commit: e9e1a3f56841c401572f9199f4425ab9845594d0 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Feb 8 19:16:28 2026 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Feb 8 19:16:28 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9e1a3f5
net-proxy/sqtop: Remove last-rited pkg Bug: https://bugs.gentoo.org/929259 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> net-proxy/sqtop/Manifest | 1 - .../sqtop/files/sqtop-2015.02.08-ncurses.patch | 15 ----------- net-proxy/sqtop/metadata.xml | 18 -------------- net-proxy/sqtop/sqtop-2015.02.08.ebuild | 29 ---------------------- profiles/package.mask | 9 ------- 5 files changed, 72 deletions(-) diff --git a/net-proxy/sqtop/Manifest b/net-proxy/sqtop/Manifest deleted file mode 100644 index ad9499a7a497..000000000000 --- a/net-proxy/sqtop/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST sqtop-2015.02.08.tar.gz 154535 BLAKE2B 4825a254670e5336acbddc8ffb50c7a423614c06fcf9b69b354e3ccf88496bde17ba586bf45cf062a4da40e2332b84a611b50582e425278a259cc27a23f53f7f SHA512 35911b2d4aaa6364ec52bb55264372378b4a458268cfc2e03884660576014739a55e255eb751a9be54b70d4504f16d095b6cf9db08ff5889d52fd2a46ab2033a diff --git a/net-proxy/sqtop/files/sqtop-2015.02.08-ncurses.patch b/net-proxy/sqtop/files/sqtop-2015.02.08-ncurses.patch deleted file mode 100644 index c12953b75b75..000000000000 --- a/net-proxy/sqtop/files/sqtop-2015.02.08-ncurses.patch +++ /dev/null @@ -1,15 +0,0 @@ -diff --git a/configure.ac b/configure.ac -index 9306ef8..829d793 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -60,7 +60,9 @@ if test x$enable_ui = xtrue; then - ], [AC_MSG_ERROR([Unable to find the ncurses headers]); break;]) - ]) - AC_CHECK_LIB([ncurses], [initscr], [], [AC_MSG_ERROR([Unable to find the ncurses library]); break;]) -- AC_CHECK_FUNCS([clear refresh endwin mvaddstr mvchgat mvhline getch beep initscr nonl keypad noecho cbreak halfdelay addnstr], [], [AC_MSG_ERROR([Unable to find some ncurses functions]); break;]) -+ AC_CHECK_FUNCS([clear refresh endwin mvaddstr mvchgat mvhline getch beep initscr nonl], [], [AC_MSG_ERROR([Unable to find some ncurses functions]); break;]) -+ AC_CHECK_LIB([tinfo], [cur_term], [], [AC_MSG_ERROR([Unable to find the tinfo (ncurses) library]); break;]) -+ AC_CHECK_FUNCS([keypad noecho cbreak halfdelay addnstr], [], [AC_MSG_ERROR([Unable to find some tinfo (ncurses) functions]); break;]) - test_pthread=yes - fi - diff --git a/net-proxy/sqtop/metadata.xml b/net-proxy/sqtop/metadata.xml deleted file mode 100644 index 2ed1567a8fa4..000000000000 --- a/net-proxy/sqtop/metadata.xml +++ /dev/null @@ -1,18 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>[email protected]</email> - <name>Jaco Kroon</name> - </maintainer> - <maintainer type="person"> - <email>[email protected]</email> - <name>Sam James</name> - </maintainer> - <longdescription lang="en"> - SquidTop is a program that connects with Squid and shows a live, top-like display as to what Squid is busy processing. - </longdescription> - <upstream> - <remote-id type="github">paleg/sqtop</remote-id> - </upstream> -</pkgmetadata> diff --git a/net-proxy/sqtop/sqtop-2015.02.08.ebuild b/net-proxy/sqtop/sqtop-2015.02.08.ebuild deleted file mode 100644 index 1638959b1dee..000000000000 --- a/net-proxy/sqtop/sqtop-2015.02.08.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools - -MY_PV="$(ver_rs 1-2 -)" - -DESCRIPTION="Squid Top - top for Squid" -HOMEPAGE="https://github.com/paleg/sqtop" -SRC_URI="https://github.com/paleg/sqtop/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/${PN}-${MY_PV}" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -DEPEND="sys-libs/ncurses:0=" -RDEPEND="${DEPEND}" - -PATCHES=( - "${FILESDIR}/${PN}-2015.02.08-ncurses.patch" -) - -src_prepare() { - default - eautoreconf -} diff --git a/profiles/package.mask b/profiles/package.mask index 33d7e2ede871..41c7392a7eba 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -203,15 +203,6 @@ app-emacs/docker-tramp >=dev-python/autobahn-25.10 >=dev-python/txaio-25.10 -# Jaco Kroon <[email protected]> (2025-12-02) -# Dead upstream, limited usefulness. If you're still using it please reach out -# so we can discuss options. Likely not worth the effort to fix the compiler -# warnings soon to be errors. -# No revdeps. -# Open bugs: #929259 -# Removal on 2026-01-02. -net-proxy/sqtop - # David Seifert <[email protected]> (2025-12-01) # Last release over 20 years ago, ancient codebase, lots of QA warnings, no # other distro packages this anymore. Removal on 2025-12-31. Bug #944877.
