summaryrefslogtreecommitdiff
path: root/kde-frameworks/frameworkintegration
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-11-28 10:54:09 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-11-28 10:54:09 +0000
commit3e690338421a6b64f6f44aa03db7416d75e0633a (patch)
treecb3907b4dfbc040edc539fd00645e851b14084bb /kde-frameworks/frameworkintegration
parenta6f8a4117d60ec2919f9b312dcb0b7baa6c58ab9 (diff)
gentoo auto-resync : 28:11:2023 - 10:54:09
Diffstat (limited to 'kde-frameworks/frameworkintegration')
-rw-r--r--kde-frameworks/frameworkintegration/Manifest2
-rw-r--r--kde-frameworks/frameworkintegration/frameworkintegration-5.110.0.ebuild42
2 files changed, 0 insertions, 44 deletions
diff --git a/kde-frameworks/frameworkintegration/Manifest b/kde-frameworks/frameworkintegration/Manifest
index 2ab51a100c3f..1b69b2c024f3 100644
--- a/kde-frameworks/frameworkintegration/Manifest
+++ b/kde-frameworks/frameworkintegration/Manifest
@@ -1,5 +1,3 @@
-DIST frameworkintegration-5.110.0.tar.xz 1760436 BLAKE2B 724ac1457276720c1aa7a02a02768f31d2fb3ec5cc7d0d216a4408735e89b1a49ee10e650e603bf12539456df77f309cd00bf6235542ef07302c93b87de63c47 SHA512 4571485b1ff815b8cca2a12d19cd103210471647de4b5971fdd866fe08ec7e0f6b5b36c43dcb062bc2234d7c6901d279b25eac7a44e5188e0ee4fe9a646b79db
DIST frameworkintegration-5.112.0.tar.xz 1760464 BLAKE2B 34b68a38078faa452359921c688f4c83474c45e746badb9dd1cbdfe378268bb71b342c88761ea277c4837b5de64f0e3a417654836561385fce36eaa02ce6895e SHA512 515b6f17d6de666084b27f7d91dafbfc7e4fb704ec22a98763350976de73bbfcc215eaf0373c843ff709981b3e631f23a99c7db1bd275506bfa8d5a8649e223a
-EBUILD frameworkintegration-5.110.0.ebuild 989 BLAKE2B cf3471cdd526e7d071d07caa98b4a9af48bb2a5b0b182e40d7914d9fd2757b247c8d78c5946dc7bed43ecfd8e90e906a99148c3dc02c5867fac686f72af049ec SHA512 9bd8ab560a80b24e932476f88d81fbca4451492617e072750171f730f724b273315a5569d3501764681b676ba3458c5bdcc2be993d1745f5cd89a9c6b098c8d0
EBUILD frameworkintegration-5.112.0.ebuild 989 BLAKE2B cf3471cdd526e7d071d07caa98b4a9af48bb2a5b0b182e40d7914d9fd2757b247c8d78c5946dc7bed43ecfd8e90e906a99148c3dc02c5867fac686f72af049ec SHA512 9bd8ab560a80b24e932476f88d81fbca4451492617e072750171f730f724b273315a5569d3501764681b676ba3458c5bdcc2be993d1745f5cd89a9c6b098c8d0
MISC metadata.xml 456 BLAKE2B 4392b1cc6f304778d71236d5eb557dfbbd530143eea5cad9a3c3034e3e8b22c835f6c7f980124a21cefd35a2dd1efd5110adc0a5342170f88dfd7418b12bee99 SHA512 7ba65331cad434e2dceee012a5458d268eb2a04e0f7276b265c15644e6db5209bc7eee7d9695aa0038c435711e0f6f0dc53c7bae9d773b48f01e22a22e4dbb80
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
-}