summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Sandall2010-01-06 01:01:06 -0800
committerEric Sandall2010-01-07 18:33:07 -0800
commitdba87343f5bd51378ece754b51443acbdf7d4b60 (patch)
tree992f238573ea1bf01791e0cb017ba224b462c9a1
parent0b34cc29d63f1158129491e82d14682a215e076b (diff)
gyp: Added a project generator
That's about all the info from the site, too. :) Required to build Google Chromium
-rw-r--r--ChangeLog3
-rwxr-xr-xpython-pypi/gyp/DEPENDS2
-rwxr-xr-xpython-pypi/gyp/DETAILS19
-rw-r--r--python-pypi/gyp/HISTORY3
-rwxr-xr-xpython-pypi/gyp/PREPARE3
5 files changed, 30 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7fb64124c4..6a88466344 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,6 +11,9 @@
The Cython compiler for writing C extensions for the Python
language.
+2010-01-06 Eric Sandall <sandalle@sourcemage.org>
+ * python-pypi/gyp: Added a project generator
+
2010-01-05 Eric Sandall <sandalle@sourcemage.org>
* groups: Added libvirt:179
diff --git a/python-pypi/gyp/DEPENDS b/python-pypi/gyp/DEPENDS
new file mode 100755
index 0000000000..8e7ccbb07d
--- /dev/null
+++ b/python-pypi/gyp/DEPENDS
@@ -0,0 +1,2 @@
+depends python &&
+depends SVN
diff --git a/python-pypi/gyp/DETAILS b/python-pypi/gyp/DETAILS
new file mode 100755
index 0000000000..eb8bf12eba
--- /dev/null
+++ b/python-pypi/gyp/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=gyp
+if [[ "$GYP_SCM_AUTOUPDATE" == "y" ]]
+then
+ VERSION=$(date +%Y%m%d)
+else
+ VERSION=svn
+fi
+ SOURCE=$SPELL-svn.tar.bz2
+ SOURCE_IGNORE=volatile
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-svn
+ SOURCE_URL[0]=svn_http://gyp.googlecode.com/svn/trunk:$SPELL-read-only
+ LICENSE[0]=BSD
+ WEB_SITE=http://code.google.com/p/gyp/
+ KEYWORDS="utils"
+ ENTERED=20100105
+ SHORT='Project generator tool'
+cat << EOF
+GYP can Generate Your Projects.
+EOF
diff --git a/python-pypi/gyp/HISTORY b/python-pypi/gyp/HISTORY
new file mode 100644
index 0000000000..7c13114e3b
--- /dev/null
+++ b/python-pypi/gyp/HISTORY
@@ -0,0 +1,3 @@
+2010-01-06 Eric Sandall <sandalle@sourcemage.org>
+ * PREPARE, DETAILS: Created
+
diff --git a/python-pypi/gyp/PREPARE b/python-pypi/gyp/PREPARE
new file mode 100755
index 0000000000..3e16aba01b
--- /dev/null
+++ b/python-pypi/gyp/PREPARE
@@ -0,0 +1,3 @@
+config_query GYP_SCM_AUTOUPDATE \
+ "Automatically update on every system update?" n
+