commit: 8e5a178ad970f639cd22315981b77031738a8c33 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Sat Mar 22 21:09:39 2025 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Sat Mar 22 21:09:39 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e5a178a
sys-block/seekwatcher: drop 0.13, 0.14 Closes: https://bugs.gentoo.org/910036 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> sys-block/seekwatcher/Manifest | 2 -- sys-block/seekwatcher/seekwatcher-0.13.ebuild | 34 --------------------------- sys-block/seekwatcher/seekwatcher-0.14.ebuild | 31 ------------------------ 3 files changed, 67 deletions(-) diff --git a/sys-block/seekwatcher/Manifest b/sys-block/seekwatcher/Manifest index fc38cf63f44c..8edef7a53c15 100644 --- a/sys-block/seekwatcher/Manifest +++ b/sys-block/seekwatcher/Manifest @@ -1,3 +1 @@ -DIST seekwatcher-0.13.tar.gz 25811 BLAKE2B 72c574e239a346620eb5a1c574365f18dc745e926bfb4f191dd9997ff73b26e716ded9679481be34149c3e5e424077a23a264e7dabe9423eafb396f687085dbd SHA512 687c1190a4d62ee4d7237c6930358d69d2045a7fd5af19caf9fdde8dfae8fcc64ba2d382445af2b038bc31f77c356f31b8dbff2d52cdaf4320881d1b1340dd17 -DIST seekwatcher-0.14.tar.gz 26282 BLAKE2B bd6fbadce452384e8998e16040ec5920c67122a4f2e44f76f6ca858bee89af18ab734b60b66bfb15e8134f59b6d54fdaf21c5f2a06b0249af6e974922f9b900d SHA512 664a3af6aaec218c0628cec5317f414993ef087e8302f906fc21c32f85ae90939aee8c2d620e39fc80947af09f13ea35888dec2678390840c8398d061a8b0f39 DIST seekwatcher-0.15.tar.gz 26181 BLAKE2B 75e3064d209303af2c1791d3c1afeaed2ffb00358ea8900e4fe84c030d4925b2b793477b0fa79eccfe34ec8d532a4b0923d1b949afc02700065423d0b53c1c32 SHA512 befbbbfb3a2a1e1c4b3fa1888726f45e9dae81ab1bd35bdeb330acafb83214f3783d77edbf311645616e4f59355281336f02001424bf29ee5f6395f74eace4ee diff --git a/sys-block/seekwatcher/seekwatcher-0.13.ebuild b/sys-block/seekwatcher/seekwatcher-0.13.ebuild deleted file mode 100644 index 746b31f2f1d1..000000000000 --- a/sys-block/seekwatcher/seekwatcher-0.13.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DISTUTILS_SINGLE_IMPL=1 -DISTUTILS_USE_SETUPTOOLS=no -PYTHON_COMPAT=( python3_{9..11} ) - -inherit distutils-r1 - -DESCRIPTION="generates graphs from blktrace to help visualize IO patterns and performance" -HOMEPAGE="https://github.com/trofi/seekwatcher" -SRC_URI="https://github.com/trofi/seekwatcher/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -BDEPEND="$(python_gen_cond_dep ' - dev-python/cython[${PYTHON_USEDEP}] - ') -" - -RDEPEND=" - $(python_gen_cond_dep ' - dev-python/matplotlib[${PYTHON_USEDEP}] - dev-python/numpy[${PYTHON_USEDEP}] - ') - sys-block/blktrace -" - -REQUIRED_USE="${PYTHON_REQUIRED_USE}" diff --git a/sys-block/seekwatcher/seekwatcher-0.14.ebuild b/sys-block/seekwatcher/seekwatcher-0.14.ebuild deleted file mode 100644 index 4d3b167cc853..000000000000 --- a/sys-block/seekwatcher/seekwatcher-0.14.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_EXT=1 -DISTUTILS_SINGLE_IMPL=1 -PYTHON_COMPAT=( python3_{10..12} ) - -inherit distutils-r1 - -DESCRIPTION="Generates graphs from blktrace to help visualize IO patterns and performance" -HOMEPAGE="https://github.com/trofi/seekwatcher" -SRC_URI="https://github.com/trofi/seekwatcher/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" - -BDEPEND=" - $(python_gen_cond_dep ' - dev-python/cython[${PYTHON_USEDEP}] - ') -" -RDEPEND=" - $(python_gen_cond_dep ' - dev-python/matplotlib[${PYTHON_USEDEP}] - dev-python/numpy[${PYTHON_USEDEP}] - ') - sys-block/blktrace -"
