commit: d34ba5039899fa8e069aa07576b0cc701aea4f69 Author: Amy Liffey <amynka <AT> gentoo <DOT> org> AuthorDate: Thu Sep 25 12:44:56 2025 +0000 Commit: Amy Liffey <amynka <AT> gentoo <DOT> org> CommitDate: Thu Sep 25 12:47:41 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d34ba503
app-misc/khal: drop 0.11.2 Bug: https://bugs.gentoo.org/909749 Signed-off-by: Amy Liffey <amynka <AT> gentoo.org> app-misc/khal/Manifest | 1 - app-misc/khal/khal-0.11.2.ebuild | 44 ---------------------------------------- 2 files changed, 45 deletions(-) diff --git a/app-misc/khal/Manifest b/app-misc/khal/Manifest index 78fd9762c062..9508cb2c2b4b 100644 --- a/app-misc/khal/Manifest +++ b/app-misc/khal/Manifest @@ -1,2 +1 @@ -DIST khal-0.11.2.tar.gz 196986 BLAKE2B 5802b5c7a715ec300feb2618400753fe7f109a894c6bf5cc82eebc349c5c4f651894f14584c91bd479e62f5fa65fd0e400f7c04fb2cc4bee8fef6ffec891216e SHA512 378a81c9f9a21a4af77ccdc5eabbcb62d109bcf5f2e2d3407c6fb504e15efd7dde545428153673cfeb46f60d9e9921efcad6805db2944884f124053e7922ab45 DIST khal-0.13.0.tar.gz 209200 BLAKE2B fb64250043580146d2306f5739472d4b3ae5bbaef01043548275c93603595c30bdb4de8aea496f679fc3d35de25a46e99e7fcc2385dd52fdcd4891a4c91f5d3f SHA512 728240af85a16a37b462457e22b0f19dc980ba700d89c64a1ce3d34eae04adaaf941a080a10fc78fb2da4d514a067cef24860af9a215a1ffc54aaf9c06e57649 diff --git a/app-misc/khal/khal-0.11.2.ebuild b/app-misc/khal/khal-0.11.2.ebuild deleted file mode 100644 index 70129aee5568..000000000000 --- a/app-misc/khal/khal-0.11.2.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{11..13} ) -PYTHON_REQ_USE="sqlite" - -inherit distutils-r1 pypi - -DESCRIPTION="A CalDAV based calendar" -HOMEPAGE="https://lostpackets.de/khal/ https://github.com/pimutils/khal" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86" - -RDEPEND=" - dev-python/click[${PYTHON_USEDEP}] - dev-python/click-log[${PYTHON_USEDEP}] - dev-python/icalendar[${PYTHON_USEDEP}] - dev-python/urwid[${PYTHON_USEDEP}] - dev-python/pyxdg[${PYTHON_USEDEP}] - dev-python/pytz[${PYTHON_USEDEP}] - dev-python/python-dateutil[${PYTHON_USEDEP}] - dev-python/configobj[${PYTHON_USEDEP}] - dev-python/atomicwrites[${PYTHON_USEDEP}] - dev-python/tzlocal[${PYTHON_USEDEP}] - dev-python/setproctitle[${PYTHON_USEDEP}] -" -BDEPEND=" - dev-python/setuptools-scm[${PYTHON_USEDEP}] - test? ( - dev-python/freezegun[${PYTHON_USEDEP}] - dev-python/hypothesis[${PYTHON_USEDEP}] - dev-python/packaging[${PYTHON_USEDEP}] - dev-python/vdirsyncer[${PYTHON_USEDEP}] - ) -" - -DOCS=( AUTHORS.txt CHANGELOG.rst CONTRIBUTING.rst README.rst khal.conf.sample ) - -distutils_enable_tests pytest
