summaryrefslogtreecommitdiff
path: root/kde-frameworks/frameworkintegration
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-04-10 20:45:50 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-04-10 20:45:50 +0200
commita07a0702f57b71f7b4972033f66d78eb0522bc5c (patch)
treec0e00853881a256e6ad9b3949989850e23f03b80 /kde-frameworks/frameworkintegration
parente1a9754dc0326a8ea94aa6d8d6761dd05440a8fa (diff)
downloadkde-a07a0702f57b71f7b4972033f66d78eb0522bc5c.tar.gz
kde-a07a0702f57b71f7b4972033f66d78eb0522bc5c.tar.bz2
kde-a07a0702f57b71f7b4972033f66d78eb0522bc5c.zip
kde-frameworks/frameworkintegration: drop 5.81.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.81.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 da4034060ff..00000000000
--- a/kde-frameworks/frameworkintegration/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST frameworkintegration-5.81.0.tar.xz 1755808 BLAKE2B 991f1322d6c976b4e49458059dca4e735cb9756bba2a1fa37ad9e317cdb92fb3856ce5499c152006ae6cd12cebe8e1f87eb6e88898cc3129c959730c94f121c5 SHA512 f76036fc378b77225cd82ffa71d39f9b321a58ab3ebb1a523457cb320c87d157e2625389e259286c4a62c5b1def12b6c94c1d5b9cb5b6e983845ead9b1110245
diff --git a/kde-frameworks/frameworkintegration/frameworkintegration-5.81.0.ebuild b/kde-frameworks/frameworkintegration/frameworkintegration-5.81.0.ebuild
deleted file mode 100644
index 8fbf5abdb53..00000000000
--- a/kde-frameworks/frameworkintegration/frameworkintegration-5.81.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
-}