summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-10-12 13:08:29 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-10-12 15:20:26 +0200
commitfc4256cb725979849da6cdb9cd07bc4cea71abf8 (patch)
tree35b0f325b1541b638fd8906c050bb39fda83bc66 /kde-apps/kmime/kmime-23.08.2.ebuild
parentkde-apps/kmbox: 23.08.2 version bump (diff)
downloadgentoo-fc4256cb725979849da6cdb9cd07bc4cea71abf8.tar.gz
gentoo-fc4256cb725979849da6cdb9cd07bc4cea71abf8.tar.bz2
gentoo-fc4256cb725979849da6cdb9cd07bc4cea71abf8.zip
kde-apps/kmime: 23.08.2 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/kmime/kmime-23.08.2.ebuild')
-rw-r--r--kde-apps/kmime/kmime-23.08.2.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/kde-apps/kmime/kmime-23.08.2.ebuild b/kde-apps/kmime/kmime-23.08.2.ebuild
new file mode 100644
index 000000000000..c01b52ef5cd0
--- /dev/null
+++ b/kde-apps/kmime/kmime-23.08.2.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_QTHELP="true"
+ECM_TEST="true"
+KFMIN=5.104.0
+inherit ecm gear.kde.org
+
+DESCRIPTION="Libary for handling mail messages and newsgroup articles"
+
+LICENSE="GPL-2+"
+SLOT="5"
+KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE=""
+
+DEPEND="
+ >=kde-frameworks/kcodecs-${KFMIN}:5
+ >=kde-frameworks/ki18n-${KFMIN}:5
+"
+RDEPEND="${DEPEND}"