summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-10-12 13:09:52 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-10-12 15:20:35 +0200
commitca2c4b85429a82e72a3b9b27924a570cec94e7f8 (patch)
tree67ec0d4eee8a99f79767ef84e08c15eae09842f9 /kde-apps/mbox-importer/mbox-importer-23.08.2.ebuild
parentkde-apps/mailimporter: 23.08.2 version bump (diff)
downloadgentoo-ca2c4b85429a82e72a3b9b27924a570cec94e7f8.tar.gz
gentoo-ca2c4b85429a82e72a3b9b27924a570cec94e7f8.tar.bz2
gentoo-ca2c4b85429a82e72a3b9b27924a570cec94e7f8.zip
kde-apps/mbox-importer: 23.08.2 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/mbox-importer/mbox-importer-23.08.2.ebuild')
-rw-r--r--kde-apps/mbox-importer/mbox-importer-23.08.2.ebuild34
1 files changed, 34 insertions, 0 deletions
diff --git a/kde-apps/mbox-importer/mbox-importer-23.08.2.ebuild b/kde-apps/mbox-importer/mbox-importer-23.08.2.ebuild
new file mode 100644
index 000000000000..94d613582a7b
--- /dev/null
+++ b/kde-apps/mbox-importer/mbox-importer-23.08.2.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_HANDBOOK="forceoptional" # FIXME: Check back for doc in release
+PVCUT=$(ver_cut 1-3)
+KFMIN=5.106.0
+QTMIN=5.15.9
+inherit ecm gear.kde.org
+
+DESCRIPTION="Import mbox email archives from various sources into Akonadi"
+
+LICENSE="GPL-2+ handbook? ( FDL-1.2+ )"
+SLOT="5"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+IUSE=""
+
+DEPEND="
+ >=dev-qt/qtgui-${QTMIN}:5
+ >=dev-qt/qtwidgets-${QTMIN}:5
+ >=kde-apps/akonadi-${PVCUT}:5
+ >=kde-apps/kidentitymanagement-${PVCUT}:5
+ >=kde-apps/mailcommon-${PVCUT}:5
+ >=kde-apps/mailimporter-${PVCUT}:5
+ >=kde-frameworks/kconfig-${KFMIN}:5
+ >=kde-frameworks/kcoreaddons-${KFMIN}:5
+ >=kde-frameworks/kcrash-${KFMIN}:5
+ >=kde-frameworks/kdbusaddons-${KFMIN}:5
+ >=kde-frameworks/ki18n-${KFMIN}:5
+ >=kde-frameworks/kservice-${KFMIN}:5
+ >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+"
+RDEPEND="${DEPEND}"