mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
kde-apps/pim-data-exporter: drop 25.04.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user