summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-04-22 10:14:22 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-04-22 11:12:24 +0200
commit2f583dd6420c25fb200bca1c8d61c8256ef1ba76 (patch)
tree752c28032c3fe36d40b4503a68e25fde00b8dbd5 /kde-apps/kmbox
parentkde-apps/kmailtransport: 23.04.0 version bump (diff)
downloadgentoo-2f583dd6420c25fb200bca1c8d61c8256ef1ba76.tar.gz
gentoo-2f583dd6420c25fb200bca1c8d61c8256ef1ba76.tar.bz2
gentoo-2f583dd6420c25fb200bca1c8d61c8256ef1ba76.zip
kde-apps/kmbox: 23.04.0 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-23.04.0.ebuild19
2 files changed, 20 insertions, 0 deletions
diff --git a/kde-apps/kmbox/Manifest b/kde-apps/kmbox/Manifest
index f779d8372f14..06b089d97a2b 100644
--- a/kde-apps/kmbox/Manifest
+++ b/kde-apps/kmbox/Manifest
@@ -1 +1,2 @@
DIST kmbox-22.12.3.tar.xz 28856 BLAKE2B 68a9b7c8dc5adc73add185902c8b8999fa229159db5d516c02e30688442100cc4b3e9346d9346453c792120d258a3a9742ffe8f091154b14171a7b676f18324a SHA512 9fe871ff753be48582c91cf36528023b34cdc0d655e3159280775342dc326dcd37656a10df0016c441a10030b56850368c63ccc9996e1816c8bd82d234856d7c
+DIST kmbox-23.04.0.tar.xz 29352 BLAKE2B 040f90eec14e4632ba16f7b95198d5a4c23d354166a2f769686e9dc0efbc73eab879ad59edacb388730375f01c70b0c2559b45dddf190e657e47ee5ec5673baf SHA512 4210caaa9c43e251d1c9a1113c34815ad4a098826e055ff81d2f2c03a7563587902be959299151e8ae2b8fa684c05b69c3a8ca6a5ec1fefd8bb6d6b88ec70d8f
diff --git a/kde-apps/kmbox/kmbox-23.04.0.ebuild b/kde-apps/kmbox/kmbox-23.04.0.ebuild
new file mode 100644
index 000000000000..c0df126d4618
--- /dev/null
+++ b/kde-apps/kmbox/kmbox-23.04.0.ebuild
@@ -0,0 +1,19 @@
+# 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)
+inherit ecm gear.kde.org
+
+DESCRIPTION="Library for accessing MBox format mail storages"
+
+LICENSE="GPL-2+"
+SLOT="5"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+IUSE=""
+
+DEPEND=">=kde-apps/kmime-${PVCUT}:5"
+RDEPEND="${DEPEND}"