diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-04-11 22:00:33 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-04-11 22:14:20 +0200 |
commit | 1c8dac73a2928cc71f0f9eed3956d7370cee0579 (patch) | |
tree | 60e5c7bb7a9ff9958333baab33853e62da8f7ab9 /kde-apps/akonadiconsole | |
parent | kde-apps/akonadi-search: drop 24.02.1 (diff) | |
download | gentoo-1c8dac73a2928cc71f0f9eed3956d7370cee0579.tar.gz gentoo-1c8dac73a2928cc71f0f9eed3956d7370cee0579.tar.bz2 gentoo-1c8dac73a2928cc71f0f9eed3956d7370cee0579.zip |
kde-apps/akonadiconsole: drop 24.02.1
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/akonadiconsole')
-rw-r--r-- | kde-apps/akonadiconsole/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/akonadiconsole/akonadiconsole-24.02.1.ebuild | 46 |
2 files changed, 0 insertions, 47 deletions
diff --git a/kde-apps/akonadiconsole/Manifest b/kde-apps/akonadiconsole/Manifest index b9a157c83e17..3dc20fd1a725 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.02.1.tar.xz 296916 BLAKE2B c06c3fa1df64edf10e4b0163a4ea698fc25fc001d5bef0f285d35d756c816f5d0fa8eea783b4503df55c8864b9e8f0178f0c2e6f4296ef123237dd3d7d14682a SHA512 d7f96b4eeaf56c1d212bfb6d8b1860d34d2f7e696ce5baef0b82a4860e0262ca658efcbd5052d48a1ca59f1922b82eadef20533180895adc4419a0a4e69c3fb9 DIST akonadiconsole-24.02.2.tar.xz 296928 BLAKE2B a38a10a85ebdba2ee2e80f9488f45436d86abf8353cb368c9c1f9c3e640a60d9d2368f1beb71dbc4ce7e8d1ce397fb5f07d14268606cf934f1602866fca9a5f7 SHA512 c45a23185083fc16e7f4406b16e35a9bcdb9975d3e3a40e6bc58af64ea745fd7f141ad3de4b03df056833a119fdf17467fe7b20e612efaf44df9b2528548f768 diff --git a/kde-apps/akonadiconsole/akonadiconsole-24.02.1.ebuild b/kde-apps/akonadiconsole/akonadiconsole-24.02.1.ebuild deleted file mode 100644 index eeeff8356d9e..000000000000 --- a/kde-apps/akonadiconsole/akonadiconsole-24.02.1.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}" |