summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kde-apps/pimcommon/Manifest1
-rw-r--r--kde-apps/pimcommon/pimcommon-24.08.3.ebuild55
2 files changed, 0 insertions, 56 deletions
diff --git a/kde-apps/pimcommon/Manifest b/kde-apps/pimcommon/Manifest
deleted file mode 100644
index 64edb99661e..00000000000
--- a/kde-apps/pimcommon/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST pimcommon-24.08.3.tar.xz 351164 BLAKE2B 7cc03932a9cc67285de4e40baec693bb24b3323d6d780b69d8cc8f7152c49b010b3560f5fd2b2934f89144d888f5c12cf5150fcfd37dfa928cf339113ef23f7b SHA512 000aca6f02dca149ea5b2e10cf805a45f0e7855a6953f58b6bca63903add877715625c484d6d00deed8eb41589fce05e5c2b55d05e460d5f9a18fd619a970d2c
diff --git a/kde-apps/pimcommon/pimcommon-24.08.3.ebuild b/kde-apps/pimcommon/pimcommon-24.08.3.ebuild
deleted file mode 100644
index 291ada805e3..00000000000
--- a/kde-apps/pimcommon/pimcommon-24.08.3.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_DESIGNERPLUGIN="true"
-ECM_QTHELP="true"
-ECM_TEST="forceoptional"
-PVCUT=$(ver_cut 1-3)
-KFMIN=6.5.0
-QTMIN=6.7.2
-inherit ecm gear.kde.org
-
-DESCRIPTION="Common PIM libraries"
-
-LICENSE="GPL-2+ LGPL-2.1+"
-SLOT="6"
-KEYWORDS="~amd64 ~arm64"
-IUSE=""
-
-RDEPEND="
- >=dev-libs/ktextaddons-1.5.4:6
- >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets,xml]
- >=kde-apps/akonadi-${PVCUT}:6
- >=kde-apps/akonadi-contacts-${PVCUT}:6
- >=kde-apps/akonadi-search-${PVCUT}:6
- >=kde-apps/kimap-${PVCUT}:6
- >=kde-apps/kldap-${PVCUT}:6
- >=kde-apps/libkdepim-${PVCUT}:6
- >=kde-frameworks/karchive-${KFMIN}:6
- >=kde-frameworks/kcmutils-${KFMIN}:6
- >=kde-frameworks/kcodecs-${KFMIN}:6
- >=kde-frameworks/kconfig-${KFMIN}:6
- >=kde-frameworks/kcontacts-${KFMIN}:6
- >=kde-frameworks/kcoreaddons-${KFMIN}:6
- >=kde-frameworks/ki18n-${KFMIN}:6
- >=kde-frameworks/kio-${KFMIN}:6
- >=kde-frameworks/kitemmodels-${KFMIN}:6
- >=kde-frameworks/kjobwidgets-${KFMIN}:6
- >=kde-frameworks/knewstuff-${KFMIN}:6
- >=kde-frameworks/kservice-${KFMIN}:6
- >=kde-frameworks/kwidgetsaddons-${KFMIN}:6
- >=kde-frameworks/kxmlgui-${KFMIN}:6
- >=kde-frameworks/purpose-${KFMIN}:6
-"
-DEPEND="${RDEPEND}"
-
-src_test() {
- # bugs 641730, 661330
- local myctestargs=(
- -E "(autocorrectiontest|pimcommon-translator-translatorwidgettest)"
- )
-
- ecm_src_test
-}