diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-03-16 16:16:04 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-03-16 16:16:04 +0000 |
commit | 62b65d4e11decf0495e48134903850ec7704dfa8 (patch) | |
tree | b275795b9e85a47224037273ba222aab4cbd638c /games-arcade/cob | |
parent | Bump. (Manifest recommit) (diff) | |
download | gentoo-2-62b65d4e11decf0495e48134903850ec7704dfa8.tar.gz gentoo-2-62b65d4e11decf0495e48134903850ec7704dfa8.tar.bz2 gentoo-2-62b65d4e11decf0495e48134903850ec7704dfa8.zip |
ppc support
Diffstat (limited to 'games-arcade/cob')
-rw-r--r-- | games-arcade/cob/cob-0.9.ebuild | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/games-arcade/cob/cob-0.9.ebuild b/games-arcade/cob/cob-0.9.ebuild index d99300621f36..f5ba3bdcca5d 100644 --- a/games-arcade/cob/cob-0.9.ebuild +++ b/games-arcade/cob/cob-0.9.ebuild @@ -1,23 +1,22 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/cob/cob-0.9.ebuild,v 1.2 2004/02/20 06:20:00 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/cob/cob-0.9.ebuild,v 1.3 2004/03/16 16:16:04 vapier Exp $ inherit games -DESCRIPTION="Cruising on Broadway: a painting-type game where you have to roam -the grid avoiding the 'chasers'" +DESCRIPTION="Cruising on Broadway: a painting-type game" HOMEPAGE="http://www.autismuk.freeserve.co.uk/" SRC_URI="http://www.autismuk.freeserve.co.uk/${P}.tar.gz" -KEYWORDS="x86" LICENSE="GPL-2" SLOT="0" +KEYWORDS="x86 ppc" IUSE="" DEPEND="media-libs/libsdl" src_install() { - egamesinstall || die "egamesinstall failed" - dodoc AUTHORS ChangeLog README || die "dodoc failed" + egamesinstall || die "egamesinstall failed" + dodoc AUTHORS ChangeLog README prepgamesdirs } |