summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kde-apps/pimcommon/Manifest1
-rw-r--r--kde-apps/pimcommon/pimcommon-24.02.1.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 97619e7a31a..00000000000
--- a/kde-apps/pimcommon/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST pimcommon-24.02.1.tar.xz 348504 BLAKE2B b555fa5961417c0e54c99fadc3785d82e63fcccfc4516fc49655bccb143e3c7e668414397cc600025243666404e90a0c6f47bad952f7d6c497683cec5e1d6765 SHA512 e19e1860d900c750e7ccaab2f6fbce8dbbfc32add554a4b4a28b5d24705cdb77bad30bd796a0e205b2379df7523e61eff7ceb25b3590f8ba5f487f7ed6b1f11a
diff --git a/kde-apps/pimcommon/pimcommon-24.02.1.ebuild b/kde-apps/pimcommon/pimcommon-24.02.1.ebuild
deleted file mode 100644
index 4abb5966e37..00000000000
--- a/kde-apps/pimcommon/pimcommon-24.02.1.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.0.0
-QTMIN=6.6.2
-inherit ecm gear.kde.org
-
-DESCRIPTION="Common PIM libraries"
-
-LICENSE="GPL-2+ LGPL-2.1+"
-SLOT="6"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND="
- >=dev-libs/ktextaddons-1.4.42: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
-}