[x11-misc/autokey] new, requested in bug 3091

This commit is contained in:
Sławomir Nizio
2012-03-03 01:23:42 +01:00
parent b0de9330ee
commit 2cb5597f51
3 changed files with 46 additions and 0 deletions
+3
View File
@@ -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
+34
View File
@@ -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
}
+9
View File
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
<email>slawomir.nizio@sabayon.org</email>
<name>Sławomir Nizio</name>
</maintainer>
</pkgmetadata>