diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-02-03 10:55:28 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-02-03 18:11:16 +0100 |
commit | 44349956a7238f3a6edc6f4a764e139bb82d2446 (patch) | |
tree | 33dd90c7b5e260c35f1fb78e3202cc1cb37b45aa /kde-apps/kmbox/kmbox-21.12.2.ebuild | |
parent | kde-apps/kmailtransport: 21.12.2 version bump (diff) | |
download | gentoo-44349956a7238f3a6edc6f4a764e139bb82d2446.tar.gz gentoo-44349956a7238f3a6edc6f4a764e139bb82d2446.tar.bz2 gentoo-44349956a7238f3a6edc6f4a764e139bb82d2446.zip |
kde-apps/kmbox: 21.12.2 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/kmbox/kmbox-21.12.2.ebuild')
-rw-r--r-- | kde-apps/kmbox/kmbox-21.12.2.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/kde-apps/kmbox/kmbox-21.12.2.ebuild b/kde-apps/kmbox/kmbox-21.12.2.ebuild new file mode 100644 index 000000000000..45e091b15e3e --- /dev/null +++ b/kde-apps/kmbox/kmbox-21.12.2.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2022 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}" |