diff options
Diffstat (limited to 'dev-python/python-virtkey/python-virtkey-0.60.0.ebuild')
-rw-r--r-- | dev-python/python-virtkey/python-virtkey-0.60.0.ebuild | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/dev-python/python-virtkey/python-virtkey-0.60.0.ebuild b/dev-python/python-virtkey/python-virtkey-0.60.0.ebuild new file mode 100644 index 000000000000..4f7f81ac9c9a --- /dev/null +++ b/dev-python/python-virtkey/python-virtkey-0.60.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-virtkey/python-virtkey-0.60.0.ebuild,v 1.1 2011/08/19 14:19:55 nirbheek Exp $ + +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="" + +RDEPEND=" + dev-libs/glib:2 + x11-libs/libX11 + x11-libs/libXtst + x11-libs/gtk+:2" +DEPEND="${RDEPEND} + dev-util/pkgconfig" |