summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-11-09 11:02:29 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2023-11-09 14:06:39 +0100
commit2162f644ecd441789961fa83031a9e06eea27e12 (patch)
tree2e41b7f6ee3d481846d9ce4821ab502f18277ac1 /kde-apps/kmime/kmime-23.08.3.ebuild
parentkde-apps/kmbox: 23.08.3 version bump (diff)
downloadgentoo-2162f644ecd441789961fa83031a9e06eea27e12.tar.gz
gentoo-2162f644ecd441789961fa83031a9e06eea27e12.tar.bz2
gentoo-2162f644ecd441789961fa83031a9e06eea27e12.zip
kde-apps/kmime: 23.08.3 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/kmime/kmime-23.08.3.ebuild')
-rw-r--r--kde-apps/kmime/kmime-23.08.3.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/kde-apps/kmime/kmime-23.08.3.ebuild b/kde-apps/kmime/kmime-23.08.3.ebuild
new file mode 100644
index 000000000000..c01b52ef5cd0
--- /dev/null
+++ b/kde-apps/kmime/kmime-23.08.3.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}"