summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--games-kids/gcompris/Manifest1
-rw-r--r--games-kids/gcompris/gcompris-0.91.ebuild44
2 files changed, 0 insertions, 45 deletions
diff --git a/games-kids/gcompris/Manifest b/games-kids/gcompris/Manifest
index 77930db83d99..88fc0df3ca30 100644
--- a/games-kids/gcompris/Manifest
+++ b/games-kids/gcompris/Manifest
@@ -1,2 +1 @@
-DIST gcompris-qt-0.91.tar.xz 70681140 BLAKE2B 6f392eb5065afe8239ef99ba12d0fdcdedc9e0bb4ec16fd9acfa17c6597b495cf7153095fc4fb07c0eb9f7e0aae1f51888157c84b846cfd0112ab2a3465e3ecf SHA512 bc4515acc5c58869997e44c0c3c38d2904f34a7a5efede1ee7aefcbd1ae5907fe00b29a3ecf8e5e46396031736d10df64523e280dfffe3bac2df7e34fe9a8eda
DIST gcompris-qt-0.95.tar.xz 73113640 BLAKE2B cb46ca38f1e0cfab44409b0986b35e5afa2588a027c22bb925bb1d516406118b638968660c2d73cfbb88d9b950abf19a693592286980ac5207adeafe50eb85a1 SHA512 c62057371b11e295541a4e074fcb8826543e498dca486ae26c739135345187754dfc2a30a00a20a212de250df6e4bc412bcf66bffc8dc5263501e6c3d30efa03
diff --git a/games-kids/gcompris/gcompris-0.91.ebuild b/games-kids/gcompris/gcompris-0.91.ebuild
deleted file mode 100644
index 052f974c10bb..000000000000
--- a/games-kids/gcompris/gcompris-0.91.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils desktop
-
-DESCRIPTION="full featured educational application for children from 2 to 10"
-HOMEPAGE="https://gcompris.net/"
-SRC_URI="http://gcompris.net/download/qt/src/gcompris-qt-${PV}.tar.xz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-S="${WORKDIR}/${PN}-qt-${PV}"
-
-RDEPEND="
- dev-qt/qtcore
- dev-qt/qtgraphicaleffects
- dev-qt/qtgui
- dev-qt/qtmultimedia[qml]
- dev-qt/qtnetwork
- dev-qt/qtquickcontrols
- dev-qt/qtsensors[qml]
- dev-qt/qtsvg
- dev-qt/qtxml
- dev-qt/qtxmlpatterns"
-DEPEND="${RDEPEND}
- dev-qt/linguist-tools"
-
-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
-}