diff options
| -rw-r--r-- | kde-apps/mailimporter/Manifest | 1 | ||||
| -rw-r--r-- | kde-apps/mailimporter/mailimporter-24.12.2.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..a8cf3d10d3b --- /dev/null +++ b/kde-apps/mailimporter/Manifest @@ -0,0 +1 @@ +DIST mailimporter-24.12.2.tar.xz 597516 BLAKE2B 8ca0e3315364a5a5d023121e94e7cdaa430ec662b8b428be3002c2614711f6477a0c4738ddb67a72c5a33218f495dcf78f9bd89bd3cdce03af3f86cc01cb1dc1 SHA512 65479da7cf67c481dbf824ae37fe336a4c5f96a270ba5cd9fa07dc8151d5cfa46c6c072d0dcf59e808c99c871e59a3dc1777c9de18b1b9a0ff71abc526bb2aa6 diff --git a/kde-apps/mailimporter/mailimporter-24.12.2.ebuild b/kde-apps/mailimporter/mailimporter-24.12.2.ebuild new file mode 100644 index 00000000000..f4ba2119875 --- /dev/null +++ b/kde-apps/mailimporter/mailimporter-24.12.2.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.7.0 +QTMIN=6.7.2 +inherit ecm gear.kde.org + +DESCRIPTION="Library to import mail from various sources" + +LICENSE="GPL-2+ LGPL-2.1+" +SLOT="6" +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}" |
