summaryrefslogtreecommitdiff
blob: 59fda6494f96a23aacdea8eea1f0606d7a0058e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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/0.2/0.2.0/+download/${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~x86"
IUSE=""

DEPEND="dev-python/pygtk:2
	dev-python/python-xlib"
RDEPEND="${DEPEND}"