diff options
| -rw-r--r-- | kde-apps/mailimporter/Manifest | 1 | ||||
| -rw-r--r-- | kde-apps/mailimporter/mailimporter-25.08.1.ebuild | 32 |
2 files changed, 33 insertions, 0 deletions
diff --git a/kde-apps/mailimporter/Manifest b/kde-apps/mailimporter/Manifest new file mode 100644 index 00000000000..569abafb596 --- /dev/null +++ b/kde-apps/mailimporter/Manifest @@ -0,0 +1 @@ +DIST mailimporter-25.08.1.tar.xz 603564 BLAKE2B b53cb1d4751a8f706f67918ea23cf89f95c73e5b3618a2e070d8f5964451e193e45884d39818b9b3ca66fd088189fcbf47d8d46e0daf60783bedeebbd4102697 SHA512 54ca59d1166240d573ad85b97c91d0354a44cecff384f9c082bf3da634f77c1f40986956c13687bd18b3081aac03593a020004392f7f49d5d9bd8d203cbe83ac diff --git a/kde-apps/mailimporter/mailimporter-25.08.1.ebuild b/kde-apps/mailimporter/mailimporter-25.08.1.ebuild new file mode 100644 index 00000000000..773c0819144 --- /dev/null +++ b/kde-apps/mailimporter/mailimporter-25.08.1.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2025 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) +KFMIN=6.16.0 +QTMIN=6.9.1 +inherit ecm gear.kde.org + +DESCRIPTION="Library to import mail from various sources" + +LICENSE="GPL-2+ LGPL-2.1+" +SLOT="6/$(ver_cut 1-2)" +KEYWORDS="~amd64 ~arm64" +IUSE="" + +DEPEND=" + >=dev-qt/qtbase-${QTMIN}:6[gui,widgets,xml] + >=kde-apps/akonadi-${PVCUT}:6= + >=kde-apps/akonadi-mime-${PVCUT}:6= + >=kde-apps/kmime-${PVCUT}:6= + >=kde-apps/pimcommon-${PVCUT}:6= + >=kde-frameworks/karchive-${KFMIN}:6 + >=kde-frameworks/kconfig-${KFMIN}:6 + >=kde-frameworks/kcoreaddons-${KFMIN}:6 + >=kde-frameworks/ki18n-${KFMIN}:6 + >=kde-frameworks/kio-${KFMIN}:6 +" +RDEPEND="${DEPEND}" |
