Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-kids/gcompris/
Date: Sun, 22 Dec 2019 21:48:57
Message-Id: 1577051320.e60f689e0c8ec2e4d35938b47544a6c64541b42b.asturm@gentoo
1 commit: e60f689e0c8ec2e4d35938b47544a6c64541b42b
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 22 21:46:44 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 22 21:48:40 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e60f689e
7
8 games-kids/gcompris: Drop 0.96
9
10 Package-Manager: Portage-2.3.82, Repoman-2.3.20
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 games-kids/gcompris/Manifest | 1 -
14 games-kids/gcompris/gcompris-0.96.ebuild | 46 --------------------------------
15 2 files changed, 47 deletions(-)
16
17 diff --git a/games-kids/gcompris/Manifest b/games-kids/gcompris/Manifest
18 index 35a7333c05c..657ef531663 100644
19 --- a/games-kids/gcompris/Manifest
20 +++ b/games-kids/gcompris/Manifest
21 @@ -1,2 +1 @@
22 -DIST gcompris-qt-0.96.tar.xz 73221940 BLAKE2B e6d81d1630d962709a1ab27c8735ac42ce67182440f3e78a7d3f39b59b28617211dddf3f6d62a323ee5af7f147e2dc784ff0b305bee7b345d1e59d3ed576ef1a SHA512 980bac743d786d3b35c28cec90bd785d568177c9299f5460918124d111565609fbcd35ec76412776151f6fe12ba9ab3efc77bc5cb05895e54dc7822f9862214c
23 DIST gcompris-qt-0.97.tar.xz 75362060 BLAKE2B e6bc429ba4a8a622792935c9b2e68149f5c1f4d9aae4cac84ca517ebe83e59a9b4307f6ce84b36e658256cad5c8bd37b7cbc60a058b6d65be372ad1934cf666f SHA512 23cc807238121a6ea3abb8816795b2f3b243c3be1acf782705468d92758a2032a8cb5393c3c30028877d174ff53ebc3a62f69e9045bc70a5281d1d245b6e4eba
24
25 diff --git a/games-kids/gcompris/gcompris-0.96.ebuild b/games-kids/gcompris/gcompris-0.96.ebuild
26 deleted file mode 100644
27 index aba03db4d75..00000000000
28 --- a/games-kids/gcompris/gcompris-0.96.ebuild
29 +++ /dev/null
30 @@ -1,46 +0,0 @@
31 -# Copyright 1999-2019 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -inherit cmake-utils desktop
37 -
38 -DESCRIPTION="full featured educational application for children from 2 to 10"
39 -HOMEPAGE="https://gcompris.net/"
40 -SRC_URI="https://gcompris.net/download/qt/src/gcompris-qt-${PV}.tar.xz"
41 -
42 -LICENSE="GPL-3+"
43 -SLOT="0"
44 -KEYWORDS="~amd64 ~x86"
45 -IUSE=""
46 -
47 -BDEPEND="
48 - dev-qt/linguist-tools:5
49 -"
50 -RDEPEND="
51 - dev-qt/qtcore:5
52 - dev-qt/qtgraphicaleffects:5
53 - dev-qt/qtgui:5
54 - dev-qt/qtmultimedia:5[qml]
55 - dev-qt/qtnetwork:5
56 - dev-qt/qtquickcontrols:5
57 - dev-qt/qtsensors:5[qml]
58 - dev-qt/qtsvg:5
59 - dev-qt/qtxml:5
60 - dev-qt/qtxmlpatterns:5"
61 -DEPEND="${RDEPEND}"
62 -
63 -S="${WORKDIR}/${PN}-qt-${PV}"
64 -
65 -src_configure() {
66 - local mycmakeargs=(
67 - # TODO: add box2d support
68 - -DQML_BOX2D_MODULE=disabled
69 - )
70 - cmake-utils_src_configure
71 -}
72 -
73 -src_install() {
74 - cmake-utils_src_install
75 - domenu org.kde.gcompris.desktop
76 -}