games-kids/cubetest: Remove old
authorDavid Seifert <soap@gentoo.org>
Wed, 20 Dec 2017 21:30:22 +0000 (22:30 +0100)
committerDavid Seifert <soap@gentoo.org>
Thu, 21 Dec 2017 01:44:21 +0000 (02:44 +0100)
Package-Manager: Portage-2.3.16, Repoman-2.3.6

games-kids/cubetest/cubetest-0.9.4.ebuild [deleted file]

diff --git a/games-kids/cubetest/cubetest-0.9.4.ebuild b/games-kids/cubetest/cubetest-0.9.4.ebuild
deleted file mode 100644 (file)
index 22280c0..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils games
-
-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/qtgui:4
-       dev-qt/qtcore:4[qt3support]"
-DEPEND="${RDEPEND}
-       virtual/pkgconfig"
-
-src_prepare() {
-       local i
-
-       epatch "${FILESDIR}"/${P}-build.patch
-       for i in $(find  src/ -iname *_moc.cpp) ; do
-               moc ${i/_moc.cpp/.h} -o $i || die
-       done
-}
-
-src_install() {
-       default
-       prepgamesdirs
-}