diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-12-19 20:51:39 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-12-19 21:44:27 +0100 |
commit | 85f24433a041acbd96513f2b42c2193ed16f9b30 (patch) | |
tree | 30b661e822fbab5edc4277937264dc6f81ad4cb6 /kde-apps/akonadiconsole | |
parent | kde-apps/akonadi-search: drop 23.04.3 (diff) | |
download | gentoo-85f24433a041acbd96513f2b42c2193ed16f9b30.tar.gz gentoo-85f24433a041acbd96513f2b42c2193ed16f9b30.tar.bz2 gentoo-85f24433a041acbd96513f2b42c2193ed16f9b30.zip |
kde-apps/akonadiconsole: drop 23.04.3
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.3.ebuild | 50 |
2 files changed, 0 insertions, 51 deletions
diff --git a/kde-apps/akonadiconsole/Manifest b/kde-apps/akonadiconsole/Manifest index ef1059b152b3..76a15ec3e6e9 100644 --- a/kde-apps/akonadiconsole/Manifest +++ b/kde-apps/akonadiconsole/Manifest @@ -1,3 +1,2 @@ -DIST akonadiconsole-23.04.3.tar.xz 274400 BLAKE2B 044e703f677101001895abbd7f6d90f7d483f40139ecbb8f290b84b273b26b4b05f1659610d5bb9062ba1a0aa5e499bdf3d69dfe86ec2265306ac4841cd070d5 SHA512 9e20c5b7fa024b58d56489a90a082f481831367fc3d815eadca79df86ec3db251c463a76f45042bee103ab609aef7a79f25fcdfb935d91791e37370c010bd18a DIST akonadiconsole-23.08.3.tar.xz 282148 BLAKE2B 109536d699cd215bd80eff81c9526e2ea9cefde9b39fa551c679e2c51c98e74fca533cd556e8f74a59d05ed86cdbaeee79a6f94744ddb8146898e4f7d42e7e3e SHA512 c3ebd5d2867b178b7bfa5f86a6a68c6aa95107343adbd100ffcee1b21726d4a00a564ecc9b06a24f28aaafd2ddeea825bd71e1d73d11c98f6f6bdda2025a2944 DIST akonadiconsole-23.08.4.tar.xz 282184 BLAKE2B 71bc95d470f6409e0e7bcc48eb2d2889ac9c6a39c8405bb6cb0e24792f82bcaa2ac6c83e4f1734ae52527298b45040be480f07a6e391775b6cbd1eaccf822313 SHA512 3e701235fd5cd14a2c56ef78dcc193ece94fcf7d83e35a361560a55a73124f2656b23041a92e2c62139f137aa44d2c366ca640998b89c98a07eeb4808ced78f1 diff --git a/kde-apps/akonadiconsole/akonadiconsole-23.04.3.ebuild b/kde-apps/akonadiconsole/akonadiconsole-23.04.3.ebuild deleted file mode 100644 index 6e8b9c9d083d..000000000000 --- a/kde-apps/akonadiconsole/akonadiconsole-23.04.3.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.106.0 -QTMIN=5.15.9 -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}" |