diff options
author | 2006-10-09 11:32:33 +0000 | |
---|---|---|
committer | 2006-10-09 11:32:33 +0000 | |
commit | 56609ab7e6078988b78322a4591be1740c6d20a3 (patch) | |
tree | e287ae2ab305d159beaf7fa7007c0548d81b1ff0 /games-kids/cubetest/cubetest-0.9.0.ebuild | |
parent | Add prepgamesdirs to src_install (diff) | |
download | historical-56609ab7e6078988b78322a4591be1740c6d20a3.tar.gz historical-56609ab7e6078988b78322a4591be1740c6d20a3.tar.bz2 historical-56609ab7e6078988b78322a4591be1740c6d20a3.zip |
Remove old versions
Package-Manager: portage-2.1.2_pre2-r7
Diffstat (limited to 'games-kids/cubetest/cubetest-0.9.0.ebuild')
-rw-r--r-- | games-kids/cubetest/cubetest-0.9.0.ebuild | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/games-kids/cubetest/cubetest-0.9.0.ebuild b/games-kids/cubetest/cubetest-0.9.0.ebuild deleted file mode 100644 index 82dec352d51a..000000000000 --- a/games-kids/cubetest/cubetest-0.9.0.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-kids/cubetest/cubetest-0.9.0.ebuild,v 1.6 2005/06/28 05:30:34 vapier Exp $ - -inherit kde - -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="" - -export DO_NOT_COMPILE="fun" - -DEPEND="" -need-kde 3 - -src_unpack() { - unpack ${A} - - sed -i \ - -e '/^bin_PROGRAMS/ s/testqg//' "${S}/src/Makefile.in" \ - || die "sed src/Makefile.in failed" -} |