diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2007-01-30 22:20:30 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2007-01-30 22:20:30 +0000 |
commit | 0a5c162694b024526a49c2236294c687879d3747 (patch) | |
tree | 23dbb744f927f19d2addd58ded24a78b9744a66a /games-fps/quake3/quake3-9999.ebuild | |
parent | Added APPCATEGORY so a .desktop file will be installed (diff) | |
download | gentoo-2-0a5c162694b024526a49c2236294c687879d3747.tar.gz gentoo-2-0a5c162694b024526a49c2236294c687879d3747.tar.bz2 gentoo-2-0a5c162694b024526a49c2236294c687879d3747.zip |
Cleaned older ebuilds and fixed up dependencies with a patch from Sascha Geschwandtner <s.geschwandtner@gmx.de> and closing bug #162425.
(Portage version: 2.1.2_rc4-r1)
Diffstat (limited to 'games-fps/quake3/quake3-9999.ebuild')
-rw-r--r-- | games-fps/quake3/quake3-9999.ebuild | 25 |
1 files changed, 11 insertions, 14 deletions
diff --git a/games-fps/quake3/quake3-9999.ebuild b/games-fps/quake3/quake3-9999.ebuild index d24e79546f49..15e87145c84d 100644 --- a/games-fps/quake3/quake3-9999.ebuild +++ b/games-fps/quake3/quake3-9999.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3/quake3-9999.ebuild,v 1.8 2007/01/30 03:50:34 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3/quake3-9999.ebuild,v 1.9 2007/01/30 22:20:30 wolf31o2 Exp $ # quake3-9999 -> latest svn # quake3-9999.REV -> use svn REV @@ -26,30 +26,27 @@ else inherit flag-o-matic toolchain-funcs eutils games MY_PV=${PV/_/-} MY_P=io${PN}_${MY_PV} - SRC_URI="http://icculus.org/quake3/files/${MY_P}.tar.bz2" + SRC_URI="http://icculus.org/quake3/files/${MY_P}.tar.bz2 + http://ioquake3.org/files/${MY_P}.tar.bz2" S=${WORKDIR}/${MY_P} fi DESCRIPTION="Quake III Arena - 3rd installment of the classic id 3D first-person shooter" -HOMEPAGE="http://icculus.org/quake3/" +HOMEPAGE="http://ioquake3.org/" LICENSE="GPL-2" SLOT="0" -KEYWORDS="-*" +KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" IUSE="dedicated opengl teamarena" -UIRDEPEND="virtual/opengl +UIDEPEND="virtual/opengl media-libs/openal - x11-libs/libXext - x11-libs/libX11 - x11-libs/libXau - x11-libs/libXdmcp media-libs/libsdl" -RDEPEND="opengl? ( - ${UIRDEPEND} ) - !dedicated? ( - ${UIRDEPEND} ) +DEPEND="opengl? ( ${UIRDEPEND} ) + !dedicated? ( ${UIRDEPEND} )" + +RDEPEND="${DEPEND} games-fps/quake3-data teamarena? ( games-fps/quake3-teamarena )" |