kde-apps/akonadi-search: drop 25.04.1

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2025-06-05 19:23:50 +02:00
parent c65a2ee313
commit 85a70d76ea
2 changed files with 0 additions and 55 deletions

View File

@@ -1,3 +1,2 @@
DIST akonadi-search-24.12.3.tar.xz 113292 BLAKE2B d7e07dd4791779c528c510ed16dd2488d31e10fcdeb41a83310fff2bdabd2872ffe146962389980331f0fc1fcc98061d5747b358c59ca781949daaedd8b32688 SHA512 12fc5d228dc87819834790e30744eaf1145403fafa170ab395a6b1b183148493c1b2e1d7cc84797a66f086292065c7d3a24760a9b5580f89a4db7e9db6836a69
DIST akonadi-search-25.04.1.tar.xz 113812 BLAKE2B 6cff453ae887a78817f29c9fe39a8ec9ed9834692b795da3ce5013131212b1800386868e2dc448d03cd7b210ce1e743e9563dc8a34dbbc6ebdf55854952d6fe5 SHA512 361535696d0b74c643df24d5ca21debc7f7895887c4c478f8ff64c89f082fe9de8a160872128110147e2eb4ab881dcd5c796098561415ec5d5cbb5da991d54f7
DIST akonadi-search-25.04.2.tar.xz 113816 BLAKE2B 263563545e977378ade08ed428bb679794e6cd54410769c983f683e75b5d15caf4687928aeb1cb1eb3de971bbbd65440d104a79687d024c24ecd4442191b323c SHA512 d5e3742d503f934562b43b8b3fb1a64a344b50327d07dfbd2f2dd8162158033452a079993fb1b0490e15d96b408b0447ba631a5946233e32f09120642ea84024

View File

@@ -1,54 +0,0 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
ECM_QTHELP="true"
ECM_TEST="forceoptional"
PVCUT=$(ver_cut 1-3)
KFMIN=6.13.0
QTMIN=6.7.2
inherit ecm gear.kde.org
DESCRIPTION="Libraries and daemons to implement searching in Akonadi"
HOMEPAGE="https://invent.kde.org/pim/akonadi-search"
LICENSE="GPL-2+ LGPL-2.1+"
SLOT="6"
KEYWORDS="~amd64 ~arm64"
IUSE=""
RESTRICT="test" # perpetually broken, bug 662378
RDEPEND="
>=dev-libs/ktextaddons-1.5.4:6
>=dev-libs/xapian-1.3:=[chert(+)]
>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets]
>=kde-apps/akonadi-${PVCUT}:6
>=kde-apps/akonadi-mime-${PVCUT}:6
>=kde-apps/kmime-${PVCUT}:6
>=kde-frameworks/kcalendarcore-${KFMIN}:6
>=kde-frameworks/kcmutils-${KFMIN}:6
>=kde-frameworks/kcodecs-${KFMIN}:6
>=kde-frameworks/kconfig-${KFMIN}:6
>=kde-frameworks/kconfigwidgets-${KFMIN}:6
>=kde-frameworks/kcontacts-${KFMIN}:6
>=kde-frameworks/kcoreaddons-${KFMIN}:6
>=kde-frameworks/kdbusaddons-${KFMIN}:6
>=kde-frameworks/kio-${KFMIN}:6
>=kde-frameworks/ki18n-${KFMIN}:6
>=kde-frameworks/krunner-${KFMIN}:6
"
DEPEND="${RDEPEND}
dev-libs/boost
test? ( kde-apps/akonadi-config[mysql,postgres,sqlite] )
"
BDEPEND="
test? ( >=kde-apps/akonadi-${PVCUT}:6[tools] )
"
src_configure() {
# not packaged (bug 911819), but if present leads to rust shenanigans (bug 927072)
local mycmakeargs=( -DCMAKE_DISABLE_FIND_PACKAGE_Corrosion=ON )
ecm_src_configure
}