# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="3" PYTHON_DEPEND=2 SUPPORT_PYTHON_ABIS=1 RESTRICT_PYTHON_ABIS='3.*' inherit distutils versionator DESCRIPTION="Python module to simulate keypresses and get current keyboard layout" HOMEPAGE="https://launchpad.net/virtkey/" SRC_URI="http://launchpad.net/python-virtkey/$(get_version_component_range 1-2)/${PV}/+download/${P}.tar.gz" LICENSE="LGPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND=" x11-libs/libXtst x11-libs/gtk+:2" RDEPEND="${DEPEND}"