diff options
| -rw-r--r-- | kde-apps/kmbox/Manifest | 1 | ||||
| -rw-r--r-- | kde-apps/kmbox/kmbox-23.04.1.ebuild | 19 |
2 files changed, 20 insertions, 0 deletions
diff --git a/kde-apps/kmbox/Manifest b/kde-apps/kmbox/Manifest new file mode 100644 index 00000000000..d6396265d22 --- /dev/null +++ b/kde-apps/kmbox/Manifest @@ -0,0 +1 @@ +DIST kmbox-23.04.1.tar.xz 29364 BLAKE2B a6b4c436a68ec8a8dfb7185f2c5563ce7422a0e0afb77466014076713fc436b311c4af513a20aa8ff14f3d813ed7cc6bc04185437193dce0655b809a47624397 SHA512 af3af96ea3251f9a53fd6c4013d44542774e71bbb6a573b61dac6eb4ef724db918efe9349e60d690fab897c3f1bca0771f448d92a0db6a82d793f4e82799960e diff --git a/kde-apps/kmbox/kmbox-23.04.1.ebuild b/kde-apps/kmbox/kmbox-23.04.1.ebuild new file mode 100644 index 00000000000..c0df126d461 --- /dev/null +++ b/kde-apps/kmbox/kmbox-23.04.1.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}" |
