# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="1" inherit eutils games qt4 MY_PN="PokerTH" S="${WORKDIR}/${MY_PN}-${PV}" DESCRIPTION="Texas Hold'em poker game." HOMEPAGE="http://www.pokerth.net/" SRC_URI="mirror://sourceforge/${PN}/${MY_PN}-${PV}-src.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND=">=x11-libs/qt-4.2.3:4 >=dev-libs/boost-1.33 >=dev-libs/openssl-0.9.7 media-libs/libmikmod media-libs/libsdl media-libs/sdl-mixer" RDEPEND="${DEPEND}" pkg_setup() { if ! built_with_use "=x11-libs/qt-4*" qt3support ; then eerror "x11-libs/qt has to be compiled with USE=qt3support" die "Needed USE-flag for QT4 not found." fi if has_version "