summaryrefslogtreecommitdiff
path: root/kde-frameworks/frameworkintegration
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-02-12 12:13:35 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2023-02-12 12:13:35 +0100
commit340c81e7ac29f105b74a6b2de03a3b0f2fcc3dd5 (patch)
tree3f4f40502af8da9bde0af8c300ef9b21546ef79b /kde-frameworks/frameworkintegration
parent83e09d25de735b3abdef53176f052ad0a6c4836f (diff)
downloadkde-340c81e7ac29f105b74a6b2de03a3b0f2fcc3dd5.tar.gz
kde-340c81e7ac29f105b74a6b2de03a3b0f2fcc3dd5.tar.bz2
kde-340c81e7ac29f105b74a6b2de03a3b0f2fcc3dd5.zip
kde-frameworks/frameworkintegration: drop 5.103.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.103.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 f738b124816..00000000000
--- a/kde-frameworks/frameworkintegration/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST frameworkintegration-5.103.0.tar.xz 1760004 BLAKE2B 7156b5995ca99f0607037450236e6630162abd44cfb3ce73bf3f58f61664f548cfaddde2d20e642531b43a6155da492d783fb6a178212856f038bdfb9286ca9b SHA512 604b3a75a64b91fcf2991e84a5703cd33832342a4c931c90cba15d453cc89287ea248ead8f31f643d0333c4f63c12d93f61bf531e8f7eb99cadd9af72f6e0ea1
diff --git a/kde-frameworks/frameworkintegration/frameworkintegration-5.103.0.ebuild b/kde-frameworks/frameworkintegration/frameworkintegration-5.103.0.ebuild
deleted file mode 100644
index c90c2445d25..00000000000
--- a/kde-frameworks/frameworkintegration/frameworkintegration-5.103.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2023 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
-}