Skip to content

Commit

Permalink
games-kids/cubetest: remove deprecated games eclass
Browse files Browse the repository at this point in the history
Also update to EAPI 6

Gentoo-Bug: https://bugs.gentoo.org/574082

Package-Manager: portage-2.3.0
  • Loading branch information
austin987 committed Aug 5, 2016
1 parent e9b8ac9 commit 091c739
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions games-kids/cubetest/cubetest-0.9.4-r1.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

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 ~ppc ~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
}

0 comments on commit 091c739

Please sign in to comment.