# 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 >=gnome-apps/gaphas-0.3.4 >=dev-python/decorator-2.2.0 >=net-zope/zopeinterface-3.3.0 >=net-zope/zope-component-3.4.0 >=net-zope/zope-deprecation-3.4.0 >=net-zope/zope-event-3.4.0 >=net-zope/zope-testing-3.4.0 >=net-zope/zope-exceptions-3.4.0 >=net-zope/zope-proxy-3.4.0 >=net-zope/zope-deferredimport-3.4.0" # 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 }