1 | # Copyright 1999-2012 Gentoo Foundation |
1 | # Copyright 1999-2012 Gentoo Foundation |
2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
3 | # $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-teamarena/quake3-teamarena-1.32b.ebuild,v 1.9 2012/01/16 19:23:30 ulm Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-teamarena/quake3-teamarena-1.32b.ebuild,v 1.10 2012/01/18 12:43:12 vapier Exp $ |
4 | |
4 | |
5 | CDROM_DISABLE_PROPERTIES=1 |
5 | CDROM_OPTIONAL="yes" |
6 | inherit eutils cdrom games |
6 | inherit eutils cdrom games |
7 | |
7 | |
8 | DESCRIPTION="Quake III Team Arena - data portion" |
8 | DESCRIPTION="Quake III Team Arena - data portion" |
9 | HOMEPAGE="http://icculus.org/quake3/" |
9 | HOMEPAGE="http://icculus.org/quake3/" |
10 | SRC_URI="mirror://idsoftware/quake3/linux/linuxq3apoint-${PV}-3.x86.run" |
10 | SRC_URI="mirror://idsoftware/quake3/linux/linuxq3apoint-${PV}-3.x86.run" |
11 | |
11 | |
12 | LICENSE="Q3AEULA" |
12 | LICENSE="Q3AEULA" |
13 | SLOT="0" |
13 | SLOT="0" |
14 | KEYWORDS="amd64 ~ppc x86 ~x86-fbsd" |
14 | KEYWORDS="amd64 ~ppc x86 ~x86-fbsd" |
15 | IUSE="cdinstall" |
15 | IUSE="" |
16 | PROPERTIES="cdinstall? ( interactive )" |
|
|
17 | |
16 | |
18 | RDEPEND="|| ( |
17 | RDEPEND="|| ( |
19 | games-fps/quake3 |
18 | games-fps/quake3 |
20 | games-fps/quake3-bin )" |
19 | games-fps/quake3-bin )" |
21 | |
20 | |