diff options
author | David Seifert <soap@gentoo.org> | 2017-12-20 22:30:22 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-12-21 02:44:21 +0100 |
commit | 2c3906cf899801757a53920ed2a6e650366906cc (patch) | |
tree | e13a29534cd0bf81f82204bbf66701ab96c6dfdc /games-kids | |
parent | games-kids/crayon-physics: Remove old (diff) | |
download | gentoo-2c3906cf899801757a53920ed2a6e650366906cc.tar.gz gentoo-2c3906cf899801757a53920ed2a6e650366906cc.tar.bz2 gentoo-2c3906cf899801757a53920ed2a6e650366906cc.zip |
games-kids/cubetest: Remove old
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'games-kids')
-rw-r--r-- | games-kids/cubetest/cubetest-0.9.4.ebuild | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/games-kids/cubetest/cubetest-0.9.4.ebuild b/games-kids/cubetest/cubetest-0.9.4.ebuild deleted file mode 100644 index 22280c026c45..000000000000 --- a/games-kids/cubetest/cubetest-0.9.4.ebuild +++ /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 -} |