summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-07-09 11:59:48 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-07-09 17:37:49 +0200
commit9ca940d3d2350acb502de088dd03400669795ca9 (patch)
tree11309c718ace9080268ff7e86f7c192436a61933 /kde-apps/kmbox
parentkde-apps/kmailtransport: 20.04.3 version bump (diff)
downloadgentoo-9ca940d3d2350acb502de088dd03400669795ca9.tar.gz
gentoo-9ca940d3d2350acb502de088dd03400669795ca9.tar.bz2
gentoo-9ca940d3d2350acb502de088dd03400669795ca9.zip
kde-apps/kmbox: 20.04.3 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-20.04.3.ebuild18
2 files changed, 19 insertions, 0 deletions
diff --git a/kde-apps/kmbox/Manifest b/kde-apps/kmbox/Manifest
index 3824409942bb..cef1f0d4ed8a 100644
--- a/kde-apps/kmbox/Manifest
+++ b/kde-apps/kmbox/Manifest
@@ -1,2 +1,3 @@
DIST kmbox-19.12.3.tar.xz 24708 BLAKE2B 279d15a403c6c51f6ac035e073297fde68bc0cd470afe2f91f90b3541b2ac78d68318837a4fa52e69b5933b19d4b06a40a1cb0ddf0707fb74bbe97c3feb32d9a SHA512 73ddbac34608b761d28638eec782f6a76642c39255c21d1795540a8cbab2e776c6641a5f87a27108f90657c4a7fdb9ad9d143a84800e2e134dfe43c2509fa400
DIST kmbox-20.04.2.tar.xz 24684 BLAKE2B 7ccbbb1c41ce52cc286a0a4a37dab6d0d04a38dd091d50fda2bad948cb02a558dc9035992aed4c5b6023a0d35b0a69a54e154ccb58f3c8eb98e4cfe9dde38603 SHA512 918ceae7e21dd621856ae772771bd939c4c949f8ea85c8c86a489f43cd228aef8e8d160a5df5cbb5ae1752cc666a1c1b4a315f224a830aeaf5a16b7a6ff25172
+DIST kmbox-20.04.3.tar.xz 24692 BLAKE2B f0f728f5ae5c1e9dd6f6c493d8b4fc6cb6c4da5636fcf18944b5115f0e6fb2c8ea57576aa8315afda7d009723c04dc4bcbca9a6546d9f37ab2e5f0947d5bbeb7 SHA512 13dba358b31a6bd7e7c702ff74a06582b53473230959c598ed39a68c262e8e3631b3515d2d602f3d8e9ee4770ac2aba4b1a0a1cfb1e467f3ab32f211125b41cb
diff --git a/kde-apps/kmbox/kmbox-20.04.3.ebuild b/kde-apps/kmbox/kmbox-20.04.3.ebuild
new file mode 100644
index 000000000000..68363a4586b4
--- /dev/null
+++ b/kde-apps/kmbox/kmbox-20.04.3.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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 ~x86"
+IUSE=""
+
+DEPEND=">=kde-apps/kmime-${PVCUT}:5"
+RDEPEND="${DEPEND}"