diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-12-09 11:16:51 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-12-09 11:27:48 +0100 |
commit | e845bcb71535fba0a15d46a04b01b95a2f77c467 (patch) | |
tree | 4c3fedba8c768ace0fd4b8cff0f6dc7243129509 /kde-apps/kmbox | |
parent | kde-apps/kmailtransport: 23.08.4 version bump (diff) | |
download | gentoo-e845bcb71535fba0a15d46a04b01b95a2f77c467.tar.gz gentoo-e845bcb71535fba0a15d46a04b01b95a2f77c467.tar.bz2 gentoo-e845bcb71535fba0a15d46a04b01b95a2f77c467.zip |
kde-apps/kmbox: 23.08.4 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/kmbox')
-rw-r--r-- | kde-apps/kmbox/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/kmbox/kmbox-23.08.4.ebuild | 19 |
2 files changed, 20 insertions, 0 deletions
diff --git a/kde-apps/kmbox/Manifest b/kde-apps/kmbox/Manifest index f032a2b26405..427315c3e966 100644 --- a/kde-apps/kmbox/Manifest +++ b/kde-apps/kmbox/Manifest @@ -1,2 +1,3 @@ DIST kmbox-23.04.3.tar.xz 29344 BLAKE2B 391572dfb85400db243f2435f06fe92dee79d8a53b359acada5586d699ea136026174664fe4928d3f9afc8b8d4a97caeabba9f591333e2cf2f65aba3a0d13ad9 SHA512 94080c974726f2d2edfb5d5f78035f0e27c99e19f007cc2704c461a309d16decbdf738cb203a32acf4cadbf8afa5093b536d3bae0a0e6cfd6e1edec3b5b78eee DIST kmbox-23.08.3.tar.xz 29028 BLAKE2B f52f1a578a46ac8534670079457a3b28bb1e89043c8be5c143b12cb561f2010250c67b29b4d03925eead71868014ca30da5ef676a6586bff411b414516ee8d5d SHA512 e5840ac9ad6ed4d5f8488f1947c88ba48c334b3b395478e8d8ccf4b45c46bf1235c0fccd24296fcb0341ae7cc4e3aa9fcc89b5482f1407cdef06fb62494d6214 +DIST kmbox-23.08.4.tar.xz 29048 BLAKE2B b7653bea1be23f0ee622cd5aa3b02f93e69595f2cc88284f5ff79a8261d315b47d7439c05e1fc8910e0297388ff53f1682fe8b6e569fed8859f0ddf7bf84fcb3 SHA512 d55ab3f8da87bf25f4bda22917d00af888de59db088463a3d55c060efbdb809a608b747f2841b303c23cd6036e8985eee6bfdf1eb1af77b026af92a036064e69 diff --git a/kde-apps/kmbox/kmbox-23.08.4.ebuild b/kde-apps/kmbox/kmbox-23.08.4.ebuild new file mode 100644 index 000000000000..c0df126d4618 --- /dev/null +++ b/kde-apps/kmbox/kmbox-23.08.4.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2023 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 gear.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}" |