diff options
author | Robert Piasek <dagger@gentoo.org> | 2009-01-16 00:21:13 +0000 |
---|---|---|
committer | Robert Piasek <dagger@gentoo.org> | 2009-01-16 00:21:13 +0000 |
commit | 5357acb77230202bf891c74af66a1cb44d3213e2 (patch) | |
tree | 31556ae3ba899f8e43e3a7070966603d28fa9b40 /dev-python | |
parent | At least gst-plugins-base and gst-plugins-good depend on liboil, so unmask it. (diff) | |
download | embedded-cross-5357acb77230202bf891c74af66a1cb44d3213e2.tar.gz embedded-cross-5357acb77230202bf891c74af66a1cb44d3213e2.tar.bz2 embedded-cross-5357acb77230202bf891c74af66a1cb44d3213e2.zip |
Python bindings for EFL
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/python-e_dbus/Manifest | 1 | ||||
-rw-r--r-- | dev-python/python-e_dbus/python-e_dbus-20090115-r38500.ebuild | 20 | ||||
-rw-r--r-- | dev-python/python-ecore/Manifest | 1 | ||||
-rw-r--r-- | dev-python/python-ecore/python-ecore-20090115-r38500.ebuild | 21 | ||||
-rw-r--r-- | dev-python/python-edje/Manifest | 1 | ||||
-rw-r--r-- | dev-python/python-edje/python-edje-20090115-r38500.ebuild | 20 | ||||
-rw-r--r-- | dev-python/python-evas/Manifest | 2 | ||||
-rw-r--r-- | dev-python/python-evas/files/python-evas-setup.diff | 12 | ||||
-rw-r--r-- | dev-python/python-evas/python-evas-20090115-r38500.ebuild | 29 |
9 files changed, 107 insertions, 0 deletions
diff --git a/dev-python/python-e_dbus/Manifest b/dev-python/python-e_dbus/Manifest new file mode 100644 index 0000000..c2fa79a --- /dev/null +++ b/dev-python/python-e_dbus/Manifest @@ -0,0 +1 @@ +EBUILD python-e_dbus-20090115-r38500.ebuild 513 RMD160 bbf66c5a86f4edbea72dcb00b62d02358982ccf9 SHA1 46ad6fa87cb52c2b2132ff87150c139c4afde5b1 SHA256 1b4a7a8469c136f0b29f5c959002931de0b85ac9d88cf9a1fa1e6ece557ba61a diff --git a/dev-python/python-e_dbus/python-e_dbus-20090115-r38500.ebuild b/dev-python/python-e_dbus/python-e_dbus-20090115-r38500.ebuild new file mode 100644 index 0000000..c89d023 --- /dev/null +++ b/dev-python/python-e_dbus/python-e_dbus-20090115-r38500.ebuild @@ -0,0 +1,20 @@ +# 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=" + >=x11-libs/e_dbus-20090108 + dev-python/dbus-python" + +DEPEND=">=dev-util/pkgconfig-0.9.0 + >=dev-lang/python-2.3" diff --git a/dev-python/python-ecore/Manifest b/dev-python/python-ecore/Manifest new file mode 100644 index 0000000..ec40746 --- /dev/null +++ b/dev-python/python-ecore/Manifest @@ -0,0 +1 @@ +EBUILD python-ecore-20090115-r38500.ebuild 553 RMD160 aeba618a6e3c0b2141a2392f87c81df7b9d8c14a SHA1 36fd845ed2ac172e8c114cc105ddc4d53b1beccc SHA256 1972c372681e1dd570ad378fd9236c6be5211387b8dc86c9044fcc00e78fbb3b diff --git a/dev-python/python-ecore/python-ecore-20090115-r38500.ebuild b/dev-python/python-ecore/python-ecore-20090115-r38500.ebuild new file mode 100644 index 0000000..ed4b6fe --- /dev/null +++ b/dev-python/python-ecore/python-ecore-20090115-r38500.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +DESCRIPTION="Python bindings for ECORE 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/ecore-20090108 + >=dev-libs/eina-20090108" + +DEPEND=">=dev-util/pkgconfig-0.9.0 + >=dev-python/python-evas-20090115-r3500 + >=dev-lang/python-2.3" diff --git a/dev-python/python-edje/Manifest b/dev-python/python-edje/Manifest new file mode 100644 index 0000000..dd64341 --- /dev/null +++ b/dev-python/python-edje/Manifest @@ -0,0 +1 @@ +EBUILD python-edje-20090115-r38500.ebuild 541 RMD160 29e0872f39fd9d6eb32b9f36dfc75d542af17a6d SHA1 a6a623df23bae61f07f3223a5340531c10fbe04e SHA256 577898f039f21a907abc5edf9f4ba543381f4a9f8ac6355521ed8d4a79cfaeb3 diff --git a/dev-python/python-edje/python-edje-20090115-r38500.ebuild b/dev-python/python-edje/python-edje-20090115-r38500.ebuild new file mode 100644 index 0000000..0071075 --- /dev/null +++ b/dev-python/python-edje/python-edje-20090115-r38500.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +DESCRIPTION="Python bindings for EDJE 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=">=media-libs/edje-20090108" + +DEPEND=">=dev-util/pkgconfig-0.9.0 + >=dev-python/python-evas-20090115-r3500 + >=dev-lang/python-2.3" + diff --git a/dev-python/python-evas/Manifest b/dev-python/python-evas/Manifest new file mode 100644 index 0000000..93c6753 --- /dev/null +++ b/dev-python/python-evas/Manifest @@ -0,0 +1,2 @@ +AUX python-evas-setup.diff 414 RMD160 f1e7e5ff5af953bcb96f7d8692e76002bcadee44 SHA1 dbe0009bd05922048bd8cd6c0fc3147395c4ba4c SHA256 b4fdb497fc7778ad713bf04a603a7571b423e6a4dbcfe3b50001b72a60d0fc95 +EBUILD python-evas-20090115-r38500.ebuild 708 RMD160 de7d3014a3f75dd9e731391ea06bc038e8c89d2c SHA1 116f28eba560db9b798d9d45b37d89bf6c154bd4 SHA256 788208a87396e508edaf23c058e8abec1c35880baef4555bff6538b9bc4a925a diff --git a/dev-python/python-evas/files/python-evas-setup.diff b/dev-python/python-evas/files/python-evas-setup.diff new file mode 100644 index 0000000..4d5ec24 --- /dev/null +++ b/dev-python/python-evas/files/python-evas-setup.diff @@ -0,0 +1,12 @@ +--- setup.py 2009-01-15 14:18:35.752901078 +0000 ++++ setup.py 2009-01-15 17:16:08.914167566 +0000 +@@ -124,7 +124,8 @@ + class evas_install_headers(install_headers): + def finalize_options(self): + if self.install_dir is None: +- instd = get_python_inc() ++ root = sys.argv[2]+'usr' ++ instd = get_python_inc(0,root[7:]) + else: + instd = self.install_dir + diff --git a/dev-python/python-evas/python-evas-20090115-r38500.ebuild b/dev-python/python-evas/python-evas-20090115-r38500.ebuild new file mode 100644 index 0000000..9f5fb7a --- /dev/null +++ b/dev-python/python-evas/python-evas-20090115-r38500.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +DESCRIPTION="Python bindings for EVAS 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/evas-20090108 + >=dev-libs/eina-20090108" + +DEPEND=">=dev-util/pkgconfig-0.9.0 + >=dev-python/python-evas-20090115-r3500 + >=dev-lang/python-2.3 + >=dev-python/cython-0.9.6.12" + +src_unpack() { + subversion_src_unpack + + cd "${S}" + + epatch "${FILESDIR}"/"${PN}"-setup.diff +}
\ No newline at end of file |