blob: 87a88bef043254bdd9b00174fb3a2c1f1f883498 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-ra3/quake3-ra3-1.76-r1.ebuild,v 1.3 2009/10/07 03:36:56 nyhm Exp $
EAPI=2
MOD_DESC="a rocket dueling mod"
MOD_NAME="Rocket Arena 3"
MOD_DIR="arena"
inherit games games-mods
HOMEPAGE="http://www.planetquake.com/servers/arena/"
SRC_URI="mirror://quakeunity/modifications/rocketarena3/ra3${PV/.}.zip"
LICENSE="freedist"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="dedicated opengl"
|