commit: 67fee0f960756409910ad62a12f3fe1385a2a8e9 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sun Dec 8 13:27:34 2019 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun Dec 8 13:27:34 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=67fee0f9
games-kids/gcompris: Drop 0.97_beta, 0.97 is in Gentoo ebuild repo Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> games-kids/gcompris/gcompris-0.97_beta.ebuild | 50 --------------------------- 1 file changed, 50 deletions(-) diff --git a/games-kids/gcompris/gcompris-0.97_beta.ebuild b/games-kids/gcompris/gcompris-0.97_beta.ebuild deleted file mode 100644 index 1675582995..0000000000 --- a/games-kids/gcompris/gcompris-0.97_beta.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -ECM_HANDBOOK="optional" -ECM_TEST="true" -QTMIN=5.12.3 -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/beta/${PN}-qt-${PV/_/-}.tar.xz" - KEYWORDS="" - S="${WORKDIR}/${PN}-qt-${PV/_beta/}" -fi - -LICENSE="GPL-3+" -SLOT="0" -IUSE="kiosk" - -BDEPEND=" - >=dev-qt/linguist-tools-${QTMIN}:5 - test? ( - dev-util/cppcheck - sys-devel/clang - ) -" -RDEPEND=" - >=dev-qt/qtdeclarative-${QTMIN}:5 - >=dev-qt/qtgui-${QTMIN}:5 - >=dev-qt/qtnetwork-${QTMIN}:5 - >=dev-qt/qtsensors-${QTMIN}:5 - >=dev-qt/qtsvg-${QTMIN}:5 -" -DEPEND="${RDEPEND} - >=dev-qt/qtmultimedia-${QTMIN}:5 - >=dev-qt/qtxml-${QTMIN}:5 - >=dev-qt/qtxmlpatterns-${QTMIN}:5 -" - -src_configure() { - local mycmakeargs=( - -DQML_BOX2D_MODULE=disabled - -DWITH_KIOSK_MODE=$(usex kiosk) - ) - ecm_src_configure -}
