# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit distutils DESCRIPTION="python extension for emulating keypresses and getting current keyboard layout" HOMEPAGE="https://launchpad.net/virtkey" SRC_URI="http://launchpad.net/virtkey/trunk/${PV}/+download/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" DEPEND="x11-libs/libX11 x11-libs/libXtst >=dev-libs/glib-2 >=x11-libs/gtk+-2" RDEPEND="${DEPEND}"