# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit distutils DESCRIPTION="UML 2.0 modeling tool for GNOME" HOMEPAGE="http://gaphor.sf.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" IUSE="" KEYWORDS="~amd64 ~x86" DEPEND=">=dev-lang/python-2.2 >=x11-libs/gtk+-2.8 >=dev-python/gnome-python-2 >=net-zope/zopeinterface-3.0.1" # Additional docs not covered by distutils DOCS="AUTHORS NEWS" src_unpack() { unpack ${A} cd ${S} epatch ${FILESDIR}/${P}-setup.patch } src_install () { distutils_src_install make_desktop_entry gaphor "Gaphor" /usr/share/gaphor/pixmaps/logo.png "GTK;Development;" }