diff options
author | 2023-05-11 18:25:18 +0200 | |
---|---|---|
committer | 2023-05-11 18:25:18 +0200 | |
commit | 7010aa60a0d2ca050cfaf75d36aee06dcc62fddf (patch) | |
tree | 3868cdd3e003420cd991b18a9d3b55400e7d5edd /kde-apps | |
parent | kde-apps/messagelib: drop 23.04.1 (diff) | |
download | kde-7010aa60a0d2ca050cfaf75d36aee06dcc62fddf.tar.gz kde-7010aa60a0d2ca050cfaf75d36aee06dcc62fddf.tar.bz2 kde-7010aa60a0d2ca050cfaf75d36aee06dcc62fddf.zip |
kde-apps/pim-data-exporter: drop 23.04.1
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps')
-rw-r--r-- | kde-apps/pim-data-exporter/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/pim-data-exporter/pim-data-exporter-23.04.1.ebuild | 59 |
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 50d0f19757..0000000000 --- a/kde-apps/pim-data-exporter/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST pim-data-exporter-23.04.1.tar.xz 425136 BLAKE2B e3498a258c031a49499a7f0091a228aea152302ed80f3f8e2633d80906b82f33c0e9649fb64a255a6e32f1ff8d678c449c1db330f70d7e16e440faeb53cef4dd SHA512 1b1b69e57b38249bb75bef1b57e2636c0788417d9d17ad21f6368c2ff74111e76f5836d34d9a56a0b197d19b1f7698d8f042a8ab9e5201432f031c3488d72ffc diff --git a/kde-apps/pim-data-exporter/pim-data-exporter-23.04.1.ebuild b/kde-apps/pim-data-exporter/pim-data-exporter-23.04.1.ebuild deleted file mode 100644 index 3a215d6506..0000000000 --- a/kde-apps/pim-data-exporter/pim-data-exporter-23.04.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.104.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 -} |