summaryrefslogtreecommitdiff
path: root/kde-apps
diff options
context:
space:
mode:
Diffstat (limited to 'kde-apps')
-rw-r--r--kde-apps/kmbox/Manifest1
-rw-r--r--kde-apps/kmbox/kmbox-25.04.1.ebuild20
2 files changed, 21 insertions, 0 deletions
diff --git a/kde-apps/kmbox/Manifest b/kde-apps/kmbox/Manifest
new file mode 100644
index 00000000000..a01ff7f0aff
--- /dev/null
+++ b/kde-apps/kmbox/Manifest
@@ -0,0 +1 @@
+DIST kmbox-25.04.1.tar.xz 29236 BLAKE2B 5966ba9d213ad0bcd5f78a6eafb775c14e28039739e576f03b47f45ad28c6494ccf862fce819748fb9213a4515914cd107bd00dfc8950bfcf6d88aff6772e644 SHA512 28c0b09d83daa5289d0e2e3922fe3773b2e0c3663d1f44461d65bf66c1c62d167f4e3b0617e755126b024cc0b309518e25503ff1be384b4f63cbb5da674f0dfa
diff --git a/kde-apps/kmbox/kmbox-25.04.1.ebuild b/kde-apps/kmbox/kmbox-25.04.1.ebuild
new file mode 100644
index 00000000000..0a83e168fb5
--- /dev/null
+++ b/kde-apps/kmbox/kmbox-25.04.1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_QTHELP="true"
+ECM_TEST="true"
+KFMIN=6.13.0
+PVCUT=$(ver_cut 1-3)
+inherit ecm gear.kde.org
+
+DESCRIPTION="Library for accessing MBox format mail storages"
+
+LICENSE="GPL-2+"
+SLOT="6"
+KEYWORDS="~amd64 ~arm64"
+IUSE=""
+
+DEPEND=">=kde-apps/kmime-${PVCUT}:6"
+RDEPEND="${DEPEND}"