From 92cb32a9687a8e260028645320fd31fd61a0fbde Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Thu, 10 Sep 2026 20:18:41 +0200 Subject: [PATCH] kde-apps/akonadiconsole: drop 26.08.0 Signed-off-by: Andreas Sturmlechner --- kde-apps/akonadiconsole/Manifest | 1 - .../akonadiconsole-26.08.0.ebuild | 46 ------------------- 2 files changed, 47 deletions(-) delete mode 100644 kde-apps/akonadiconsole/akonadiconsole-26.08.0.ebuild diff --git a/kde-apps/akonadiconsole/Manifest b/kde-apps/akonadiconsole/Manifest index b978c7b6cf37d..f31b328d91b24 100644 --- a/kde-apps/akonadiconsole/Manifest +++ b/kde-apps/akonadiconsole/Manifest @@ -1,3 +1,2 @@ DIST akonadiconsole-26.04.3.tar.xz 335408 BLAKE2B 5c01e3871b55aa3ff8eb7821691f28f6536854843b5b6045bb2ec4ee20e1c2fee297fcd423347eddd5153c3ed7a4d29b6908d362a624dc4d5a5d357e5b4e899f SHA512 655a38c191d6a6fa27635bcdce6e2f792c5bc4fb30d9144c66743cd64849fb93cfee5f1037d404d1dd5b52738ba5763c00e0e8713ef259a451836336efdf5920 -DIST akonadiconsole-26.08.0.tar.xz 338108 BLAKE2B fa28f60873e18faf0b692ca0536fe0be0646ec59e971876e87e890d218b1e3d12dfcf87b6430ae267c607587e18f8d7fcb53e66de55bd4d78cadb50a4d685377 SHA512 754f28404002ad5daaaf40ebac2637bdbde215c1cef9696c6c4de0088fbc17a8e601af00de1611029b58d892b6e28dd83df4d01bf7da4a51ee03b16e6700a9e1 DIST akonadiconsole-26.08.1.tar.xz 338148 BLAKE2B 65011bf2b77d0102d6e4dca7f9fe31bfc049b0582efe057da18206bc8acfa0f0bc7534aff0debf22b718aa94002be40b66262afa268567fd6284ed3347b4a08b SHA512 fb2a9d9dfed1861ee383a5f7fba0255a5146b7db11002e2057bcf44aa7a17bedbe1dd084e1b69062202cf6d421b32976b24b59cf8607ab4d6491c96f74dcd21c diff --git a/kde-apps/akonadiconsole/akonadiconsole-26.08.0.ebuild b/kde-apps/akonadiconsole/akonadiconsole-26.08.0.ebuild deleted file mode 100644 index b414c56d438f0..0000000000000 --- a/kde-apps/akonadiconsole/akonadiconsole-26.08.0.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_HANDBOOK="forceoptional" # FIXME: Check back for doc in release -PVCUT=$(ver_cut 1-3) -KFMIN=6.27.0 -QTMIN=6.11.2 -inherit ecm gear.kde.org xdg - -DESCRIPTION="Application for debugging Akonadi Resources" -HOMEPAGE="https://techbase.kde.org/KDE_PIM/Akonadi/Development_Tools" - -LICENSE="GPL-2+ LGPL-2.1+ handbook? ( FDL-1.2+ )" -SLOT="6" -KEYWORDS="~amd64 ~arm64" -IUSE="" - -DEPEND=" - dev-libs/xapian:= - >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,sql,widgets] - >=kde-apps/akonadi-${PVCUT}:6= - >=kde-apps/akonadi-contacts-${PVCUT}:6= - >=kde-apps/akonadi-mime-${PVCUT}:6= - >=kde-apps/akonadi-search-${PVCUT}:6= - >=kde-apps/calendarsupport-${PVCUT}:6= - >=kde-apps/libkdepim-${PVCUT}:6= - >=kde-apps/messagelib-${PVCUT}:6= - >=kde-frameworks/kcalendarcore-${KFMIN}:6 - >=kde-frameworks/kcompletion-${KFMIN}:6 - >=kde-frameworks/kconfig-${KFMIN}:6 - >=kde-frameworks/kcontacts-${KFMIN}:6 - >=kde-frameworks/kcoreaddons-${KFMIN}:6 - >=kde-frameworks/kcrash-${KFMIN}:6 - >=kde-frameworks/kdbusaddons-${KFMIN}:6 - >=kde-frameworks/kio-${KFMIN}:6 - >=kde-frameworks/ki18n-${KFMIN}:6 - >=kde-frameworks/kitemmodels-${KFMIN}:6 - >=kde-frameworks/kitemviews-${KFMIN}:6 - >=kde-frameworks/kmime-${KFMIN}:6 - >=kde-frameworks/ktextwidgets-${KFMIN}:6 - >=kde-frameworks/kwidgetsaddons-${KFMIN}:6 - >=kde-frameworks/kxmlgui-${KFMIN}:6 -" -RDEPEND="${DEPEND}"