diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-05-11 15:07:31 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-05-11 18:01:11 +0200 |
commit | 78033367aabd763c4c357ecba25a36de4c40641e (patch) | |
tree | b23ea6b85539dcff5149e73537297c3534b8e0ba /kde-apps/akonadiconsole | |
parent | kde-apps/akonadi-search: drop 23.04.0 (diff) | |
download | gentoo-78033367aabd763c4c357ecba25a36de4c40641e.tar.gz gentoo-78033367aabd763c4c357ecba25a36de4c40641e.tar.bz2 gentoo-78033367aabd763c4c357ecba25a36de4c40641e.zip |
kde-apps/akonadiconsole: drop 23.04.0
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-23.04.0.ebuild | 50 |
2 files changed, 0 insertions, 51 deletions
diff --git a/kde-apps/akonadiconsole/Manifest b/kde-apps/akonadiconsole/Manifest index 52d0240b1376..a42b489c16d1 100644 --- a/kde-apps/akonadiconsole/Manifest +++ b/kde-apps/akonadiconsole/Manifest @@ -1,3 +1,2 @@ DIST akonadiconsole-22.12.3.tar.xz 200348 BLAKE2B 1e4d0f1b4a575bf0f7e418559d3179c545bacd958b9330f974bfbd4d4d3e1c229b718d97cf5b273cec3c52d5fc434c5254f348a399078b417ced363572431fc2 SHA512 203ceb3d948063b59e373cb810816dad540ffddb3df51d2bc966b0db431c240ca69d069a05d99ae358fc3b5892fb31bd5cba3ad4b29674fbd2e2ce564ee1d0c5 -DIST akonadiconsole-23.04.0.tar.xz 270700 BLAKE2B 8ba8b7611156db45ad79763546ea381d64cd6976b54844bc525854efdef0561cb4fe83ed89ffb518032662efb33dc0c21bb5192253f4e8b96d58b21b14107969 SHA512 6f610ae2007d873a3d387e0923d54138bbd0c72cb408134aa8b4478e6addc5e8ccbc262f786a7edc5dd83e1294f6a72edd2c5fdc5f468b100d97abb038cab103 DIST akonadiconsole-23.04.1.tar.xz 274380 BLAKE2B 7b22fe81c2b109600d49ff47520ee9ba87c01d94ba49d59c33d3fb03ad8fbbb3c661aac71b73cbc5a186e74bdd3f810173968b66ae4f97f2b58447c3c4d3bd81 SHA512 25564d3b0413c3c6abca1ac892a33096350f686d92340e16adf0ddceb714974151db481cb9e9e9c54bebc30105ea83303832221144122e6311c912324079ff2a diff --git a/kde-apps/akonadiconsole/akonadiconsole-23.04.0.ebuild b/kde-apps/akonadiconsole/akonadiconsole-23.04.0.ebuild deleted file mode 100644 index 7dfde75c7948..000000000000 --- a/kde-apps/akonadiconsole/akonadiconsole-23.04.0.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2023 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=5.104.0 -QTMIN=5.15.5 -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="5" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" -IUSE="" - -DEPEND=" - dev-libs/xapian:= - >=dev-qt/qtdbus-${QTMIN}:5 - >=dev-qt/qtgui-${QTMIN}:5 - >=dev-qt/qtsql-${QTMIN}:5 - >=dev-qt/qtwidgets-${QTMIN}:5 - >=kde-apps/akonadi-${PVCUT}:5 - >=kde-apps/akonadi-contacts-${PVCUT}:5 - >=kde-apps/akonadi-mime-${PVCUT}:5 - >=kde-apps/akonadi-search-${PVCUT}:5 - >=kde-apps/calendarsupport-${PVCUT}:5 - >=kde-apps/kmime-${PVCUT}:5 - >=kde-apps/libkdepim-${PVCUT}:5 - >=kde-apps/messagelib-${PVCUT}:5 - >=kde-frameworks/kcalendarcore-${KFMIN}:5 - >=kde-frameworks/kcompletion-${KFMIN}:5 - >=kde-frameworks/kconfig-${KFMIN}:5 - >=kde-frameworks/kconfigwidgets-${KFMIN}:5 - >=kde-frameworks/kcontacts-${KFMIN}:5 - >=kde-frameworks/kcoreaddons-${KFMIN}:5 - >=kde-frameworks/kcrash-${KFMIN}:5 - >=kde-frameworks/kdbusaddons-${KFMIN}:5 - >=kde-frameworks/kio-${KFMIN}:5 - >=kde-frameworks/ki18n-${KFMIN}:5 - >=kde-frameworks/kitemmodels-${KFMIN}:5 - >=kde-frameworks/kitemviews-${KFMIN}:5 - >=kde-frameworks/ktextwidgets-${KFMIN}:5 - >=kde-frameworks/kwidgetsaddons-${KFMIN}:5 - >=kde-frameworks/kxmlgui-${KFMIN}:5 -" -RDEPEND="${DEPEND}" |