Added ebuild for google_appengine_1.3.4

git-svn-id: svn+ssh://svnintern.kmrc.de/projects/gentoo/iwm-overlay@13511 cbe59ace-07ea-0310-918e-868702b5370d
This commit is contained in:
2010-06-10 13:23:36 +00:00
parent 92dd6a8184
commit 7567d248ed
3 changed files with 66 additions and 0 deletions
@@ -0,0 +1,9 @@
#!/bin/sh
PYTHON=$(which python2.5)
[ -x "${PYTHON}" ] || ( echo "ERROR: Python 2.5 not found"; exit 1)
[ -f /usr/lib/google_appengine/dev_appserver.py ] || ( echo "ERROR: google_appengine not found in /usr/lib"; exit 1)
cd /usr/lib/google_appengine
"${PYTHON}" dev_appserver.py $@