diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-02-15 10:39:45 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-02-15 13:23:43 +0100 |
commit | dbbc126d38ac60b5fea771bd8c30bd3dbe1c2d31 (patch) | |
tree | f6fdaa98c54882a4eb36986e33d64e96a0a731e6 /kde-apps/kmbox | |
parent | kde-apps/kmailtransport: 23.08.5 version bump (diff) | |
download | gentoo-dbbc126d38ac60b5fea771bd8c30bd3dbe1c2d31.tar.gz gentoo-dbbc126d38ac60b5fea771bd8c30bd3dbe1c2d31.tar.bz2 gentoo-dbbc126d38ac60b5fea771bd8c30bd3dbe1c2d31.zip |
kde-apps/kmbox: 23.08.5 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.5.ebuild | 19 |
2 files changed, 20 insertions, 0 deletions
diff --git a/kde-apps/kmbox/Manifest b/kde-apps/kmbox/Manifest index 10975bd09655..23cd11e533ff 100644 --- a/kde-apps/kmbox/Manifest +++ b/kde-apps/kmbox/Manifest @@ -1 +1,2 @@ DIST kmbox-23.08.4.tar.xz 29048 BLAKE2B b7653bea1be23f0ee622cd5aa3b02f93e69595f2cc88284f5ff79a8261d315b47d7439c05e1fc8910e0297388ff53f1682fe8b6e569fed8859f0ddf7bf84fcb3 SHA512 d55ab3f8da87bf25f4bda22917d00af888de59db088463a3d55c060efbdb809a608b747f2841b303c23cd6036e8985eee6bfdf1eb1af77b026af92a036064e69 +DIST kmbox-23.08.5.tar.xz 29020 BLAKE2B 68d55c5da0be6fc40883930044c72e8710849458bceb323db10296321d02433407cf85d356f8103cb15239bbd2a68dc4de26b0888e3164ab7560e0cb82f594b7 SHA512 53342dc5487c392f0afd8c72766ee2196060d8fdc25505e92350517d85c10ea22a1d7d8bf44e306acd19e8ca8c09d8b4c7c39c07e68440146f0655e3c81e2b87 diff --git a/kde-apps/kmbox/kmbox-23.08.5.ebuild b/kde-apps/kmbox/kmbox-23.08.5.ebuild new file mode 100644 index 000000000000..f66b207d9485 --- /dev/null +++ b/kde-apps/kmbox/kmbox-23.08.5.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2024 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}" |