summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-01-03 10:02:24 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2023-01-03 10:13:34 +0100
commitce479d9968537d1705cd26ba47a56bf9e0c4cbcd (patch)
tree5f3970915cab52a42f14dfc5704c346f24f55a45
parent422bec9f334117d67a1d6354f2ffb66219a5531c (diff)
downloadkde-ce479d9968537d1705cd26ba47a56bf9e0c4cbcd.tar.gz
kde-ce479d9968537d1705cd26ba47a56bf9e0c4cbcd.tar.bz2
kde-ce479d9968537d1705cd26ba47a56bf9e0c4cbcd.zip
kde-apps/mailimporter: 22.12.1 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--kde-apps/mailimporter/Manifest1
-rw-r--r--kde-apps/mailimporter/mailimporter-22.12.1.ebuild35
2 files changed, 36 insertions, 0 deletions
diff --git a/kde-apps/mailimporter/Manifest b/kde-apps/mailimporter/Manifest
new file mode 100644
index 00000000000..c63633574fc
--- /dev/null
+++ b/kde-apps/mailimporter/Manifest
@@ -0,0 +1 @@
+DIST mailimporter-22.12.1.tar.xz 588632 BLAKE2B 7e5e82d2886abc19ae782b797e7a7ca12eb92b2cf81a766e612093fc5e904440a6fdff5e2aa22b0592dce041f091985f9f715546eb9422829a6c340d1fd3f2cb SHA512 e6d2d64fd89dd4ddeaa5b077e4f653a5d5a6ac4e9e51fac7d016b50755b4e7bd3a82bb8c887bddced0523e55e7b3cc6d00a3bcbbfe36c84f110d0a99536d9865
diff --git a/kde-apps/mailimporter/mailimporter-22.12.1.ebuild b/kde-apps/mailimporter/mailimporter-22.12.1.ebuild
new file mode 100644
index 00000000000..a0f7cfdca88
--- /dev/null
+++ b/kde-apps/mailimporter/mailimporter-22.12.1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_QTHELP="true"
+ECM_TEST="true"
+PVCUT=$(ver_cut 1-3)
+KFMIN=5.101.0
+QTMIN=5.15.5
+VIRTUALX_REQUIRED="test"
+inherit ecm gear.kde.org
+
+DESCRIPTION="Library to import mail from various sources"
+
+LICENSE="GPL-2+ LGPL-2.1+"
+SLOT="5"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+IUSE=""
+
+DEPEND="
+ >=dev-qt/qtgui-${QTMIN}:5
+ >=dev-qt/qtwidgets-${QTMIN}:5
+ >=dev-qt/qtxml-${QTMIN}:5
+ >=kde-apps/akonadi-${PVCUT}:5
+ >=kde-apps/akonadi-mime-${PVCUT}:5
+ >=kde-apps/kmime-${PVCUT}:5
+ >=kde-apps/pimcommon-${PVCUT}:5
+ >=kde-frameworks/karchive-${KFMIN}:5
+ >=kde-frameworks/kconfig-${KFMIN}:5
+ >=kde-frameworks/kcoreaddons-${KFMIN}:5
+ >=kde-frameworks/ki18n-${KFMIN}:5
+ >=kde-frameworks/kio-${KFMIN}:5
+"
+RDEPEND="${DEPEND}"