summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-04-11 21:40:23 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-04-11 22:13:25 +0200
commit28132fa71a819bb6b8219d1d0093a507df8449eb (patch)
tree9f6d2529bff4ecf6b5efda5d63108da148d59ac9 /kde-apps/kmbox
parentkde-apps/kmailtransport: 24.02.2 version bump (diff)
downloadgentoo-28132fa71a819bb6b8219d1d0093a507df8449eb.tar.gz
gentoo-28132fa71a819bb6b8219d1d0093a507df8449eb.tar.bz2
gentoo-28132fa71a819bb6b8219d1d0093a507df8449eb.zip
kde-apps/kmbox: 24.02.2 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/kmbox')
-rw-r--r--kde-apps/kmbox/Manifest1
-rw-r--r--kde-apps/kmbox/kmbox-24.02.2.ebuild19
2 files changed, 20 insertions, 0 deletions
diff --git a/kde-apps/kmbox/Manifest b/kde-apps/kmbox/Manifest
index 2ff3b7640fa6..e2d48acf425f 100644
--- a/kde-apps/kmbox/Manifest
+++ b/kde-apps/kmbox/Manifest
@@ -1,2 +1,3 @@
DIST kmbox-23.08.5.tar.xz 29020 BLAKE2B 68d55c5da0be6fc40883930044c72e8710849458bceb323db10296321d02433407cf85d356f8103cb15239bbd2a68dc4de26b0888e3164ab7560e0cb82f594b7 SHA512 53342dc5487c392f0afd8c72766ee2196060d8fdc25505e92350517d85c10ea22a1d7d8bf44e306acd19e8ca8c09d8b4c7c39c07e68440146f0655e3c81e2b87
DIST kmbox-24.02.1.tar.xz 28820 BLAKE2B b9c2503fb130812c6fae596c5a29f566fbbbc2ae3335f7c5a1fe481a64651cd6c0260dc119f39444b3e5ffcbc0689093219077b567377903773a5f5db1d50a1c SHA512 144d4539f961d3529fd8fa0e3ceeb9159d1b3c7a10927afb6865d5da4a92fae9b26a53a0dd4c4119226419e22e93f5fdbd5fd380a79f4845ae67f317db493911
+DIST kmbox-24.02.2.tar.xz 28816 BLAKE2B fa5f2260c5b1063e9fcc2ae009b3643acb64b7e56cf0429f5007e29a1916c5184c6bdca107dab3020ab3d74435073f8d2987f011b4d893a29221cbb0f2316efd SHA512 a31cb8d740bab2ff240f0a8312cc9e9433b946694cb7e315eb7609d9f0fcdeefe8e160e9a85d88a4e1060ed8644cde14f0328305fca65e505ab766544c778a16
diff --git a/kde-apps/kmbox/kmbox-24.02.2.ebuild b/kde-apps/kmbox/kmbox-24.02.2.ebuild
new file mode 100644
index 000000000000..069a3749fcd8
--- /dev/null
+++ b/kde-apps/kmbox/kmbox-24.02.2.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2024 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)
+inherit ecm gear.kde.org
+
+DESCRIPTION="Library for accessing MBox format mail storages"
+
+LICENSE="GPL-2+"
+SLOT="6"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND=">=kde-apps/kmime-${PVCUT}:6"
+RDEPEND="${DEPEND}"