Skip to Content.
Sympa Menu

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

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 (a25b317a0c0b5a17ca05dce7ded16933382890d0)
  • Date: Sat, 10 Nov 2007 17:49:05 -0600

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

python-devel/driconf/HISTORY | 4 ++++
python-devel/driconf/PREPARE | 8 ++++++++
python-devel/driconf/PRE_BUILD | 2 +-
3 files changed, 13 insertions(+), 1 deletion(-)

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

driconf: added xorg-modular check, fixed $INSTALL_ROOT, ok lynxlynxlynx@

diff --git a/python-devel/driconf/HISTORY b/python-devel/driconf/HISTORY
index 59ddd55..d7b90bb 100644
--- a/python-devel/driconf/HISTORY
+++ b/python-devel/driconf/HISTORY
@@ -1,3 +1,7 @@
+2007-11-11 Vlad Glagolev <stealth AT sourcemage.org>
+ * PREPARE: xorg-modular check
+ * PRE_BUILD: fixed $INSTALL_ROOT
+
2007-11-10 Vlad Glagolev <stealth AT sourcemage.org>
* PRE_BUILD: cleaned up
* DETAILS: removed BUILD_API=2
diff --git a/python-devel/driconf/PREPARE b/python-devel/driconf/PREPARE
new file mode 100755
index 0000000..8914f47
--- /dev/null
+++ b/python-devel/driconf/PREPARE
@@ -0,0 +1,8 @@
+if ! spell_ok xorg-server; then
+ message "${PROBLEM_COLOR}"
+ message "You need a new X.Org server from the WIP"
+ message "grimoire \`xorg-modular'. Feel free to add"
+ message "it to your codex and \`cast xorg-server'."
+ message "${MESSAGE_COLOR}"
+ return 1
+fi
diff --git a/python-devel/driconf/PRE_BUILD b/python-devel/driconf/PRE_BUILD
index 29d09b8..5891fcf 100755
--- a/python-devel/driconf/PRE_BUILD
+++ b/python-devel/driconf/PRE_BUILD
@@ -1,3 +1,3 @@
default_pre_build &&
cd $SOURCE_DIRECTORY &&
-sed -i -e "s:/usr/local:/usr:g" driconf setup.cfg
+sed -i -e "s:/usr/local:$INSTALL_ROOT/usr:g" driconf setup.cfg



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (a25b317a0c0b5a17ca05dce7ded16933382890d0), Vlad Glagolev, 11/10/2007

Archive powered by MHonArc 2.6.24.

Top of Page