summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-03-16 16:16:04 +0000
committerMike Frysinger <vapier@gentoo.org>2004-03-16 16:16:04 +0000
commit4fee4103fc3e288acb1f0fdb5a8b7df1cb32710b (patch)
tree183998a6c07ca9de33297aa526be58b1dcc09b6b /games-arcade/cob
parentBump. (diff)
downloadhistorical-4fee4103fc3e288acb1f0fdb5a8b7df1cb32710b.tar.gz
historical-4fee4103fc3e288acb1f0fdb5a8b7df1cb32710b.tar.bz2
historical-4fee4103fc3e288acb1f0fdb5a8b7df1cb32710b.zip
ppc support
Diffstat (limited to 'games-arcade/cob')
-rw-r--r--games-arcade/cob/cob-0.9.ebuild11
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
}