From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6541F1382C5 for ; Mon, 25 Jan 2021 16:48:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 88652E0843; Mon, 25 Jan 2021 16:48:15 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5419EE0843 for ; Mon, 25 Jan 2021 16:48:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5F175340AB2 for ; Mon, 25 Jan 2021 16:48:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D5941B9 for ; Mon, 25 Jan 2021 16:48:12 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1611593277.a7e14a9ff935403ac9e6c77c84545eac53817d75.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-kids/gcompris/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-kids/gcompris/Manifest games-kids/gcompris/gcompris-0.97-r1.ebuild X-VCS-Directories: games-kids/gcompris/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: a7e14a9ff935403ac9e6c77c84545eac53817d75 X-VCS-Branch: master Date: Mon, 25 Jan 2021 16:48:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7f6ebe49-27db-461a-be70-dfffb3487dc9 X-Archives-Hash: 8443072f7d178e8e61af3325132f10b1 commit: a7e14a9ff935403ac9e6c77c84545eac53817d75 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Jan 25 16:35:44 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Jan 25 16:47:57 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7e14a9f games-kids/gcompris: Drop 0.97-r1 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner gentoo.org> games-kids/gcompris/Manifest | 1 - games-kids/gcompris/gcompris-0.97-r1.ebuild | 55 ----------------------------- 2 files changed, 56 deletions(-) diff --git a/games-kids/gcompris/Manifest b/games-kids/gcompris/Manifest index 45ec459f906..caa30e91afa 100644 --- a/games-kids/gcompris/Manifest +++ b/games-kids/gcompris/Manifest @@ -1,2 +1 @@ -DIST gcompris-qt-0.97.tar.xz 75362060 BLAKE2B e6bc429ba4a8a622792935c9b2e68149f5c1f4d9aae4cac84ca517ebe83e59a9b4307f6ce84b36e658256cad5c8bd37b7cbc60a058b6d65be372ad1934cf666f SHA512 23cc807238121a6ea3abb8816795b2f3b243c3be1acf782705468d92758a2032a8cb5393c3c30028877d174ff53ebc3a62f69e9045bc70a5281d1d245b6e4eba DIST gcompris-qt-1.0.tar.xz 75856376 BLAKE2B d10e1c7f80d45214fea11e221cc6cc8910ddbc3446f431279b8047103b51ffe3dbcda387908bb3a66e383383ea83f85f350c1b7c3468420dea668764672422fa SHA512 8ba89035f9e332b375808f3ba228f8ff211ef08a8edc0637399b5d00cd99120700c89e01c2e5ebd5e90a958229f34034f11c1bbdba044381005f588252af3c86 diff --git a/games-kids/gcompris/gcompris-0.97-r1.ebuild b/games-kids/gcompris/gcompris-0.97-r1.ebuild deleted file mode 100644 index c320ebcd4ec..00000000000 --- a/games-kids/gcompris/gcompris-0.97-r1.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2020 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/${PN}-qt-${PV}.tar.xz" - KEYWORDS="~amd64 ~x86" - S="${WORKDIR}/${PN}-qt-${PV}" -fi - -LICENSE="GPL-3+" -SLOT="0" -IUSE="kiosk" - -BDEPEND=" - >=dev-qt/linguist-tools-${QTMIN}:5 - test? ( - dev-util/cppcheck - sys-devel/clang - ) -" -COMMON_DEPEND=" - >=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="${COMMON_DEPEND} - >=dev-qt/qtmultimedia-${QTMIN}:5 - >=dev-qt/qtxml-${QTMIN}:5 - >=dev-qt/qtxmlpatterns-${QTMIN}:5 -" -RDEPEND="${COMMON_DEPEND} - >=dev-qt/qtgraphicaleffects-${QTMIN}:5 - >=dev-qt/qtmultimedia-${QTMIN}:5[qml] - >=dev-qt/qtquickcontrols-${QTMIN}:5 -" - -src_configure() { - local mycmakeargs=( - -DQML_BOX2D_MODULE=disabled - -DWITH_KIOSK_MODE=$(usex kiosk) - ) - ecm_src_configure -}