Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (03299d1dae16a2ce0792b62378dbdf6af1742d8c)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (03299d1dae16a2ce0792b62378dbdf6af1742d8c)
  • Date: Thu, 7 Jan 2010 20:44:24 -0600

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

ChangeLog | 3 +++
audio-drivers/pulseaudio/DETAILS | 1 +
audio-drivers/pulseaudio/HISTORY | 5 ++++-
python-pypi/gyp/DEPENDS | 2 ++
python-pypi/gyp/DETAILS | 19 +++++++++++++++++++
python-pypi/gyp/HISTORY | 3 +++
python-pypi/gyp/PREPARE | 3 +++
7 files changed, 35 insertions(+), 1 deletion(-)

New commits:
commit 03299d1dae16a2ce0792b62378dbdf6af1742d8c
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

pulseaudio: Cleanup whitespace

commit ea56df169127735c7fd3adcf17d5dd1a0f82b93d
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

pulseaudio: PATCHLEVEL++ to guarantee udev is built correctly for it

commit dba87343f5bd51378ece754b51443acbdf7d4b60
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

gyp: Added a project generator

That's about all the info from the site, too. :)
Required to build Google Chromium

diff --git a/ChangeLog b/ChangeLog
index 7fb6412..6a88466 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 AT sourcemage.org>
+ * python-pypi/gyp: Added a project generator
+
2010-01-05 Eric Sandall <sandalle AT sourcemage.org>
* groups: Added libvirt:179

diff --git a/audio-drivers/pulseaudio/DETAILS
b/audio-drivers/pulseaudio/DETAILS
index 14fc7ee..4b46d20 100755
--- a/audio-drivers/pulseaudio/DETAILS
+++ b/audio-drivers/pulseaudio/DETAILS
@@ -4,6 +4,7 @@
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
SOURCE_URL=http://0pointer.de/lennart/projects/${SPELL}/${SOURCE}
SOURCE_GPG=gurus.gpg:${SOURCE}.sig
+ PATCHLEVEL=1
WEB_SITE=http://www.pulseaudio.org/
ENTERED=20070504
LICENSE[0]=GPL
diff --git a/audio-drivers/pulseaudio/HISTORY
b/audio-drivers/pulseaudio/HISTORY
index e354e0b..95e2093 100644
--- a/audio-drivers/pulseaudio/HISTORY
+++ b/audio-drivers/pulseaudio/HISTORY
@@ -1,6 +1,9 @@
+2010-01-07 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: PATCHLEVEL++ to guarantee udev is built correctly for it
+
2010-01-07 Arwed v. Merkatz <v.merkatz AT gmx.net>
* DEPENDS: needs udev with EXTRAS, otherwise doesn't find any sound
- cards
+ cards

2009-11-23 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 0.9.21
diff --git a/python-pypi/gyp/DEPENDS b/python-pypi/gyp/DEPENDS
new file mode 100755
index 0000000..8e7ccbb
--- /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 0000000..eb8bf12
--- /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 0000000..7c13114
--- /dev/null
+++ b/python-pypi/gyp/HISTORY
@@ -0,0 +1,3 @@
+2010-01-06 Eric Sandall <sandalle AT sourcemage.org>
+ * PREPARE, DETAILS: Created
+
diff --git a/python-pypi/gyp/PREPARE b/python-pypi/gyp/PREPARE
new file mode 100755
index 0000000..3e16aba
--- /dev/null
+++ b/python-pypi/gyp/PREPARE
@@ -0,0 +1,3 @@
+config_query GYP_SCM_AUTOUPDATE \
+ "Automatically update on every system update?" n
+



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (03299d1dae16a2ce0792b62378dbdf6af1742d8c), Eric Sandall, 01/07/2010

Archive powered by MHonArc 2.6.24.

Top of Page