summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-10-07 20:52:15 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-10-07 21:56:59 +0200
commiteadbb5968591147b2ab58211021786a85282e34b (patch)
tree78d59f42a17d8ae10ce71ad01356dc09ee2f9b9c /kde-apps/kmbox
parentkde-apps/kmailtransport: 21.08.2 version bump (diff)
downloadgentoo-eadbb5968591147b2ab58211021786a85282e34b.tar.gz
gentoo-eadbb5968591147b2ab58211021786a85282e34b.tar.bz2
gentoo-eadbb5968591147b2ab58211021786a85282e34b.zip
kde-apps/kmbox: 21.08.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-21.08.2.ebuild18
2 files changed, 19 insertions, 0 deletions
diff --git a/kde-apps/kmbox/Manifest b/kde-apps/kmbox/Manifest
index 8ced8147764c..da7d2a1f2c6b 100644
--- a/kde-apps/kmbox/Manifest
+++ b/kde-apps/kmbox/Manifest
@@ -1,2 +1,3 @@
DIST kmbox-21.04.3.tar.xz 28472 BLAKE2B 6c00164df8631306af367a508bb42881cd62c0b94fb4634989c585159e9f2e947ac36052302b8a1f145f131573e206ba2d1dc018a2db1137c42fa15b88d2a4c1 SHA512 272a0bcd99ce38ca57a0f33a0faaa691f05632ff00e6df04be2890b2352af12d7a6c81bb678d37d2cefd84ebd51b6ba1f247f337f764000eca98958b709f202c
DIST kmbox-21.08.1.tar.xz 27808 BLAKE2B 51e7a3f31460b26937d1d4f332e64383f2c42ef589edf5fd14cc004b69a079414a08512d2f9da1c392b54c47debfa7c66c3192dd1fd4fdb68c3c0d5ce3891b8e SHA512 6ee4d7f5128ed72f2d72e867633325070009bb459e533df98f26d9eee4899b43081b709b77c6de7f646dc239a94262ef3422a37cb7df8e1ef2a590b3d352f636
+DIST kmbox-21.08.2.tar.xz 27812 BLAKE2B 1a918e1e496fab1460029ccc07ef4721534774343ec4201af30c556ea0d128275f59b46bad2023988631dd6ad310dd8cd23cbffd8530dc28ebcd9845fd8c42a3 SHA512 f8ee0f3a2eb0aec23bf771ceeedec4538f0779f0f76d32e2ab5c46c594dafc2530b2a8c2e0338e6fbeeed49c993b735aecbd28ad1e5ce8496a4c74bf8ff0d3d6
diff --git a/kde-apps/kmbox/kmbox-21.08.2.ebuild b/kde-apps/kmbox/kmbox-21.08.2.ebuild
new file mode 100644
index 000000000000..0e950376f065
--- /dev/null
+++ b/kde-apps/kmbox/kmbox-21.08.2.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="true"
+PVCUT=$(ver_cut 1-3)
+inherit ecm 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}"