# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Meta ebuild to pull in the dependencies required to play on www.quakelive.com" HOMEPAGE="http://www.quakelive.com/" LICENSE="as-is" SLOT="0" IUSE="" KEYWORDS="~amd64 ~x86" RDEPEND="|| ( >=www-client/mozilla-firefox-2.0.0.19 >=www-client/mozilla-firefox-bin-2.0.0.19 ) x11-libs/libXxf86dga virtual/opengl" DEPEND="${RDEPEND}" pkg_postinst() { ewarn "Your system is now ready to install and play Quake Live." ewarn ewarn "Head over to ${HOMEPAGE} and follow the instructions!" }