# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=3 inherit haskell-cabal DESCRIPTION="Draws sequence diagrams of D-Bus activity" HOMEPAGE="http://willthompson.co.uk/bustle/" SRC_URI="http://willthompson.co.uk/${PN}/releases/${P}.tar.gz" LICENSE="GPL-2 LGPL-2.1" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" DEPEND="dev-haskell/gtk2hs dev-haskell/mtl dev-haskell/parsec sys-apps/dbus" RDEPEND="${DEPEND}"