From 2645091d666db99babc40ccbabfbb84cdcb1f29a Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Tue, 21 Oct 2025 12:27:45 +0200 Subject: [PATCH] kde-apps/pim-data-exporter: drop 25.04.3 Signed-off-by: Andreas Sturmlechner --- kde-apps/pim-data-exporter/Manifest | 1 - .../pim-data-exporter-25.04.3.ebuild | 58 ------------------- 2 files changed, 59 deletions(-) delete mode 100644 kde-apps/pim-data-exporter/pim-data-exporter-25.04.3.ebuild diff --git a/kde-apps/pim-data-exporter/Manifest b/kde-apps/pim-data-exporter/Manifest index 3f0f1c8c0afa3..3874f638bec4b 100644 --- a/kde-apps/pim-data-exporter/Manifest +++ b/kde-apps/pim-data-exporter/Manifest @@ -1,2 +1 @@ -DIST pim-data-exporter-25.04.3.tar.xz 428076 BLAKE2B b0ad82694778319e042076d93d5a5b94643699628dbf753bd8de07d394a11cdd47dc246dfeff082bf40f90373c3bc1f1e4ef226dd841f3870dff3ac81317ed53 SHA512 3fcc9dae7e680826f93da7d9f67ca1de241a737909b010c90b7abfe1ed055500d2bf2bc107c76303524efbc7a7e40b9dc680039a20b321bc8d728a710760a8df DIST pim-data-exporter-25.08.2.tar.xz 430572 BLAKE2B 1ef3092a75ecbe8f64f879b36dc54885708e82d9cdb5e02dbe111b442f133d43f4606af827171abd835b4abd21d283e61b85d41882f03a8d98993c0b4baf19ee SHA512 72cf69ff95d67f7ac1db0f3a44caf0d8a8d8b864a44ff4db97cb4d45a2c930b549ccd882af68ff242c07c06542005c202cfb13985a13afd5783b69227c7244a4 diff --git a/kde-apps/pim-data-exporter/pim-data-exporter-25.04.3.ebuild b/kde-apps/pim-data-exporter/pim-data-exporter-25.04.3.ebuild deleted file mode 100644 index 90bc4412cf84c..0000000000000 --- a/kde-apps/pim-data-exporter/pim-data-exporter-25.04.3.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_HANDBOOK="optional" -ECM_TEST="forceoptional" -PVCUT=$(ver_cut 1-3) -KFMIN=6.13.0 -QTMIN=6.7.2 -inherit ecm gear.kde.org - -DESCRIPTION="Assistant to backup and archive PIM data and configuration" -HOMEPAGE="https://apps.kde.org/pimdataexporter/ -https://userbase.kde.org/KMail/Backup_Options" - -LICENSE="GPL-2+ handbook? ( FDL-1.2+ )" -SLOT="6/$(ver_cut 1-2)" -KEYWORDS="amd64 arm64" -IUSE="telemetry" - -RESTRICT="test" # 11 out of 21 tests fail... - -DEPEND=" - >=dev-libs/ktextaddons-1.5.4:6 - >=dev-qt/qtbase-${QTMIN}:6[gui,widgets] - >=kde-apps/akonadi-${PVCUT}:6= - >=kde-apps/kidentitymanagement-${PVCUT}:6= - >=kde-apps/kmailtransport-${PVCUT}:6= - >=kde-apps/kmime-${PVCUT}:6= - >=kde-apps/libkdepim-${PVCUT}:6= - >=kde-apps/mailcommon-${PVCUT}:6= - >=kde-apps/pimcommon-${PVCUT}:6= - >=kde-frameworks/karchive-${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/ki18n-${KFMIN}:6 - >=kde-frameworks/kiconthemes-${KFMIN}:6 - >=kde-frameworks/kio-${KFMIN}:6 - >=kde-frameworks/kitemviews-${KFMIN}:6 - >=kde-frameworks/knotifications-${KFMIN}:6 - >=kde-frameworks/kstatusnotifieritem-${KFMIN}:6 - >=kde-frameworks/kwidgetsaddons-${KFMIN}:6 - >=kde-frameworks/kxmlgui-${KFMIN}:6 - telemetry? ( >=kde-frameworks/kuserfeedback-${KFMIN}:6 ) -" -RDEPEND="${DEPEND}" - -src_configure() { - local mycmakeargs=( - $(cmake_use_find_package telemetry KF6UserFeedback) - ) - - ecm_src_configure -}