summaryrefslogtreecommitdiff
path: root/kde-frameworks/frameworkintegration
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-07-11 15:15:41 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-07-11 15:15:41 +0200
commitec2415acbb576ee83442073a64b8f811df03fe2f (patch)
tree34ed47e01b8661be698977e6885cd8c8cac955a0 /kde-frameworks/frameworkintegration
parent8b04f2c4929bf74557c5a4cd40e27ed921a8124c (diff)
downloadkde-ec2415acbb576ee83442073a64b8f811df03fe2f.tar.gz
kde-ec2415acbb576ee83442073a64b8f811df03fe2f.tar.bz2
kde-ec2415acbb576ee83442073a64b8f811df03fe2f.zip
kde-frameworks/frameworkintegration: drop 5.72.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.72.0.ebuild44
2 files changed, 0 insertions, 45 deletions
diff --git a/kde-frameworks/frameworkintegration/Manifest b/kde-frameworks/frameworkintegration/Manifest
deleted file mode 100644
index 0524f347bef..00000000000
--- a/kde-frameworks/frameworkintegration/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST frameworkintegration-5.72.0.tar.xz 1754456 BLAKE2B 3d7be178b96b429c06e9de7a0668abe04de619e8e888d5889c09c00f281b3ddb2ddfb7eb8e54b820cb3893e55d7b3b22263791938209eb028d79c8b6a00b3112 SHA512 2b3da662fcb4b7f64597c4d69d0f8988466353a5064ecae80a4f82bb6f8b3d8b849aef83dce83cf6fc53577f47daee345d439d761548ff0b5f16f38d0b762df0
diff --git a/kde-frameworks/frameworkintegration/frameworkintegration-5.72.0.ebuild b/kde-frameworks/frameworkintegration/frameworkintegration-5.72.0.ebuild
deleted file mode 100644
index 2aee64430b0..00000000000
--- a/kde-frameworks/frameworkintegration/frameworkintegration-5.72.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2020 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.14.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=""
-
-# drop qtwidgets subslot operator when QT_MINIMAL >= 5.15.0
-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
-"
-
-# requires running Plasma environment
-RESTRICT+=" test"
-
-src_configure() {
- local mycmakeargs=(
- -DCMAKE_DISABLE_FIND_PACKAGE_AppStreamQt=ON
- -DCMAKE_DISABLE_FIND_PACKAGE_packagekitqt5=ON
- )
-
- ecm_src_configure
-}