summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kde-apps/mailimporter/Manifest1
-rw-r--r--kde-apps/mailimporter/mailimporter-24.12.1.ebuild32
2 files changed, 0 insertions, 33 deletions
diff --git a/kde-apps/mailimporter/Manifest b/kde-apps/mailimporter/Manifest
deleted file mode 100644
index a6d09f3be6f..00000000000
--- a/kde-apps/mailimporter/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST mailimporter-24.12.1.tar.xz 596688 BLAKE2B 83492e60b3fa16b0acb81d512bb8f4f088e8290e217082293342889b8a367280fbd9f56dfc72f6a2a544fa70f7b684974dce41e227ab74278ae7c1ff0599225e SHA512 cd4b5765fd22217130bc78e1812c05e1dd9f9a45acc299a72c8dc791b82400b92f1718421a0766e4d110c76b0097b5efad98c44f3ec8269840d86ac6dba0a9a1
diff --git a/kde-apps/mailimporter/mailimporter-24.12.1.ebuild b/kde-apps/mailimporter/mailimporter-24.12.1.ebuild
deleted file mode 100644
index 4ebff533e9b..00000000000
--- a/kde-apps/mailimporter/mailimporter-24.12.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2024 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}"