Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (98510a1384bd473c9db5a5ed677bf6db69b22565)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (98510a1384bd473c9db5a5ed677bf6db69b22565)
  • Date: Sun, 18 May 2008 12:54:24 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

python-pypi/scons/DETAILS | 3 +--
python-pypi/scons/HISTORY | 3 +++
python-pypi/scons/PRE_BUILD | 1 -
3 files changed, 4 insertions(+), 3 deletions(-)

New commits:
commit 98510a1384bd473c9db5a5ed677bf6db69b22565
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

scons: removed useless sed after upstream's bugfix, cleaned up

diff --git a/python-pypi/scons/DETAILS b/python-pypi/scons/DETAILS
index 8e41ec4..9e1ba0f 100755
--- a/python-pypi/scons/DETAILS
+++ b/python-pypi/scons/DETAILS
@@ -8,8 +8,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=http://www.scons.org/
ENTERED=20020728
KEYWORDS="python devel"
- SHORT="A software construction tool intended as a substitute for
make."
-
+ SHORT="software construction tool intended as a substitute for
make"
cat << EOF
SCons is a software construction tool (build tool substitute for Make)
implemented in Python. It features a modular build engine that can be
embedded
diff --git a/python-pypi/scons/HISTORY b/python-pypi/scons/HISTORY
index c978b75..b3ce22a 100644
--- a/python-pypi/scons/HISTORY
+++ b/python-pypi/scons/HISTORY
@@ -1,3 +1,6 @@
+2008-05-18 Vlad Glagolev <stealth AT sourcemage.org>
+ * PRE_BUILD: upstream fixed that weird CXXFLAGS bug, sed no more
needed
+
2008-05-18 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: Update to 0.98.4

diff --git a/python-pypi/scons/PRE_BUILD b/python-pypi/scons/PRE_BUILD
index e72c5a0..c6f32d1 100755
--- a/python-pypi/scons/PRE_BUILD
+++ b/python-pypi/scons/PRE_BUILD
@@ -1,5 +1,4 @@
default_pre_build &&
cd $SOURCE_DIRECTORY &&
-sed -i "s:CLVar(''):CLVar('\$CXXFLAGS'):g" engine/SCons/Tool/c++.py &&
# fix man page install location
sed -i "s/\('man', 'man1'\)/'share', \1/" setup.py



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (98510a1384bd473c9db5a5ed677bf6db69b22565), Vlad Glagolev, 05/18/2008

Archive powered by MHonArc 2.6.24.

Top of Page