aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Piasek <dagger@gentoo.org>2009-01-20 01:45:18 +0000
committerRobert Piasek <dagger@gentoo.org>2009-01-20 01:45:18 +0000
commitcd91b48ff24cc65d061bfd31d01fceba2e8ec610 (patch)
tree1e955b9203165f8a4e7cfa3769b43cbffc0e6b0c /dev-python
parentNew ebuild for EFL libraries: (diff)
downloadembedded-cross-cd91b48ff24cc65d061bfd31d01fceba2e8ec610.tar.gz
embedded-cross-cd91b48ff24cc65d061bfd31d01fceba2e8ec610.tar.bz2
embedded-cross-cd91b48ff24cc65d061bfd31d01fceba2e8ec610.zip
More python bindings for EFL libraries
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/efl-python-meta/Manifest1
-rw-r--r--dev-python/efl-python-meta/efl-python-meta-20080109.ebuild20
-rw-r--r--dev-python/python-emotion/Manifest1
-rw-r--r--dev-python/python-emotion/python-emotion-20090115-r38500.ebuild19
-rw-r--r--dev-python/python-epsilon/Manifest1
-rw-r--r--dev-python/python-epsilon/python-epsilon-20090115-r38500.ebuild19
-rw-r--r--dev-python/python-etk/Manifest1
-rw-r--r--dev-python/python-etk/python-etk-20090115-r38500.ebuild19
8 files changed, 81 insertions, 0 deletions
diff --git a/dev-python/efl-python-meta/Manifest b/dev-python/efl-python-meta/Manifest
new file mode 100644
index 0000000..627aac8
--- /dev/null
+++ b/dev-python/efl-python-meta/Manifest
@@ -0,0 +1 @@
+EBUILD efl-python-meta-20080109.ebuild 633 RMD160 ad872820f1b6625b42d56f7f55b7ce77bab039f1 SHA1 46c0f0a9e14cd9d604598deb04a92089025bcbea SHA256 78b29f117c8bad9f7a4702ad855babc4e98376b1771cac12fe798f28a85479af
diff --git a/dev-python/efl-python-meta/efl-python-meta-20080109.ebuild b/dev-python/efl-python-meta/efl-python-meta-20080109.ebuild
new file mode 100644
index 0000000..3d31fb9
--- /dev/null
+++ b/dev-python/efl-python-meta/efl-python-meta-20080109.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kde-meta/kde-meta-4.1.4.ebuild,v 1.2 2009/01/14 08:56:37 alexxy Exp $
+
+DESCRIPTION="Meta package for all python bindings for EFL libraries"
+HOMEPAGE="http://enlightenment.org"
+LICENSE="GPL-2"
+
+KEYWORDS="~arm ~amd64 ~x86"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+ >=dev-python/python-evas-${PV}
+ >=dev-python/python-ecore-${PV}
+ >=dev-python/python-edje-${PV}
+ >=dev-python/python-emotion-${PV}
+ >=dev-python/python-epsilon-${PV}
+ >=dev-python/python-e_dbus-${PV}
+ >=dev-python/python-etk-${PV}"
diff --git a/dev-python/python-emotion/Manifest b/dev-python/python-emotion/Manifest
new file mode 100644
index 0000000..1aee4d4
--- /dev/null
+++ b/dev-python/python-emotion/Manifest
@@ -0,0 +1 @@
+EBUILD python-emotion-20090115-r38500.ebuild 516 RMD160 daf57fb9edda66ac596f88407c5e9b4922677f76 SHA1 d0d565270eafed43dc0119283437e9f38b6050af SHA256 7881120bdc1d434fd85326f2646e6d37be205b29d5898fb772ee2bf3db7a2225
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"
diff --git a/dev-python/python-epsilon/Manifest b/dev-python/python-epsilon/Manifest
new file mode 100644
index 0000000..4fbe5d2
--- /dev/null
+++ b/dev-python/python-epsilon/Manifest
@@ -0,0 +1 @@
+EBUILD python-epsilon-20090115-r38500.ebuild 516 RMD160 fee1a767a73e58833bf56fd7c6336b48aafc7a9b SHA1 015b91054baaaf0d77aba7f9b029a2b5cf141ae7 SHA256 ffcbbc2e9e0caca6b33e0121046d8d84e1450db571e5035ebd235ec4125cccd1
diff --git a/dev-python/python-epsilon/python-epsilon-20090115-r38500.ebuild b/dev-python/python-epsilon/python-epsilon-20090115-r38500.ebuild
new file mode 100644
index 0000000..b4d1199
--- /dev/null
+++ b/dev-python/python-epsilon/python-epsilon-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/epsilon-20090108"
+
+DEPEND=">=dev-util/pkgconfig-0.9.0
+ >=dev-lang/python-2.3"
diff --git a/dev-python/python-etk/Manifest b/dev-python/python-etk/Manifest
new file mode 100644
index 0000000..b752c65
--- /dev/null
+++ b/dev-python/python-etk/Manifest
@@ -0,0 +1 @@
+EBUILD python-etk-20090115-r38500.ebuild 500 RMD160 88f30de37aa86eb30f80e37d99bcf27dc8be167b SHA1 fde55e500ef15d632e3fa1c010abe94c3006ffee SHA256 59577c8139903f62de3f4966cf21035ade070b995b9eae6d59f50eb2f1040c2b
diff --git a/dev-python/python-etk/python-etk-20090115-r38500.ebuild b/dev-python/python-etk/python-etk-20090115-r38500.ebuild
new file mode 100644
index 0000000..f2318cf
--- /dev/null
+++ b/dev-python/python-etk/python-etk-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 ETK 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=">=x11-libs/etk-20090108
+ dev-python/cython"
+
+DEPEND=">=dev-util/pkgconfig-0.9.0
+ >=dev-lang/python-2.3"