summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-01-06 15:18:34 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2023-01-06 15:18:34 +0100
commitb7ad7605bf83914026be5c70063364890902dcc6 (patch)
treed23b1158abc490220c8e8c2717f580b4cc0b737c
parent64d26b32b939e3fac5e7cafb49916c85125b70a8 (diff)
downloadkde-b7ad7605bf83914026be5c70063364890902dcc6.tar.gz
kde-b7ad7605bf83914026be5c70063364890902dcc6.tar.bz2
kde-b7ad7605bf83914026be5c70063364890902dcc6.zip
kde-apps/pim-data-exporter: drop 22.12.1
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--kde-apps/pim-data-exporter/Manifest1
-rw-r--r--kde-apps/pim-data-exporter/pim-data-exporter-22.12.1.ebuild59
2 files changed, 0 insertions, 60 deletions
diff --git a/kde-apps/pim-data-exporter/Manifest b/kde-apps/pim-data-exporter/Manifest
deleted file mode 100644
index 19015ec308a..00000000000
--- a/kde-apps/pim-data-exporter/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST pim-data-exporter-22.12.1.tar.xz 423844 BLAKE2B ff49d0bb56bd5553a0a6890ef5cd66d127c61b28757e1dbe0a0b6819ecacdcd1ac2872c98349541374dfd7574ee2deb5ef55091648bc277c4096c9630c221fef SHA512 5bcf0e7548cb7a46e39703aa400a2aa311513598e24b196711ba5475f1adede95c4924ccd2bc40bf32a8692489c307e780a966382fb5dcc18dadccd73186f884
diff --git a/kde-apps/pim-data-exporter/pim-data-exporter-22.12.1.ebuild b/kde-apps/pim-data-exporter/pim-data-exporter-22.12.1.ebuild
deleted file mode 100644
index 3252a804fa5..00000000000
--- a/kde-apps/pim-data-exporter/pim-data-exporter-22.12.1.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2023 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=5.101.0
-QTMIN=5.15.5
-VIRTUALX_REQUIRED="test"
-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="5"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
-IUSE="telemetry"
-
-RESTRICT="test" # 11 out of 21 tests fail...
-
-DEPEND="
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
- >=kde-apps/akonadi-${PVCUT}:5
- >=kde-apps/kidentitymanagement-${PVCUT}:5
- >=kde-apps/kmailtransport-${PVCUT}:5
- >=kde-apps/kmime-${PVCUT}:5
- >=kde-apps/kpimtextedit-${PVCUT}:5
- >=kde-apps/libkdepim-${PVCUT}:5
- >=kde-apps/mailcommon-${PVCUT}:5
- >=kde-apps/pimcommon-${PVCUT}:5
- >=kde-frameworks/karchive-${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/ki18n-${KFMIN}:5
- >=kde-frameworks/kio-${KFMIN}:5
- >=kde-frameworks/kitemviews-${KFMIN}:5
- >=kde-frameworks/knotifications-${KFMIN}:5
- >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
- >=kde-frameworks/kxmlgui-${KFMIN}:5
- telemetry? ( >=dev-libs/kuserfeedback-1.2.0:5 )
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake_use_find_package telemetry KUserFeedback)
- )
-
- ecm_src_configure
-}