summaryrefslogtreecommitdiff
path: root/kde-frameworks
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-11-14 14:12:15 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2022-11-14 14:12:15 +0100
commit01541a30f0c90463c84e4b9bbf54781b08efea98 (patch)
treea81acca7b0e13674ce692d0da027ae82b21f055a /kde-frameworks
parent47664bf1c6bc9ef626d4184a8a269f038dc013ef (diff)
downloadkde-01541a30f0c90463c84e4b9bbf54781b08efea98.tar.gz
kde-01541a30f0c90463c84e4b9bbf54781b08efea98.tar.bz2
kde-01541a30f0c90463c84e4b9bbf54781b08efea98.zip
kde-frameworks/frameworkintegration: drop 5.100.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks')
-rw-r--r--kde-frameworks/frameworkintegration/Manifest1
-rw-r--r--kde-frameworks/frameworkintegration/frameworkintegration-5.100.0.ebuild43
2 files changed, 0 insertions, 44 deletions
diff --git a/kde-frameworks/frameworkintegration/Manifest b/kde-frameworks/frameworkintegration/Manifest
deleted file mode 100644
index ab19906ee9b..00000000000
--- a/kde-frameworks/frameworkintegration/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST frameworkintegration-5.100.0.tar.xz 1759992 BLAKE2B 78763937667e22c352356b43c50dc48bd6c658dd8cc475ec98ce7d0e180e7c30bde48d88924ed7bf65bdbf634dd46aaf22d9be02e7a2fc1017bfb1dbd74fd529 SHA512 f99bfbb8476bd3b14c6611f8557b000257c1464b6c21dcbbb1e69f27e8371f64e45ea4f2817b8c3514de13c9e69888dbad905e7d3ed8f1b4cac82c3205f9a873
diff --git a/kde-frameworks/frameworkintegration/frameworkintegration-5.100.0.ebuild b/kde-frameworks/frameworkintegration/frameworkintegration-5.100.0.ebuild
deleted file mode 100644
index e4e34fce95e..00000000000
--- a/kde-frameworks/frameworkintegration/frameworkintegration-5.100.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_QTHELP="false"
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.5
-VIRTUALX_REQUIRED="test"
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Framework for integrating Qt applications with KDE Plasma workspaces"
-
-LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE=""
-
-# requires running Plasma environment
-RESTRICT="test"
-
-RDEPEND="
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
- =kde-frameworks/kconfig-${PVCUT}*:5
- =kde-frameworks/kconfigwidgets-${PVCUT}*:5
- =kde-frameworks/ki18n-${PVCUT}*:5
- =kde-frameworks/kiconthemes-${PVCUT}*:5
- =kde-frameworks/knewstuff-${PVCUT}*:5
- =kde-frameworks/knotifications-${PVCUT}*:5
-"
-DEPEND="${RDEPEND}
- =kde-frameworks/kpackage-${PVCUT}*:5
- =kde-frameworks/kwidgetsaddons-${PVCUT}*:5
-"
-
-src_configure() {
- local mycmakeargs=(
- -DCMAKE_DISABLE_FIND_PACKAGE_AppStreamQt=ON
- -DCMAKE_DISABLE_FIND_PACKAGE_packagekitqt5=ON
- )
-
- ecm_src_configure
-}