summaryrefslogtreecommitdiff
path: root/kde-frameworks/frameworkintegration
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-07-12 18:52:20 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-07-12 18:52:20 +0200
commit591168dc31afcbd1f78fb674d724f8957ec325df (patch)
treee54245623257c9a40b3143ab0c1a27ff5fea3a1a /kde-frameworks/frameworkintegration
parentecdfd7665ee81c4db2a38d34d78358e58599c531 (diff)
downloadkde-591168dc31afcbd1f78fb674d724f8957ec325df.tar.gz
kde-591168dc31afcbd1f78fb674d724f8957ec325df.tar.bz2
kde-591168dc31afcbd1f78fb674d724f8957ec325df.zip
kde-frameworks/frameworkintegration: drop 5.84.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.84.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 73e0403a673..00000000000
--- a/kde-frameworks/frameworkintegration/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST frameworkintegration-5.84.0.tar.xz 1755824 BLAKE2B 97782740521c7d6794a5f3063c4f2bea54f25d665857f7cabe8b67eb67d46ba26f8277d630cf1af71cc07c0342a36c25ae71fa1f7b0752f62aa2607291b6f7c7 SHA512 eb226600a1c17ebb9387eb42b212b6d2397f118ce2c52ba2463e8c8acf62b39f96aafe68573b9474bf4c0a13d6542bcadcb35ff4c8880425d448838630ea179f
diff --git a/kde-frameworks/frameworkintegration/frameworkintegration-5.84.0.ebuild b/kde-frameworks/frameworkintegration/frameworkintegration-5.84.0.ebuild
deleted file mode 100644
index 8fbf5abdb53..00000000000
--- a/kde-frameworks/frameworkintegration/frameworkintegration-5.84.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
-}