diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-12-09 11:47:17 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-12-09 12:26:29 +0100 |
commit | b8cfcba899e41f3756bada4c308080c061dfc5d7 (patch) | |
tree | 35cc5f37401a908f98730a94a1f249ed7035db5b | |
parent | kde-apps/kmailtransport: 21.12.0 version bump (diff) | |
download | gentoo-b8cfcba899e41f3756bada4c308080c061dfc5d7.tar.gz gentoo-b8cfcba899e41f3756bada4c308080c061dfc5d7.tar.bz2 gentoo-b8cfcba899e41f3756bada4c308080c061dfc5d7.zip |
kde-apps/kmbox: 21.12.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r-- | kde-apps/kmbox/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/kmbox/kmbox-21.12.0.ebuild | 19 |
2 files changed, 20 insertions, 0 deletions
diff --git a/kde-apps/kmbox/Manifest b/kde-apps/kmbox/Manifest index 3fc611408ef7..c166ccd51628 100644 --- a/kde-apps/kmbox/Manifest +++ b/kde-apps/kmbox/Manifest @@ -1 +1,2 @@ DIST kmbox-21.08.3.tar.xz 27792 BLAKE2B 56a371c8ae7c1969ece671a896208a74a20d554172b992fa5a1070cc0bc7796ae3b9f5ac6f73030252a3df31e5af945b29f42b78c3c8b54a28aae2ef668ef19d SHA512 b91cb7b1930a099f81f4a45ab2d9b671ca8eea397d2bfb0e44a8cb670faad124c30f0b51f898b4c549577099370e5b0828861a2ee6c8f99e4356c52e70f26ef3 +DIST kmbox-21.12.0.tar.xz 27980 BLAKE2B 63d249594b29699b11d554af1fd0ef52a1c709ddacf592ba0583a6bfddb2d972a3cb2e618a01ebf0cd76ddaf893c57d6a42ab45652420c7e1aab2df04ec03191 SHA512 3ab7dbd89564346bf43427d3d7b8027d694595ec36aac7dac8aed066138fd2f1955860097dbadfda34aa96abafb94c16ee2db9dca23a4ba221c93ca5909e444a diff --git a/kde-apps/kmbox/kmbox-21.12.0.ebuild b/kde-apps/kmbox/kmbox-21.12.0.ebuild new file mode 100644 index 000000000000..b9cbecc7521d --- /dev/null +++ b/kde-apps/kmbox/kmbox-21.12.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2021 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}" |