summaryrefslogtreecommitdiff
path: root/kde-frameworks/frameworkintegration
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-06-14 09:59:16 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-06-14 09:59:16 +0200
commit0ded473988e42d5f8754302ae060f4745406c3de (patch)
tree365a2d38421499be075e449a401aa3aef1bc60ef /kde-frameworks/frameworkintegration
parent6f68f4f10bce7174290aa4412bdaa14f2876f5ec (diff)
downloadkde-0ded473988e42d5f8754302ae060f4745406c3de.tar.gz
kde-0ded473988e42d5f8754302ae060f4745406c3de.tar.bz2
kde-0ded473988e42d5f8754302ae060f4745406c3de.zip
kde-frameworks/frameworkintegration: drop 5.83.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.83.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 59a06ac48c6..00000000000
--- a/kde-frameworks/frameworkintegration/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST frameworkintegration-5.83.0.tar.xz 1755808 BLAKE2B 6ea18cc46ade635f0ab1641318fb123b510e8dce1b0482c678d94556f10438de04ab780fa857c1363b87c5e72b7005d834defa75cff7ccfa1b31e4fef0235ef8 SHA512 a95380a3f13082345223e8aee070367ace9b54e54470847afa0c9ff8894788b91b31d4988ce5a432b0020b9c22fbc90a0eca6b1a5f6867ef7156e47a8f42739c
diff --git a/kde-frameworks/frameworkintegration/frameworkintegration-5.83.0.ebuild b/kde-frameworks/frameworkintegration/frameworkintegration-5.83.0.ebuild
deleted file mode 100644
index 8fbf5abdb53..00000000000
--- a/kde-frameworks/frameworkintegration/frameworkintegration-5.83.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_QTHELP="false"
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Framework for integrating Qt applications with KDE Plasma workspaces"
-
-LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~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
-}