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 C63F4138334 for ; Sun, 22 Dec 2019 21:48:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 06736E0B23; Sun, 22 Dec 2019 21:48:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 DCCF2E0B23 for ; Sun, 22 Dec 2019 21:48:56 +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 4D76A34DA92 for ; Sun, 22 Dec 2019 21:48:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DB29C16F59 for ; Sun, 22 Dec 2019 21:48:52 +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: <1577051320.e60f689e0c8ec2e4d35938b47544a6c64541b42b.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.96.ebuild X-VCS-Directories: games-kids/gcompris/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: e60f689e0c8ec2e4d35938b47544a6c64541b42b X-VCS-Branch: master Date: Sun, 22 Dec 2019 21:48:52 +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: 9931cd0c-bed0-4d94-833d-e6093fd55796 X-Archives-Hash: f0db6dd2823c454e6b116dfad2808085 commit: e60f689e0c8ec2e4d35938b47544a6c64541b42b Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Dec 22 21:46:44 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Dec 22 21:48:40 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e60f689e games-kids/gcompris: Drop 0.96 Package-Manager: Portage-2.3.82, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner gentoo.org> games-kids/gcompris/Manifest | 1 - games-kids/gcompris/gcompris-0.96.ebuild | 46 -------------------------------- 2 files changed, 47 deletions(-) diff --git a/games-kids/gcompris/Manifest b/games-kids/gcompris/Manifest index 35a7333c05c..657ef531663 100644 --- a/games-kids/gcompris/Manifest +++ b/games-kids/gcompris/Manifest @@ -1,2 +1 @@ -DIST gcompris-qt-0.96.tar.xz 73221940 BLAKE2B e6d81d1630d962709a1ab27c8735ac42ce67182440f3e78a7d3f39b59b28617211dddf3f6d62a323ee5af7f147e2dc784ff0b305bee7b345d1e59d3ed576ef1a SHA512 980bac743d786d3b35c28cec90bd785d568177c9299f5460918124d111565609fbcd35ec76412776151f6fe12ba9ab3efc77bc5cb05895e54dc7822f9862214c DIST gcompris-qt-0.97.tar.xz 75362060 BLAKE2B e6bc429ba4a8a622792935c9b2e68149f5c1f4d9aae4cac84ca517ebe83e59a9b4307f6ce84b36e658256cad5c8bd37b7cbc60a058b6d65be372ad1934cf666f SHA512 23cc807238121a6ea3abb8816795b2f3b243c3be1acf782705468d92758a2032a8cb5393c3c30028877d174ff53ebc3a62f69e9045bc70a5281d1d245b6e4eba diff --git a/games-kids/gcompris/gcompris-0.96.ebuild b/games-kids/gcompris/gcompris-0.96.ebuild deleted file mode 100644 index aba03db4d75..00000000000 --- a/games-kids/gcompris/gcompris-0.96.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake-utils desktop - -DESCRIPTION="full featured educational application for children from 2 to 10" -HOMEPAGE="https://gcompris.net/" -SRC_URI="https://gcompris.net/download/qt/src/gcompris-qt-${PV}.tar.xz" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -BDEPEND=" - dev-qt/linguist-tools:5 -" -RDEPEND=" - dev-qt/qtcore:5 - dev-qt/qtgraphicaleffects:5 - dev-qt/qtgui:5 - dev-qt/qtmultimedia:5[qml] - dev-qt/qtnetwork:5 - dev-qt/qtquickcontrols:5 - dev-qt/qtsensors:5[qml] - dev-qt/qtsvg:5 - dev-qt/qtxml:5 - dev-qt/qtxmlpatterns:5" -DEPEND="${RDEPEND}" - -S="${WORKDIR}/${PN}-qt-${PV}" - -src_configure() { - local mycmakeargs=( - # TODO: add box2d support - -DQML_BOX2D_MODULE=disabled - ) - cmake-utils_src_configure -} - -src_install() { - cmake-utils_src_install - domenu org.kde.gcompris.desktop -}