summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThilo Bangert <bangert@gentoo.org>2010-06-10 10:39:03 +0000
committerThilo Bangert <bangert@gentoo.org>2010-06-10 10:39:03 +0000
commitf25cd9ee8fd0b5a9b4f976d53cf6668a6dea9f4e (patch)
tree51ce58ca2c05bc9bc62d037dd15f856f3ae5deff /app-accessibility/screenkey/screenkey-0.1.1.ebuild
parentcleanup old crap (diff)
downloadbangert-f25cd9ee8fd0b5a9b4f976d53cf6668a6dea9f4e.tar.gz
bangert-f25cd9ee8fd0b5a9b4f976d53cf6668a6dea9f4e.tar.bz2
bangert-f25cd9ee8fd0b5a9b4f976d53cf6668a6dea9f4e.zip
screenkey
svn path=/ebuilds/; revision=113
Diffstat (limited to 'app-accessibility/screenkey/screenkey-0.1.1.ebuild')
-rw-r--r--app-accessibility/screenkey/screenkey-0.1.1.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/app-accessibility/screenkey/screenkey-0.1.1.ebuild b/app-accessibility/screenkey/screenkey-0.1.1.ebuild
new file mode 100644
index 0000000..f05093f
--- /dev/null
+++ b/app-accessibility/screenkey/screenkey-0.1.1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=3
+
+inherit distutils
+
+DESCRIPTION="A screencast tool to display keys"
+HOMEPAGE="http://launchpad.net/screenkey"
+SRC_URI="http://launchpad.net/screenkey/v0.1/v0.1/+download/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+DEPEND="x11-libs/gksu
+ dev-lang/python"
+RDEPEND="${DEPEND}"
+