diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-03-02 09:42:03 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-03-02 10:11:56 +0100 |
commit | c3efbc98d20ac67a8745a13d49ffb1dfdcae7903 (patch) | |
tree | e9b8721f6c7d81394b689d768c0695b281a72752 /kde-frameworks/frameworkintegration | |
parent | dev-util/pkgcheck: sync live (diff) | |
download | gentoo-c3efbc98d20ac67a8745a13d49ffb1dfdcae7903.tar.gz gentoo-c3efbc98d20ac67a8745a13d49ffb1dfdcae7903.tar.bz2 gentoo-c3efbc98d20ac67a8745a13d49ffb1dfdcae7903.zip |
kde-frameworks/frameworkintegration: drop 5.113.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/frameworkintegration')
-rw-r--r-- | kde-frameworks/frameworkintegration/Manifest | 1 | ||||
-rw-r--r-- | kde-frameworks/frameworkintegration/frameworkintegration-5.113.0.ebuild | 42 |
2 files changed, 0 insertions, 43 deletions
diff --git a/kde-frameworks/frameworkintegration/Manifest b/kde-frameworks/frameworkintegration/Manifest index a1fec0560f60..026d950a7480 100644 --- a/kde-frameworks/frameworkintegration/Manifest +++ b/kde-frameworks/frameworkintegration/Manifest @@ -1,3 +1,2 @@ -DIST frameworkintegration-5.113.0.tar.xz 1760432 BLAKE2B f8289c33889cf8bafd51b1db44efba93d9b580a9cd69be69e2fadd957a2db728d0c981da5af4c8b4be264fc3af8b7b44d6be0e144dc2a596a601cfc35f1d6274 SHA512 a9fe7a6c262482cb8b8d392064f66413a03d2bd031263470b0bbef1466bc18749d874d93c4c637958fecc72d7ec9273eabb3d48a0d7c457533c1ea7caf419e90 DIST frameworkintegration-5.115.0.tar.xz 1760436 BLAKE2B 59127e732c3b1786e54a079315bf7d47b5025bd653348c67c167afdc2b6291ceb595d85f49c62cc080475fb0963851c07fd95aa2c344b8f0cc76610b701b5be8 SHA512 83cc9d4e1063cd1496dbe373f30f706dcb2ce2515735d7b82cd45cf35b20a8e6c51625b752c6e9a53033db1b0573f2f3159bd569becc707b3a2e7250ce7fd20a DIST frameworkintegration-6.0.0.tar.xz 54232 BLAKE2B 4bc00dab976c03c8363dbd6143fb285394998a41b02e4358fbf57e4ae1394836f7451085bcd37cfbfc9eeaafa8607a7f28d8d84238de2fba882a122a52387ea6 SHA512 565c26aa54b45e872deb28aeba3660423c1f57e488690896571cd8d5ae8c6a74e99c71588d314d36874b1a2275e9b78178815772c404d27c0abaaeba0f74638f diff --git a/kde-frameworks/frameworkintegration/frameworkintegration-5.113.0.ebuild b/kde-frameworks/frameworkintegration/frameworkintegration-5.113.0.ebuild deleted file mode 100644 index a9ffe580bd72..000000000000 --- a/kde-frameworks/frameworkintegration/frameworkintegration-5.113.0.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2024 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 -} |