diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-07-03 20:11:27 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-07-04 13:51:19 +0200 |
commit | 5c317908f90765547a56476b176f045dfdc186d6 (patch) | |
tree | bd43898e99376076861584eb9b9e3e2ef57fd9de /kde-apps/akonadiconsole | |
parent | kde-apps/akonadi-search: drop 24.05.1 (diff) | |
download | gentoo-5c317908f90765547a56476b176f045dfdc186d6.tar.gz gentoo-5c317908f90765547a56476b176f045dfdc186d6.tar.bz2 gentoo-5c317908f90765547a56476b176f045dfdc186d6.zip |
kde-apps/akonadiconsole: drop 24.05.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.05.1.ebuild | 46 |
2 files changed, 0 insertions, 47 deletions
diff --git a/kde-apps/akonadiconsole/Manifest b/kde-apps/akonadiconsole/Manifest index d04290186802..a0d7b0d6e639 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.1.tar.xz 296952 BLAKE2B 9cae09ddb9cb441d02090f9266b059a781e410c8aa56f6438ca72f47ea9fb5d861012074d8adea57e16a2abc2cccdb44c35420f7bf831cd795117952e07db863 SHA512 1164baeb0c87fb440a26c72321120cd2521eab42c6b06c2b35d00f3d2f736131c626ba2c537ba8d85e1f8a02aae4af9861d610b93bfe28311d9fc6a667c0824c DIST akonadiconsole-24.05.2.tar.xz 303268 BLAKE2B d0737fcb014b16a0fe3098b5bf7997d44546b64d6d1d2688527c2aa1ef9938ca64ab9259715a488d2bfa6ec548a3a588f7439c38aff6693053b7c5d0aa24e530 SHA512 1dd4ac9975fc9ce16414661d9fdf1d94c92a823ef5ba4ffabb3e12d53f90cb42b2295dc9bb831be1b3600822a112e980f689f201a387a839abecc510b5f4c813 diff --git a/kde-apps/akonadiconsole/akonadiconsole-24.05.1.ebuild b/kde-apps/akonadiconsole/akonadiconsole-24.05.1.ebuild deleted file mode 100644 index 746023238d86..000000000000 --- a/kde-apps/akonadiconsole/akonadiconsole-24.05.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.3.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 ~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}" |