summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-04-21 18:46:42 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2022-04-21 19:11:08 +0200
commit9843afd7597d050c008e538eb590fb582bba735c (patch)
tree5f7cbfd70f1fd8ca974ef35adda8ba0ec217009d /kde-apps/kmbox
parentkde-apps/kmailtransport: 22.04.0 version bump (diff)
downloadgentoo-9843afd7597d050c008e538eb590fb582bba735c.tar.gz
gentoo-9843afd7597d050c008e538eb590fb582bba735c.tar.bz2
gentoo-9843afd7597d050c008e538eb590fb582bba735c.zip
kde-apps/kmbox: 22.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-22.04.0.ebuild19
2 files changed, 20 insertions, 0 deletions
diff --git a/kde-apps/kmbox/Manifest b/kde-apps/kmbox/Manifest
index cf64e92e8c2b..3abdfbdad116 100644
--- a/kde-apps/kmbox/Manifest
+++ b/kde-apps/kmbox/Manifest
@@ -1,2 +1,3 @@
DIST kmbox-21.08.3.tar.xz 27792 BLAKE2B 56a371c8ae7c1969ece671a896208a74a20d554172b992fa5a1070cc0bc7796ae3b9f5ac6f73030252a3df31e5af945b29f42b78c3c8b54a28aae2ef668ef19d SHA512 b91cb7b1930a099f81f4a45ab2d9b671ca8eea397d2bfb0e44a8cb670faad124c30f0b51f898b4c549577099370e5b0828861a2ee6c8f99e4356c52e70f26ef3
DIST kmbox-21.12.3.tar.xz 27988 BLAKE2B 058065e48f4026cce2115772a813abe346032ff3987adb04a03a086e94bfbab27b5dd887d67c09acb0f1a0213b4e4fbc2d26a4560967ad5d57c8abaf14ce0e97 SHA512 6c4a8c26fc0d2bf6402b10d1e7dedb2561130bfd99e6446acbfa93f3ec448d89f51f580e7450ef362073fe3c8d0945148f1cfb6c94d40d1c1e3470aca8ab9a3d
+DIST kmbox-22.04.0.tar.xz 28736 BLAKE2B 3f4729954a744b97a6715c3800f65929d8421c6ba4355f22af807932013ef4342759efe655d8bb3cdea2aff28dbf9cb7d28668d1b7fb133e5d2114b9aafe9b6b SHA512 e7f332f013b25feba209465e48e7fc2d1527e1e655976bdb8bb7071921f2416540b8e3e63f12512400990968b3d0365eee8dc18cfe6a11a59296e53bc50aaba1
diff --git a/kde-apps/kmbox/kmbox-22.04.0.ebuild b/kde-apps/kmbox/kmbox-22.04.0.ebuild
new file mode 100644
index 000000000000..45e091b15e3e
--- /dev/null
+++ b/kde-apps/kmbox/kmbox-22.04.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2022 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 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}"