diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-07-03 18:57:17 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-07-04 13:50:32 +0200 |
commit | e50c9f27644c7fcfc1e06eff43af6a7acec07002 (patch) | |
tree | 86697285ec27dc5b6822e33a00bd945081af0f4d /kde-apps/kmbox | |
parent | kde-apps/kmailtransport: 24.05.2 version bump (diff) | |
download | gentoo-e50c9f27644c7fcfc1e06eff43af6a7acec07002.tar.gz gentoo-e50c9f27644c7fcfc1e06eff43af6a7acec07002.tar.bz2 gentoo-e50c9f27644c7fcfc1e06eff43af6a7acec07002.zip |
kde-apps/kmbox: 24.05.2 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-24.05.2.ebuild | 20 |
2 files changed, 21 insertions, 0 deletions
diff --git a/kde-apps/kmbox/Manifest b/kde-apps/kmbox/Manifest index 61f2bcace1af..5a8c74743208 100644 --- a/kde-apps/kmbox/Manifest +++ b/kde-apps/kmbox/Manifest @@ -1,2 +1,3 @@ DIST kmbox-23.08.5.tar.xz 29020 BLAKE2B 68d55c5da0be6fc40883930044c72e8710849458bceb323db10296321d02433407cf85d356f8103cb15239bbd2a68dc4de26b0888e3164ab7560e0cb82f594b7 SHA512 53342dc5487c392f0afd8c72766ee2196060d8fdc25505e92350517d85c10ea22a1d7d8bf44e306acd19e8ca8c09d8b4c7c39c07e68440146f0655e3c81e2b87 DIST kmbox-24.05.1.tar.xz 28840 BLAKE2B 6595bf4e3719437e2958beeb5bb81ce77065261929b8b6128534e06646a7106b523e3bc46912c8ae4904772b35d8997db6933d3a45ecf93f44c21f314ea8517f SHA512 d565f6a97f912d9a4cf3547e568ccab0923cdc3c283de1dd9b0932aa5814542096091c800681315e156717d5dc5b77db856bc5b26e844a1538601434090b1590 +DIST kmbox-24.05.2.tar.xz 28836 BLAKE2B a9ee75b8072dd4168c5ab1a2730f3756635e092b42088b75e8277e8f08e446dd00e4fa4d4fce275bfbe791040cfe0c6385a5c04efd8f6b4d7951bf5db4507f38 SHA512 cd5f051eab3cb51f6d067b51da3fe020f5cdbbc2894fc65e13a0405197d2ed3b5adf4596d3bd45ff2735c43a0a1352cc4a9bd74a0f9bf487860681a88c21cc48 diff --git a/kde-apps/kmbox/kmbox-24.05.2.ebuild b/kde-apps/kmbox/kmbox-24.05.2.ebuild new file mode 100644 index 000000000000..399dd1aa3bec --- /dev/null +++ b/kde-apps/kmbox/kmbox-24.05.2.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_QTHELP="true" +ECM_TEST="true" +KFMIN=6.3.0 +PVCUT=$(ver_cut 1-3) +inherit ecm gear.kde.org + +DESCRIPTION="Library for accessing MBox format mail storages" + +LICENSE="GPL-2+" +SLOT="6" +KEYWORDS="~amd64 ~arm64" +IUSE="" + +DEPEND=">=kde-apps/kmime-${PVCUT}:6" +RDEPEND="${DEPEND}" |