diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-10-13 14:12:02 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-10-13 15:15:22 +0200 |
commit | d46afd03efb595f82d32973b4bbaa18787d12e2b (patch) | |
tree | 0e815030f0ec01978a095fec08d09eba57c88fe7 /kde-apps/akonadiconsole | |
parent | kde-apps/akonadi-search: drop 22.08.1 (diff) | |
download | gentoo-d46afd03efb595f82d32973b4bbaa18787d12e2b.tar.gz gentoo-d46afd03efb595f82d32973b4bbaa18787d12e2b.tar.bz2 gentoo-d46afd03efb595f82d32973b4bbaa18787d12e2b.zip |
kde-apps/akonadiconsole: drop 22.08.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-22.08.1.ebuild | 49 |
2 files changed, 0 insertions, 50 deletions
diff --git a/kde-apps/akonadiconsole/Manifest b/kde-apps/akonadiconsole/Manifest index d1fe42e9ccdf..8f174959b8c6 100644 --- a/kde-apps/akonadiconsole/Manifest +++ b/kde-apps/akonadiconsole/Manifest @@ -1,3 +1,2 @@ DIST akonadiconsole-22.04.3.tar.xz 200920 BLAKE2B e2e7c4aaa0a76fdcebaaffcf9caa716aac51007576b187062ff741e625811ce689d69b6b3c61474b96ad7a471fa11df506760e43e1efec05d1491621987ad2ad SHA512 70d47323cfacc416ad710ad824300aaace5f862a3ec9577ed6b05b504bdc15fa049884f316dc217ef7f394d8da4fda239220012e697cdcf9d0a58ae3cb4e98b1 -DIST akonadiconsole-22.08.1.tar.xz 200196 BLAKE2B 6ec12e9f9aa8876961f077ae895134bdef5782463338a33f99ad4955ea10f4e27d2114f8bf88101fa94538ed3a2894fbfcffaaa0851c48eeec0dacf71fa23b01 SHA512 6586e64b5d07e6937b780a1399eff8ca875141f11b7ab7ad1f777e0ef25daf8d1aae107dd7f5df5bb98ad0827b403c88f0dc7a6a101ce6e116264b3caa76de83 DIST akonadiconsole-22.08.2.tar.xz 200156 BLAKE2B c620d507b9ab18ff3097eeb62f087de0c102d842442499c787a87becd0e4b6ce02859eca53fdcf3f14b202b73241665971447581db8116ebdec38abbcd7977ec SHA512 df111edb92e25cdae1435dac30db126e9248c848e142427f481d606868c473807a35c547aafa6aea124efead0b8b011352367c096d6b797307ef12f5269e1fbd diff --git a/kde-apps/akonadiconsole/akonadiconsole-22.08.1.ebuild b/kde-apps/akonadiconsole/akonadiconsole-22.08.1.ebuild deleted file mode 100644 index 34488c4898e3..000000000000 --- a/kde-apps/akonadiconsole/akonadiconsole-22.08.1.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2022 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.96.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-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}" |