# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit distutils DESCRIPTION="Massively Multiplayer Online Go" HOMEPAGE="http://gosiege.sourceforge.net/" SRC_URI="mirror://sourceforge/gosiege/gosiege-${PV}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="gtk" DEPEND=">=dev-lang/python-2.2" RDEPEND="${DEPEND} >=dev-python/twisted-1.1.0 gtk? ( >=dev-python/pygtk-2 )" src_unpack() { unpack ${A} cd ${S} epatch ${FILESDIR}/${P}-setup.py.patch } src_install() { distutils_src_install use gtk || rm ${D}/usr/bin/gosiege }