summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-kids/cubetest/cubetest-0.9.4-r1.ebuild')
-rw-r--r--games-kids/cubetest/cubetest-0.9.4-r1.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/games-kids/cubetest/cubetest-0.9.4-r1.ebuild b/games-kids/cubetest/cubetest-0.9.4-r1.ebuild
deleted file mode 100644
index b55bc9ebc1b7..000000000000
--- a/games-kids/cubetest/cubetest-0.9.4-r1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="A program to train your spatial insight"
-HOMEPAGE="http://www.vandenoever.info/software/cubetest/"
-SRC_URI="http://www.vandenoever.info/software/cubetest/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-qt/qtcore:4[qt3support]
- dev-qt/qtgui:4"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-PATCHES=(
- "${FILESDIR}"/${P}-build.patch
-)
-
-src_prepare() {
- local i
-
- default
-
- for i in $(find src/ -iname *_moc.cpp) ; do
- moc ${i/_moc.cpp/.h} -o $i || die
- done
-}