summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Volkov <pva@gentoo.org>2009-08-23 11:43:01 +0000
committerPeter Volkov <pva@gentoo.org>2009-08-23 11:43:01 +0000
commit7dafa1e1e5a8cbdddaec9251e9fd2c637404a865 (patch)
tree6bb1ede0e94cc24200429955842882ca2ab3a044 /dev-python/python-e_dbus/python-e_dbus-9999.ebuild
parentapp-text/poppler -> virtual/poppler (diff)
downloadenlightenment-7dafa1e1e5a8cbdddaec9251e9fd2c637404a865.tar.gz
enlightenment-7dafa1e1e5a8cbdddaec9251e9fd2c637404a865.tar.bz2
enlightenment-7dafa1e1e5a8cbdddaec9251e9fd2c637404a865.zip
Added python bindings required to run paroli.
Diffstat (limited to 'dev-python/python-e_dbus/python-e_dbus-9999.ebuild')
-rw-r--r--dev-python/python-e_dbus/python-e_dbus-9999.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-python/python-e_dbus/python-e_dbus-9999.ebuild b/dev-python/python-e_dbus/python-e_dbus-9999.ebuild
new file mode 100644
index 0000000..c04cded
--- /dev/null
+++ b/dev-python/python-e_dbus/python-e_dbus-9999.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+NEED_PYTHON="2.4"
+ESVN_SUB_PROJECT="BINDINGS/python"
+
+inherit enlightenment distutils
+
+DESCRIPTION="Python bindings for E_DBUS library"
+LICENSE="LGPL-2.1"
+IUSE=""
+
+RDEPEND=">=x11-libs/e_dbus-9999"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig
+ >=dev-python/setuptools-0.6_rc9"
+
+src_unpack() {
+ enlightenment_src_unpack
+}