diff --git a/kde-apps/akonadiconsole/Manifest b/kde-apps/akonadiconsole/Manifest index e11454da9b706..2d5e025651f6b 100644 --- a/kde-apps/akonadiconsole/Manifest +++ b/kde-apps/akonadiconsole/Manifest @@ -1,2 +1 @@ -DIST akonadiconsole-25.04.3.tar.xz 318864 BLAKE2B 1c0bda07a1e5b6f2ec869b20af5b88098dbb5a03a10c9f3b370ebadfbc8f1b320895a8bae60c3b92b13a0d9c2fc7116d268bde8455a4f8c2ac7fe25b53967364 SHA512 c9bfe25d80edef63c91d636b069dda6ce47bf0c69b21b9c781d3f63b9439503336f9b8add1586abf2bccbaba0fb876f11277a341ef2c5686b07d06d3fd57991f DIST akonadiconsole-25.08.2.tar.xz 328408 BLAKE2B 2380824611822ad0f039aa869bd0d31da89bb0e04176de249aca3e663470dbf544a6e413d1a89d9d829dd7101df0c9203350dc81cb25519e037850672a3b0db1 SHA512 0bb4d44551e6b3f27288f4b87bad91d76d472ea0c66100ad9a2aec4b8b907899b97929b524da1f3786d038494166deb69fa6a5a5a87ee65648363ad431c38025 diff --git a/kde-apps/akonadiconsole/akonadiconsole-25.04.3.ebuild b/kde-apps/akonadiconsole/akonadiconsole-25.04.3.ebuild deleted file mode 100644 index b6d3ed8a35917..0000000000000 --- a/kde-apps/akonadiconsole/akonadiconsole-25.04.3.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2025 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.13.0 -QTMIN=6.7.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/kmime-${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/ktextwidgets-${KFMIN}:6 - >=kde-frameworks/kwidgetsaddons-${KFMIN}:6 - >=kde-frameworks/kxmlgui-${KFMIN}:6 -" -RDEPEND="${DEPEND}"