blob: cc0cd34a1200bfb9a76e656a4bd999cb1c39c334 [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_PROJECT="chromiumos/third_party/dbus-spy"
CROS_WORKON_LOCALNAME="../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="~amd64 ~arm ~x86"
IUSE=""
RDEPEND="dev-lang/python"
DEPEND=""
src_install() {
newbin dbus-spy.py dbus-spy
}