summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Partap <mpartap@gmx.net>2011-08-09 03:41:40 +0200
committerAndreas Willich <sabotageandi@gmail.com>2011-08-15 17:22:16 +0200
commitff6c877bab247b00e5dd815e1b1049d4d30b1905 (patch)
treebd1c14f9ede6bc90c2cd329892470bfbdf356311 /x11-libs/utouch-geis/utouch-geis-2.1.2.ebuild
parentrecreate manifest (diff)
downloadsabotageandi-ff6c877bab247b00e5dd815e1b1049d4d30b1905.tar.gz
sabotageandi-ff6c877bab247b00e5dd815e1b1049d4d30b1905.tar.bz2
sabotageandi-ff6c877bab247b00e5dd815e1b1049d4d30b1905.zip
bump all utouch packages to latest version
Diffstat (limited to 'x11-libs/utouch-geis/utouch-geis-2.1.2.ebuild')
-rw-r--r--x11-libs/utouch-geis/utouch-geis-2.1.2.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/x11-libs/utouch-geis/utouch-geis-2.1.2.ebuild b/x11-libs/utouch-geis/utouch-geis-2.1.2.ebuild
new file mode 100644
index 0000000..3e2c7e2
--- /dev/null
+++ b/x11-libs/utouch-geis/utouch-geis-2.1.2.ebuild
@@ -0,0 +1,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;
+}