summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-11-24 13:42:37 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2023-11-28 10:45:03 +0100
commite8400952cb5ff81e7949150b17fb0b49994fe876 (patch)
tree6f2db84f1789fa2886b1d6ade8a9a87efc2d939d /kde-frameworks/frameworkintegration
parentkde-plasma/xembed-sni-proxy: drop 5.27.8 (diff)
downloadgentoo-e8400952cb5ff81e7949150b17fb0b49994fe876.tar.gz
gentoo-e8400952cb5ff81e7949150b17fb0b49994fe876.tar.bz2
gentoo-e8400952cb5ff81e7949150b17fb0b49994fe876.zip
kde-frameworks/frameworkintegration: drop 5.110.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.110.0.ebuild42
2 files changed, 0 insertions, 43 deletions
diff --git a/kde-frameworks/frameworkintegration/Manifest b/kde-frameworks/frameworkintegration/Manifest
index 51617ed53415..dcabf95ca9a6 100644
--- a/kde-frameworks/frameworkintegration/Manifest
+++ b/kde-frameworks/frameworkintegration/Manifest
@@ -1,2 +1 @@
-DIST frameworkintegration-5.110.0.tar.xz 1760436 BLAKE2B 724ac1457276720c1aa7a02a02768f31d2fb3ec5cc7d0d216a4408735e89b1a49ee10e650e603bf12539456df77f309cd00bf6235542ef07302c93b87de63c47 SHA512 4571485b1ff815b8cca2a12d19cd103210471647de4b5971fdd866fe08ec7e0f6b5b36c43dcb062bc2234d7c6901d279b25eac7a44e5188e0ee4fe9a646b79db
DIST frameworkintegration-5.112.0.tar.xz 1760464 BLAKE2B 34b68a38078faa452359921c688f4c83474c45e746badb9dd1cbdfe378268bb71b342c88761ea277c4837b5de64f0e3a417654836561385fce36eaa02ce6895e SHA512 515b6f17d6de666084b27f7d91dafbfc7e4fb704ec22a98763350976de73bbfcc215eaf0373c843ff709981b3e631f23a99c7db1bd275506bfa8d5a8649e223a
diff --git a/kde-frameworks/frameworkintegration/frameworkintegration-5.110.0.ebuild b/kde-frameworks/frameworkintegration/frameworkintegration-5.110.0.ebuild
deleted file mode 100644
index 5bff0a83be3e..000000000000
--- a/kde-frameworks/frameworkintegration/frameworkintegration-5.110.0.ebuild
+++ /dev/null
@@ -1,42 +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.9
-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
-}