aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/python-emotion/python-emotion-20090115-r38500.ebuild')
-rw-r--r--dev-python/python-emotion/python-emotion-20090115-r38500.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-python/python-emotion/python-emotion-20090115-r38500.ebuild b/dev-python/python-emotion/python-emotion-20090115-r38500.ebuild
new file mode 100644
index 0000000..9aaa70e
--- /dev/null
+++ b/dev-python/python-emotion/python-emotion-20090115-r38500.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+DESCRIPTION="Python bindings for E_DBUS library"
+HOMEPAGE="http://www.enlightenment.org/"
+ESVN_REPO_URI="http://svn.enlightenment.org/svn/e/trunk/BINDINGS/python/${PN}"
+ESVN_REVISION="r38500"
+LICENSE="GPL"
+SLOT="0"
+KEYWORDS="~arm ~amd64 ~x86"
+IUSE=""
+
+inherit distutils subversion
+
+RDEPEND=">=dev-libs/eina-20090108
+ >=media-libs/emotion-20090108"
+
+DEPEND=">=dev-util/pkgconfig-0.9.0
+ >=dev-lang/python-2.3"