summaryrefslogtreecommitdiff
path: root/kde-frameworks/frameworkintegration
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-12-10 11:11:05 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2022-12-10 11:11:05 +0100
commitbaf693507605d7ca8f02cd3a85a207c29e63073a (patch)
treef7bd2263ab35d190e9516a4a7c1929b2230bdbf5 /kde-frameworks/frameworkintegration
parentb0f29227fa1994cff38e1badfad4c70b50831270 (diff)
downloadkde-baf693507605d7ca8f02cd3a85a207c29e63073a.tar.gz
kde-baf693507605d7ca8f02cd3a85a207c29e63073a.tar.bz2
kde-baf693507605d7ca8f02cd3a85a207c29e63073a.zip
kde-frameworks/frameworkintegration: drop 5.101.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/frameworkintegration')
-rw-r--r--kde-frameworks/frameworkintegration/Manifest1
-rw-r--r--kde-frameworks/frameworkintegration/frameworkintegration-5.101.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 10f7ffe4926..00000000000
--- a/kde-frameworks/frameworkintegration/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST frameworkintegration-5.101.0.tar.xz 1759996 BLAKE2B 4614210fcf360e4f1a7c4b4e38787f0a3bf38b770b34565c9d7b6a84f03c6d50da3e83aa6ffbbc313495a60d15c0930b7b29fdebf3dddd6d7afe977be65ce426 SHA512 768fba304ee68ca16e7f3b674c7fdb1e65308fd4ba36a4428bc43dfb402e528851773360d73a69034fef1130f3701c126efe6ef22a896a66ede2859937b21c94
diff --git a/kde-frameworks/frameworkintegration/frameworkintegration-5.101.0.ebuild b/kde-frameworks/frameworkintegration/frameworkintegration-5.101.0.ebuild
deleted file mode 100644
index e4e34fce95e..00000000000
--- a/kde-frameworks/frameworkintegration/frameworkintegration-5.101.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
-}