commit: fc0e07cdcd300d88c88868e2b71c98389dc3d4ba Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Thu Feb 6 22:57:43 2025 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Thu Feb 6 22:57:43 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc0e07cd
games-kids/gcompris: drop 2.4 Closes: https://bugs.gentoo.org/946126 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> games-kids/gcompris/Manifest | 1 - games-kids/gcompris/gcompris-2.4.ebuild | 51 --------------------------------- 2 files changed, 52 deletions(-) diff --git a/games-kids/gcompris/Manifest b/games-kids/gcompris/Manifest index 08a09e77e8f2..65c51d90c622 100644 --- a/games-kids/gcompris/Manifest +++ b/games-kids/gcompris/Manifest @@ -1,2 +1 @@ -DIST gcompris-qt-2.4.tar.xz 50509640 BLAKE2B 0d0515002a979aa4dbee70bede1575eb3b8f2eb5e78ef448a75bbf50802c80beb5f34e7e307a3ab453074631a1a67bcbabfe39c214ae0b1028e6bcd02db152a8 SHA512 8bafb4155e8053f7648ca015d43b439635dbdee37e24f2791faab08ec6639f0285a3154cfc3cbd5588b5860542100aa6f61bfda4753f8b835d91a354fe138c9b DIST gcompris-qt-25.0.tar.xz 49665152 BLAKE2B b1bf8cc943e8e3b3933b13660af2bc28680c03e1c6edc5c24972217769204f234a263a1eb6a1f7948bbfd773989dfa3765be8ff9743be513ce0bdc992ac5f95a SHA512 932c763e80003ab10f0c3af419380445c248a4d93564a86fdf0c2ec77696cb7a2650f3657a9ebb0898332a29241d8719ae7134bc063469dda2b0ce0c992d6555 diff --git a/games-kids/gcompris/gcompris-2.4.ebuild b/games-kids/gcompris/gcompris-2.4.ebuild deleted file mode 100644 index 363f3767fc32..000000000000 --- a/games-kids/gcompris/gcompris-2.4.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_HANDBOOK="optional" -ECM_TEST="true" -QTMIN=5.15.5 -inherit ecm kde.org - -DESCRIPTION="Full featured educational application for children from 2 to 10" -HOMEPAGE="https://gcompris.net/" - -if [[ ${KDE_BUILD_TYPE} = release ]]; then - SRC_URI="https://gcompris.net/download/qt/src/${PN}-qt-${PV}.tar.xz" - KEYWORDS="~amd64 ~x86" - S="${WORKDIR}/${PN}-qt-${PV}" -fi - -LICENSE="GPL-3+" -SLOT="0" -IUSE="kiosk" - -DEPEND=" - >=dev-qt/qtdeclarative-${QTMIN}:5 - >=dev-qt/qtgui-${QTMIN}:5 - >=dev-qt/qtmultimedia-${QTMIN}:5 - >=dev-qt/qtnetwork-${QTMIN}:5 - >=dev-qt/qtsensors-${QTMIN}:5 - >=dev-qt/qtsvg-${QTMIN}:5 -" -RDEPEND="${DEPEND} - >=dev-qt/qtgraphicaleffects-${QTMIN}:5 - >=dev-qt/qtmultimedia-${QTMIN}:5[gstreamer,qml] - >=dev-qt/qtquickcontrols-${QTMIN}:5 -" -BDEPEND=" - >=dev-qt/linguist-tools-${QTMIN}:5 - test? ( - dev-util/cppcheck - llvm-core/clang - ) -" - -src_configure() { - local mycmakeargs=( - -DQML_BOX2D_MODULE=disabled - -DWITH_KIOSK_MODE=$(usex kiosk) - ) - ecm_src_configure -}