diff --git a/x11-wm/qtile-extras/Manifest b/x11-wm/qtile-extras/Manifest index f53843c0cb..ed31f8ac35 100644 --- a/x11-wm/qtile-extras/Manifest +++ b/x11-wm/qtile-extras/Manifest @@ -1,2 +1 @@ -DIST qtile-extras-0.23.0.tar.gz 4382844 BLAKE2B f3ac92b07d36135261664656bb79a277b1d8413a5c92d2573b27f73b291b307c0e803350510672369c39f8b404c49614c6a6a175c4013545be7eacb95c455451 SHA512 2f561a263356129de74c21f2ac3db410b86021e605f2b398148a48b941c3b851a6a00a3548bdaebaf637ba9f2bcfd2081d22278e98eff4e77b82ca4a90415d2c DIST qtile-extras-0.33.0.tar.gz 4301893 BLAKE2B 6ea2fed05fb0ed9272e3c21558be57f96c72046e35b50021aeb5168bf09520ee3286c018aeef42d06e0a9da2342f93ed2184bec37fc70e75f2cdb1237ced1703 SHA512 2cdfb550365a470187906c0c717ad55d1bd4a29945bbffe87ca97979ca88d6499f2b652ffb5de9ce21910099854d2dff69c22d4902991e7e367b540806b3e83e diff --git a/x11-wm/qtile-extras/qtile-extras-0.23.0.ebuild b/x11-wm/qtile-extras/qtile-extras-0.23.0.ebuild deleted file mode 100644 index 6048d3e027..0000000000 --- a/x11-wm/qtile-extras/qtile-extras-0.23.0.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=(python3_{11..12}) - -inherit distutils-r1 - -DESCRIPTION="elParaguayo's Qtile Extras" -HOMEPAGE="https://github.com/elParaguayo/qtile-extras" -SRC_URI="https://github.com/elParaguayo/qtile-extras/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND="x11-wm/qtile" -DEPEND="${RDEPEND}" -BDEPEND=" - dev-python/build - dev-python/installer - dev-python/setuptools-scm -" - -export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}