diff options
author | Robert Piasek <dagger@gentoo.org> | 2009-03-13 00:09:14 +0000 |
---|---|---|
committer | Robert Piasek <dagger@gentoo.org> | 2009-03-13 00:09:14 +0000 |
commit | 2d9483a01c65ea486cda2625707c003945edfb8f (patch) | |
tree | 2de3f2cdbc692ba112ce98335852f8fac91e792d /sys-mobilephone/freesmartphone-framework | |
parent | fix EGIT_TREE to use just one directory for all the shr related stuff instead... (diff) | |
download | embedded-cross-2d9483a01c65ea486cda2625707c003945edfb8f.tar.gz embedded-cross-2d9483a01c65ea486cda2625707c003945edfb8f.tar.bz2 embedded-cross-2d9483a01c65ea486cda2625707c003945edfb8f.zip |
Revision bump for EFL and EFL python bindings
Diffstat (limited to 'sys-mobilephone/freesmartphone-framework')
-rw-r--r-- | sys-mobilephone/freesmartphone-framework/freesmartphone-framework-0.5.1.ebuild | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/sys-mobilephone/freesmartphone-framework/freesmartphone-framework-0.5.1.ebuild b/sys-mobilephone/freesmartphone-framework/freesmartphone-framework-0.5.1.ebuild index 9a45d71..f721049 100644 --- a/sys-mobilephone/freesmartphone-framework/freesmartphone-framework-0.5.1.ebuild +++ b/sys-mobilephone/freesmartphone-framework/freesmartphone-framework-0.5.1.ebuild @@ -19,23 +19,24 @@ IUSE="gsm gps readline" DOCS="README" RDEPEND="dev-python/dbus-python - dev-python/gst-python - dev-python/pygobject - dev-python/pyyaml - dev-python/pyserial - virtual/alsa-scenarios - gsm? ( sys-mobilephone/gsm0710muxd ) - gps? ( || ( sci-geosciences/fso-gpsd sci-geosciences/gpsd ) ) - readline? ( sys-libs/readline )" + dev-python/gst-python + dev-python/pygobject + dev-python/pyyaml + dev-python/pyserial + dev-python/ctypes + virtual/alsa-scenarios + gsm? ( sys-mobilephone/gsm0710muxd ) + gps? ( || ( sci-geosciences/fso-gpsd sci-geosciences/gpsd ) ) + readline? ( sys-libs/readline )" DEPEND="dev-python/cython - dev-python/setuptools" + dev-python/setuptools" src_unpack() { # Fetch and unpack current git sources git_src_unpack cd "${S}" - + # Change the paths for setup.py and add the example config file epatch "${FILESDIR}/${P/0.5.1/0.5}-setup-paths.patch" } |