# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ NEED_PYTHON=2.4 inherit distutils DESCRIPTION="UML 2.0 modeling tool for GNOME" HOMEPAGE="http://gaphor.sf.net/" SRC_URI="http://pypi.python.org/packages/source/g/${PN}/${P}.tar.gz" RESTRICT="nomirror" LICENSE="GPL-2" SLOT="0" IUSE="" KEYWORDS="~amd64 ~x86" DEPEND=">=x11-libs/gtk+-2.8 >=dev-python/pygtk-2.8 >=net-zope/zopeinterface-3.0.1" # Additional docs not covered by distutils DOCS="AUTHORS" PYTHON_MODNAME="${PN} gaphas zope/component zope/deprecation zope/exceptions " src_install() { distutils_src_install } src_postinst() { distutils_pkg_postinst }