# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit distutils eutils DESCRIPTION="Octopy is a graphical frontend to tla." HOMEPAGE="http://www.hpl.hp.com/personal/Yasushi_Saito/octopy/" SRC_URI="http://www.hpl.hp.com/personal/Yasushi_Saito/octopy/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" # missing rdep tkdiff #31348 RDEPEND=">=dev-python/PyQt-3.14 dev-python/optik dev-util/tla" DEPEND=">=dev-python/PyQt-3.14 dev-tex/latex2html" src_unpack() { unpack ${A} cd ${S} epatch ${FILESDIR}/${P}-sizetype.patch rm Makefile }