summaryrefslogtreecommitdiff
blob: 3e2c7e2493d6b35d5737e9c9fcbb9c585ad3b8b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI="3"
inherit base

DESCRIPTION="An implementation of the GEIS (Gesture Engine Interface and Support) interface."
SRC_URI="http://launchpad.net/utouch-geis/trunk/${PV}/+download/utouch-geis-${PV}.tar.gz"
HOMEPAGE="https://launchpad.net/utouch-geis"
KEYWORDS="~x86 ~amd64"
SLOT="0"
LICENSE="GPL-2 LGPL-3"
IUSE=""

RDEPEND=""
DEPEND="${RDEPEND}
	x11-libs/utouch-grail"

src_prepare() {
	sed -i 's/python >= 2.7/python-2.7 >= 2.7/g' configure;
}