diff --git a/x11-misc/autokey/Manifest b/x11-misc/autokey/Manifest new file mode 100644 index 000000000..f54518164 --- /dev/null +++ b/x11-misc/autokey/Manifest @@ -0,0 +1,3 @@ +DIST autokey_0.81.4.tar.gz 171097 RMD160 6c67f891dbbe9df2429ce6122433050f1139fd1a SHA1 5954468c8b3f397e2b25773cf537ca8ad80f6ca4 SHA256 b2b09b22f64dcf42b7e725deafcb0f9fe61e0c289b551dafac9a0c25b669ccad +EBUILD autokey-0.81.4.ebuild 712 RMD160 dca0bb10cf03ca44093587cbc4c3b2aafe401242 SHA1 f39a25ca23c9cb29572d85265b1cdcea5c160f18 SHA256 2530fc9c889f401edb9614e50e768eea746e645e83bd8ec92eef956b2f90f508 +MISC metadata.xml 238 RMD160 e51b604358660eba6692ac5bc6f57e49d865a8d1 SHA1 377936587fd57e412a991a7dd1c7d09d6e367ad0 SHA256 e22a04428da07320c9c79b7362732fc7e35718958caeb3989a7a7827ea1d48a8 diff --git a/x11-misc/autokey/autokey-0.81.4.ebuild b/x11-misc/autokey/autokey-0.81.4.ebuild new file mode 100644 index 000000000..314b92371 --- /dev/null +++ b/x11-misc/autokey/autokey-0.81.4.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=4 +PYTHON_DEPEND="2" +SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="3.*" +inherit distutils + +DESCRIPTION="Desktop automation utility for Linux and X11" +HOMEPAGE="http://code.google.com/p/autokey/" +SRC_URI="http://autokey.googlecode.com/files/${PN}_${PV}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="doc" + +DEPEND="" +RDEPEND="${DEPEND} + dev-python/dbus-python + dev-python/pyatspi + dev-python/pygtksourceview:2 + dev-python/python-xlib + dev-python/pygtk:2 + dev-python/pyinotify" + +src_install() { + distutils_src_install + if use doc; then + dodoc -r "${S}"/doc/scripting + fi +} diff --git a/x11-misc/autokey/metadata.xml b/x11-misc/autokey/metadata.xml new file mode 100644 index 000000000..941885c27 --- /dev/null +++ b/x11-misc/autokey/metadata.xml @@ -0,0 +1,9 @@ + + + + +slawomir.nizio@sabayon.org +Sławomir Nizio + + +