diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-05-18 19:12:22 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-05-20 13:30:38 +0200 |
commit | 8d3d873929eea020a26eea2b27d2576a294d49bb (patch) | |
tree | e4fd2e8101fcaf57756fd124f689b931dac3c11a /kde-apps/akonadiconsole | |
parent | kde-apps/akonadi-calendar: drop 24.02.2 (diff) | |
download | gentoo-8d3d873929eea020a26eea2b27d2576a294d49bb.tar.gz gentoo-8d3d873929eea020a26eea2b27d2576a294d49bb.tar.bz2 gentoo-8d3d873929eea020a26eea2b27d2576a294d49bb.zip |
kde-apps/akonadiconsole: drop 24.02.2
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.2.ebuild | 46 |
2 files changed, 0 insertions, 47 deletions
diff --git a/kde-apps/akonadiconsole/Manifest b/kde-apps/akonadiconsole/Manifest index c9a20eba0382..206d32e006ca 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.2.tar.xz 296928 BLAKE2B a38a10a85ebdba2ee2e80f9488f45436d86abf8353cb368c9c1f9c3e640a60d9d2368f1beb71dbc4ce7e8d1ce397fb5f07d14268606cf934f1602866fca9a5f7 SHA512 c45a23185083fc16e7f4406b16e35a9bcdb9975d3e3a40e6bc58af64ea745fd7f141ad3de4b03df056833a119fdf17467fe7b20e612efaf44df9b2528548f768 DIST akonadiconsole-24.04.90.tar.xz 297048 BLAKE2B 0a28a464488e1751d194d6005c5913f40ac67d8346c7d622d98040ebb9f75e6889f597d85f39d729df2fd15cf0dcfebc2c8ca886192b89014dfcd86112188ca7 SHA512 a9472eb00367a0f57a320cea0fc1f6514f47f3dc57a069bcfaf478200ee0d53fffb2367d79d1e165ff9a21613a29fce3ea1fde0a89a251fa57296f3bc57eb213 diff --git a/kde-apps/akonadiconsole/akonadiconsole-24.02.2.ebuild b/kde-apps/akonadiconsole/akonadiconsole-24.02.2.ebuild deleted file mode 100644 index eeeff8356d9e..000000000000 --- a/kde-apps/akonadiconsole/akonadiconsole-24.02.2.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}" |