commit: d4f5af40733704f020047093771adbb8e1c651b0
Author: David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Tue Feb 3 13:02:45 2026 +0000
Commit: Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Tue Feb 3 13:02:45 2026 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d4f5af40
net-misc/toot: drop 0.51.0
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>
net-misc/toot/toot-0.51.0.ebuild | 29 -----------------------------
1 file changed, 29 deletions(-)
diff --git a/net-misc/toot/toot-0.51.0.ebuild b/net-misc/toot/toot-0.51.0.ebuild
deleted file mode 100644
index d2f6d26367..0000000000
--- a/net-misc/toot/toot-0.51.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 2023-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..14} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="toot - Mastodon CLI & TUI"
-HOMEPAGE="https://github.com/ihabunek/toot"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-
-# https://github.com/ihabunek/toot/issues/558
-DEPEND="
- <dev-python/urwid-3.0.4[${PYTHON_USEDEP}]
- >=dev-python/wcwidth-0.2.6[${PYTHON_USEDEP}]
- >=dev-python/beautifulsoup4-4.12.2[${PYTHON_USEDEP}]
- >=dev-python/tomlkit-0.11.8[${PYTHON_USEDEP}]
- test? ( dev-python/psycopg:2[${PYTHON_USEDEP}]
- >=dev-python/pytest-7.4.0[${PYTHON_USEDEP}] )
-"
-RDEPEND="${DEPEND}"
-
-distutils_enable_tests pytest