summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-06-13 18:16:50 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-06-13 18:53:19 +0200
commita79afc8a8e55c70811a00eac74721e2d36a8af8b (patch)
treed6303c3898410028fdd91be90f5a606bfeef9f29 /kde-apps/akonadiconsole
parentkde-apps/akonadi-search: drop 24.05.0 (diff)
downloadgentoo-a79afc8a8e55c70811a00eac74721e2d36a8af8b.tar.gz
gentoo-a79afc8a8e55c70811a00eac74721e2d36a8af8b.tar.bz2
gentoo-a79afc8a8e55c70811a00eac74721e2d36a8af8b.zip
kde-apps/akonadiconsole: drop 24.05.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/akonadiconsole')
-rw-r--r--kde-apps/akonadiconsole/Manifest1
-rw-r--r--kde-apps/akonadiconsole/akonadiconsole-24.05.0.ebuild46
2 files changed, 0 insertions, 47 deletions
diff --git a/kde-apps/akonadiconsole/Manifest b/kde-apps/akonadiconsole/Manifest
index 66f67654420a..123aadb5177a 100644
--- a/kde-apps/akonadiconsole/Manifest
+++ b/kde-apps/akonadiconsole/Manifest
@@ -1,3 +1,2 @@
DIST akonadiconsole-23.08.5.tar.xz 286164 BLAKE2B d98b053e0626272579196b8ba762b51f0734a7a6d40bb7e7fc71fb2752ed986af95e49317eb59159200dab996aa6c53ac2c18532cda378feeee0cf8f47d9e2a2 SHA512 79071e18b0aed574c67b96cdcdc1ce3914ad67fc1e7e87dc77f9cd6396b210034cdc917393fadb918b90ad89bb2326586002fcf711e0432991e59d05bfde8a06
-DIST akonadiconsole-24.05.0.tar.xz 297016 BLAKE2B 1856ebaf7be4e962cc4465e7e1b768eeb08d834eac482e5fcd5f6fe6d7b87cdca7b45abf165a661e7081c2b2e263ec3d99dd7dd05b7e4a2cfb8e56d03f658efc SHA512 b9d0356eba00e9b97b605ed4c75ed55485f942f0f5fb4dedc7934f3d46ece1f19b2613857358fbe8c8d2bcd041de7505fa17d2d9e561d06cec5031b2e644a493
DIST akonadiconsole-24.05.1.tar.xz 296952 BLAKE2B 9cae09ddb9cb441d02090f9266b059a781e410c8aa56f6438ca72f47ea9fb5d861012074d8adea57e16a2abc2cccdb44c35420f7bf831cd795117952e07db863 SHA512 1164baeb0c87fb440a26c72321120cd2521eab42c6b06c2b35d00f3d2f736131c626ba2c537ba8d85e1f8a02aae4af9861d610b93bfe28311d9fc6a667c0824c
diff --git a/kde-apps/akonadiconsole/akonadiconsole-24.05.0.ebuild b/kde-apps/akonadiconsole/akonadiconsole-24.05.0.ebuild
deleted file mode 100644
index eeeff8356d9e..000000000000
--- a/kde-apps/akonadiconsole/akonadiconsole-24.05.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2024 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.0.0
-QTMIN=6.6.2
-inherit ecm gear.kde.org
-
-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"
-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}"