diff options
| -rw-r--r-- | kde-apps/pimcommon/Manifest | 1 | ||||
| -rw-r--r-- | kde-apps/pimcommon/pimcommon-24.12.0.ebuild | 64 |
2 files changed, 0 insertions, 65 deletions
diff --git a/kde-apps/pimcommon/Manifest b/kde-apps/pimcommon/Manifest deleted file mode 100644 index baf4b57a786..00000000000 --- a/kde-apps/pimcommon/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST pimcommon-24.12.0.tar.xz 365608 BLAKE2B 7a5e69b06b583b591855ce22ded334205d71a32937ed7d8e31d353fa767ddea5b8cbe5383a7661f84be0e17c932c0b28e94d813712c06600b24354eab9c3e254 SHA512 dc60d3fd36c13c0046414dec0663c96e706e234f8c349621664b8d64410f1212503a0f9647d71e90cf81d80ce10653999dfe381487bfc1ccc2107ac538717cf5 diff --git a/kde-apps/pimcommon/pimcommon-24.12.0.ebuild b/kde-apps/pimcommon/pimcommon-24.12.0.ebuild deleted file mode 100644 index 363a01814ab..00000000000 --- a/kde-apps/pimcommon/pimcommon-24.12.0.ebuild +++ /dev/null @@ -1,64 +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="activities" - -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 - activities? ( kde-plasma/plasma-activities:6 ) -" -DEPEND="${RDEPEND}" - -src_configure() { - local mycmakeargs=( - -DOPTION_USE_PLASMA_ACTIVITIES=$(usex activities) - ) - - ecm_src_configure -} - -src_test() { - # bugs 641730, 661330 - local myctestargs=( - -E "(autocorrectiontest|pimcommon-translator-translatorwidgettest)" - ) - - ecm_src_test -} |
