kde-apps/ksquares: drop 25.04.2

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2025-07-27 16:24:57 +02:00
parent c631a30e26
commit ad8a1eb631
2 changed files with 0 additions and 34 deletions

View File

@@ -1,2 +1 @@
DIST ksquares-25.04.2.tar.xz 324452 BLAKE2B 8e805d706daa2cef9d29eee1780ae915242e5b90a961f5c71a65f0215a8cfc39ed0ecd297327b3b1d5a7bd30fbfbec404caef1f2305f1702c99d38b757d54584 SHA512 86bff13d770d1d77d40a52d2b91437b382b0f6830a7f34b8bbbb866f5684ae6e9bd1a851e03773fbcefd2ea01aa470770c69a0e7a699b8339324f2b11f23a590
DIST ksquares-25.04.3.tar.xz 324412 BLAKE2B d566f0e5c858140225e51351309f747554d0728a47eead9614880a7d2bd93141f4daf70642284953525b240d270bce571e70e553d2b717aeaf37dd02889811b1 SHA512 82c94ac8f6ccb69a59f784ab8e4158acea236d3166dad3466c9d5fa161cd31c78b88e6d65100253e4c2de35f35cc9fd9b855a11ec8dcb88644842245757be002

View File

@@ -1,33 +0,0 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
ECM_HANDBOOK="optional"
PVCUT=$(ver_cut 1-3)
KFMIN=6.13.0
QTMIN=6.7.2
inherit ecm gear.kde.org xdg
DESCRIPTION="KDE clone of the game squares"
HOMEPAGE="https://apps.kde.org/ksquares/"
LICENSE="GPL-2" # TODO: CHECK
SLOT="6"
KEYWORDS="amd64 arm64 ~loong ~riscv ~x86"
IUSE=""
DEPEND="
>=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
>=kde-apps/libkdegames-${PVCUT}:6
>=kde-frameworks/kcompletion-${KFMIN}:6
>=kde-frameworks/kconfig-${KFMIN}:6
>=kde-frameworks/kconfigwidgets-${KFMIN}:6
>=kde-frameworks/kcoreaddons-${KFMIN}:6
>=kde-frameworks/kcrash-${KFMIN}:6
>=kde-frameworks/kdbusaddons-${KFMIN}:6
>=kde-frameworks/ki18n-${KFMIN}:6
>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
>=kde-frameworks/kxmlgui-${KFMIN}:6
"
RDEPEND="${DEPEND}"