From 1c5fb69eb090067828079abe86ba547a3fbe613e Mon Sep 17 00:00:00 2001 From: Stefan Reimer Date: Tue, 6 May 2025 18:36:49 +0100 Subject: [PATCH] Remove outdated ebuild --- sys-process/bpytop/Manifest | 2 -- sys-process/bpytop/bpytop-1.0.37.ebuild | 28 ------------------------- 2 files changed, 30 deletions(-) delete mode 100644 sys-process/bpytop/Manifest delete mode 100644 sys-process/bpytop/bpytop-1.0.37.ebuild diff --git a/sys-process/bpytop/Manifest b/sys-process/bpytop/Manifest deleted file mode 100644 index ecc86b7..0000000 --- a/sys-process/bpytop/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST bpytop-1.0.37.tar.gz 604587 BLAKE2B 92f6f2eff90327b0332f9093ebc3077293f0b1ff715f2f2d1001fe94f6edd97739258e3b63597a1edd6d5f3776a8359157610358622b9645dddbf9e6e2f0b9ce SHA512 fd818a46812186cc0b7e099bb24d13f9c6d694e78348a1e1f997bbeb692a002acfd71ffd01a840429214bcd26f7eff58299d6ee9d4568871e7bbff50b95317a6 -EBUILD bpytop-1.0.37.ebuild 656 BLAKE2B 38fa969bbaca6461f7f03a0d7580659ecdde67ce48c98c9d53de7ab040152fae98ff7690d8991658df869120f793f53b2c87a758ba5d3990fd775fa07286a56d SHA512 325dc96ada7d5684ee7c53a4c7b105df418782066513980efc19757ee210c90641d00f5304738fb1de3255b20fd3f857eb6b4e4a1bca54b96583c6aa4196c2c8 diff --git a/sys-process/bpytop/bpytop-1.0.37.ebuild b/sys-process/bpytop/bpytop-1.0.37.ebuild deleted file mode 100644 index 34a0747..0000000 --- a/sys-process/bpytop/bpytop-1.0.37.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 ) - -inherit python-r1 - -DESCRIPTION="Linux/OSX/FreeBSD resource monitor" -HOMEPAGE="https://github.com/aristocratos/${PN}" -SRC_URI="https://github.com/aristocratos/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND="" -RDEPEND=">=dev-python/psutil-5.7.0[${PYTHON_USEDEP}]" -BDEPEND="" - -src_install() { - python_foreach_impl python_newscript "${PN}.py" "${PN}" - dodoc CHANGELOG.md CONTRIBUTING.md README.md - insinto "/usr/share/${PN}" - doins -r themes -}