commit:     1caa1ae448bd2d3ed6d60587d64efc1927162a22
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 22 10:30:32 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jun 22 10:30:42 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1caa1ae4

games-kids/gcompris: drop 25.0-r1

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 games-kids/gcompris/Manifest                |  1 -
 games-kids/gcompris/gcompris-25.0-r1.ebuild | 53 -----------------------------
 2 files changed, 54 deletions(-)

diff --git a/games-kids/gcompris/Manifest b/games-kids/gcompris/Manifest
index 46b9fb787528..c66857a2a6e0 100644
--- a/games-kids/gcompris/Manifest
+++ b/games-kids/gcompris/Manifest
@@ -1,2 +1 @@
-DIST gcompris-qt-25.0.tar.xz 49665152 BLAKE2B 
b1bf8cc943e8e3b3933b13660af2bc28680c03e1c6edc5c24972217769204f234a263a1eb6a1f7948bbfd773989dfa3765be8ff9743be513ce0bdc992ac5f95a
 SHA512 
932c763e80003ab10f0c3af419380445c248a4d93564a86fdf0c2ec77696cb7a2650f3657a9ebb0898332a29241d8719ae7134bc063469dda2b0ce0c992d6555
 DIST gcompris-qt-25.1.1.tar.xz 49417124 BLAKE2B 
0679188880eff5da0187a0eff9f7fa99a0d3e279041978b5c428225f80ff4e5fd788a9920370a21ae1c65774169ccd650d6d30613b3a93626ef84c76132eab38
 SHA512 
b03025151978103030a6d456e5ed195879528902c45fc6b2904f8858c7e8516aab79130ad1e4e9591c59707b7a1c1385a39fd0a0003a775cb2cd86866d8054c1

diff --git a/games-kids/gcompris/gcompris-25.0-r1.ebuild 
b/games-kids/gcompris/gcompris-25.0-r1.ebuild
deleted file mode 100644
index b1a1cb281867..000000000000
--- a/games-kids/gcompris/gcompris-25.0-r1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_HANDBOOK="optional"
-ECM_TEST="true"
-KFMIN=6.5.0
-QTMIN=6.7.2
-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/qtbase-${QTMIN}:6[gui,network,widgets]
-       >=dev-qt/qtcharts-${QTMIN}:6
-       >=dev-qt/qtdeclarative-${QTMIN}:6
-       >=dev-qt/qtmultimedia-${QTMIN}:6
-       >=dev-qt/qtsensors-${QTMIN}:6
-       >=dev-qt/qtsvg-${QTMIN}:6
-"
-RDEPEND="${DEPEND}
-       >=dev-qt/qtimageformats-${QTMIN}:6
-       >=dev-qt/qtmultimedia-${QTMIN}:6[qml]
-       >=dev-qt/qtsensors-${QTMIN}:6[qml]
-"
-BDEPEND="
-       >=dev-qt/qttools-${QTMIN}:6[linguist]
-       test? (
-               dev-util/cppcheck
-               llvm-core/clang
-       )
-"
-
-src_configure() {
-       local mycmakeargs=(
-               -DCOMPILE_DOC=ON
-               -DQML_BOX2D_MODULE=disabled
-               -DWITH_KIOSK_MODE=$(usex kiosk)
-       )
-       ecm_src_configure
-}

Reply via email to