summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-12-12 15:19:31 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2020-12-12 18:57:43 +0100
commit41951b9584027730e82fdbd39d73cbdc33474a17 (patch)
tree77cc556c958f53e730ab98fa55f19cca478a9707 /kde-apps/kmbox
parentkde-apps/kmailtransport: 20.12.0 version bump (diff)
downloadgentoo-41951b9584027730e82fdbd39d73cbdc33474a17.tar.gz
gentoo-41951b9584027730e82fdbd39d73cbdc33474a17.tar.bz2
gentoo-41951b9584027730e82fdbd39d73cbdc33474a17.zip
kde-apps/kmbox: 20.12.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-20.12.0.ebuild18
2 files changed, 19 insertions, 0 deletions
diff --git a/kde-apps/kmbox/Manifest b/kde-apps/kmbox/Manifest
index 7c03c541964e..45cafd8a786b 100644
--- a/kde-apps/kmbox/Manifest
+++ b/kde-apps/kmbox/Manifest
@@ -1 +1,2 @@
DIST kmbox-20.08.3.tar.xz 24800 BLAKE2B 27a025ae9493f03cf47c0117e9a44b3ee951bcaa2ca5f57053b50fd3ab4a7baf9e518e4922eaa9697444a933a6ff004f1d58865f39e3ed021eefb367e6676102 SHA512 58edacb2ef03efb1d51a143793839a5fbdec293a97867edd95b481e6b7bfb22f729db6ad156064ebbdb30a45be99ba9524bdace707b5a69d6fad06a2d702b629
+DIST kmbox-20.12.0.tar.xz 24788 BLAKE2B 269b5f00b26460f5a551b2e6628d028c08a54a137bfe5a31d809cb19c1fb5b5ff6ba73d295bc1d211ff865749bf111a34b304da9a26f77344105127b1fb7cd83 SHA512 cd070f93988e15910df056e5e9a285bf5af7680b7cfb297ab9c44c89606e0bc6625ebf34dbd49a655176953ebf01fdaa5b881f1350c69f4ef660e7a8054cc6dd
diff --git a/kde-apps/kmbox/kmbox-20.12.0.ebuild b/kde-apps/kmbox/kmbox-20.12.0.ebuild
new file mode 100644
index 000000000000..77665660e4c9
--- /dev/null
+++ b/kde-apps/kmbox/kmbox-20.12.0.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 ~ppc64 ~x86"
+IUSE=""
+
+DEPEND=">=kde-apps/kmime-${PVCUT}:5"
+RDEPEND="${DEPEND}"