summaryrefslogtreecommitdiff
path: root/kde-frameworks/frameworkintegration
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-09-26 23:29:13 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-09-26 23:29:13 +0100
commitb544d842bfe55df1b59d40fb8059d5d240e4f42b (patch)
tree092145f89b76ccd50aba38348cb99b802227f5ae /kde-frameworks/frameworkintegration
parent20c20eb967a638c833aae1462f149894b2dbd811 (diff)
gentoo auto-resync : 26:09:2023 - 23:29:12
Diffstat (limited to 'kde-frameworks/frameworkintegration')
-rw-r--r--kde-frameworks/frameworkintegration/Manifest4
-rw-r--r--kde-frameworks/frameworkintegration/frameworkintegration-5.108.0.ebuild42
-rw-r--r--kde-frameworks/frameworkintegration/frameworkintegration-5.110.0.ebuild2
3 files changed, 2 insertions, 46 deletions
diff --git a/kde-frameworks/frameworkintegration/Manifest b/kde-frameworks/frameworkintegration/Manifest
index 6e7df359290c..e84754c1f146 100644
--- a/kde-frameworks/frameworkintegration/Manifest
+++ b/kde-frameworks/frameworkintegration/Manifest
@@ -1,5 +1,3 @@
-DIST frameworkintegration-5.108.0.tar.xz 1759976 BLAKE2B 6b9b5b672b2a28e15ecfe9f088b357176e9dff059636b18ef8a121937f242969a37c95637d732177486fe2143bc9cd26f93ef9ca2d7dbaac995622914fdf62c2 SHA512 ea67b11edcffb546ec1cc41da03ac921738d6879ee0ecd652e27aacf6dd8af0d37da5bd29e2f3a43e41295abcec53d0b2679d56e937e99675cf0451d91db865e
DIST frameworkintegration-5.110.0.tar.xz 1760436 BLAKE2B 724ac1457276720c1aa7a02a02768f31d2fb3ec5cc7d0d216a4408735e89b1a49ee10e650e603bf12539456df77f309cd00bf6235542ef07302c93b87de63c47 SHA512 4571485b1ff815b8cca2a12d19cd103210471647de4b5971fdd866fe08ec7e0f6b5b36c43dcb062bc2234d7c6901d279b25eac7a44e5188e0ee4fe9a646b79db
-EBUILD frameworkintegration-5.108.0.ebuild 989 BLAKE2B cf3471cdd526e7d071d07caa98b4a9af48bb2a5b0b182e40d7914d9fd2757b247c8d78c5946dc7bed43ecfd8e90e906a99148c3dc02c5867fac686f72af049ec SHA512 9bd8ab560a80b24e932476f88d81fbca4451492617e072750171f730f724b273315a5569d3501764681b676ba3458c5bdcc2be993d1745f5cd89a9c6b098c8d0
-EBUILD frameworkintegration-5.110.0.ebuild 990 BLAKE2B b03fb91c4fe57c6fe9abd0ace31acd6eff83078b9ea103f098ea7f03bab4ea5db0faafaca7f480b86b0b3cb68bd6695f31fcbdebf146f23c6522e50a06f5ea17 SHA512 602cbd1e8721d8ea1a6c498fc83ec1201c1aa14ad4622d8003db3a20be2b967d2d116b9ba2d7233155c3c24b709294ac7972e8f39c79dc81c64223477b086ea9
+EBUILD frameworkintegration-5.110.0.ebuild 989 BLAKE2B cf3471cdd526e7d071d07caa98b4a9af48bb2a5b0b182e40d7914d9fd2757b247c8d78c5946dc7bed43ecfd8e90e906a99148c3dc02c5867fac686f72af049ec SHA512 9bd8ab560a80b24e932476f88d81fbca4451492617e072750171f730f724b273315a5569d3501764681b676ba3458c5bdcc2be993d1745f5cd89a9c6b098c8d0
MISC metadata.xml 456 BLAKE2B 4392b1cc6f304778d71236d5eb557dfbbd530143eea5cad9a3c3034e3e8b22c835f6c7f980124a21cefd35a2dd1efd5110adc0a5342170f88dfd7418b12bee99 SHA512 7ba65331cad434e2dceee012a5458d268eb2a04e0f7276b265c15644e6db5209bc7eee7d9695aa0038c435711e0f6f0dc53c7bae9d773b48f01e22a22e4dbb80
diff --git a/kde-frameworks/frameworkintegration/frameworkintegration-5.108.0.ebuild b/kde-frameworks/frameworkintegration/frameworkintegration-5.108.0.ebuild
deleted file mode 100644
index 5bff0a83be3e..000000000000
--- a/kde-frameworks/frameworkintegration/frameworkintegration-5.108.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
-}
diff --git a/kde-frameworks/frameworkintegration/frameworkintegration-5.110.0.ebuild b/kde-frameworks/frameworkintegration/frameworkintegration-5.110.0.ebuild
index 6b27467fadda..5bff0a83be3e 100644
--- a/kde-frameworks/frameworkintegration/frameworkintegration-5.110.0.ebuild
+++ b/kde-frameworks/frameworkintegration/frameworkintegration-5.110.0.ebuild
@@ -11,7 +11,7 @@ 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"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
IUSE=""
# requires running Plasma environment