blob: da5323f3d65f20c6fe07a3d2f14ba0320213709f [file] [log] [blame]
# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI=4
CROS_WORKON_COMMIT="0e04421c73b24536de7fcc1886da469d8b7a2a41"
CROS_WORKON_TREE="ecdfeb706a9f6612b8adc3fb528c1ae8e5d2e09e"
CROS_WORKON_PROJECT="chromiumos/third_party/dbus-spy"
inherit cros-workon
DESCRIPTION="python dbus sniffer"
HOMEPAGE="http://vidner.net/martin/software/dbus-spy/"
LICENSE="CCPL-Attribution-3.0"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86"
IUSE=""
RDEPEND="dev-lang/python"
DEPEND=""
src_install() {
newbin dbus-spy.py dbus-spy
}