Skip to Content.
Sympa Menu

sm-commit - PERFORCE change 80344 by Andraž "ruskie" Levstik for review

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Perforce Review Daemon <p4review AT smee.org>
  • To: "Andrew Stitt" <a AT t.armory.com>, "Arjan Bouter" <abouter AT sourcemage.org>, "SM-Commit Daemon" <sm-commit AT lists.ibiblio.org>, "duane_malcolm" <d.malcolm AT auckland.ac.nz>, "Ethan Grammatikidis" <eekee AT eekee.is-a-geek.org>, "Gareth Clay" <gareth AT caffeinefuelled.co.uk>, "Maurizio Boriani" <baux AT member.fsf.org>, "Pieter Lenaerts" <e-type AT sourcemage.org>, "Robin Cook" <rcook AT wyrms.net>, "Seth Woolley" <seth AT swoolley.homeip.net>, "Unet" <unet AT sourcemage.org>, "vladimir_marek" <vlmarek AT volny.cz>
  • Subject: PERFORCE change 80344 by Andraž "ruskie" Levstik for review
  • Date: Wed, 7 Jun 2006 18:35:01 +0100 (BST)

Change 80344 by andraž_levstik AT omega.mages.ath.cx on 2006/06/07 18:34:40

Had an extra || in there... btw we have tabs in FUNCTIONS file afaik
we
don't want tabs in spell filesor functions right?

Affected files ...

... //sgl/grimoires/devel/ChangeLog#351 edit
... //sgl/grimoires/devel/FUNCTIONS#39 edit
... //sgl/grimoires/games-devel/FUNCTIONS#3 edit
... //sgl/grimoires/games/ChangeLog#54 edit
... //sgl/grimoires/games/FUNCTIONS#22 edit
... //sgl/grimoires/z-rejected/ChangeLog#37 edit
... //sgl/grimoires/z-rejected/FUNCTIONS#11 edit

Differences ...

==== //sgl/grimoires/devel/ChangeLog#351 (text) ====

@@ -1,5 +1,5 @@
2006-06-07 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
- * FUNCTIONS: added functions to check for xorg-modular stuff
+ * FUNCTIONS: added functions to check for xorg-modular stuff, minor
fix

2006-06-06 Eric Sandall <eric AT sandall.us>
* e/emphasis: Added ETK Music Player Daemon client

==== //sgl/grimoires/devel/FUNCTIONS#39 (xtext) ====

@@ -451,7 +451,7 @@

function check_if_xorg_modular_server()
{
- if [[ "$(get_spell_provider ${1:-$SPELL} X11-LIBS)" == "xorg-server"
]] ||
+ if [[ "$(get_spell_provider ${1:-$SPELL} X11-LIBS)" == "xorg-server"
]]
then
return 0
fi

==== //sgl/grimoires/games-devel/FUNCTIONS#3 (xtext) ====

@@ -304,7 +304,7 @@

function check_if_xorg_modular_server()
{
- if [[ "$(get_spell_provider ${1:-$SPELL} X11-LIBS)" == "xorg-server"
]] ||
+ if [[ "$(get_spell_provider ${1:-$SPELL} X11-LIBS)" == "xorg-server"
]]
then
return 0
fi

==== //sgl/grimoires/games/ChangeLog#54 (text) ====

@@ -1,5 +1,5 @@
2006-06-07 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
- * FUNCTIONS: added functions to check for xorg-modular stuff
+ * FUNCTIONS: added functions to check for xorg-modular stuff, minor
fix

2006-05-22 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* games-ggz: use the same FUNCTIONS file as games-libs

==== //sgl/grimoires/games/FUNCTIONS#22 (xtext) ====

@@ -238,7 +238,7 @@

function check_if_xorg_modular_server()
{
- if [[ "$(get_spell_provider ${1:-$SPELL} X11-LIBS)" ==
"xorg-server" ]] ||
+ if [[ "$(get_spell_provider ${1:-$SPELL} X11-LIBS)" ==
"xorg-server" ]]
then
return 0
fi

==== //sgl/grimoires/z-rejected/ChangeLog#37 (text) ====

@@ -1,5 +1,5 @@
2006-06-07 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
- * FUNCTIONS: added functions to check for xorg-modular stuff
+ * FUNCTIONS: added functions to check for xorg-modular stuff, minor
fix

2006-04-18 Pieter Lenaerts <e-type AT sourcemage.org>
* z-editors/pico moved in from devel/editors

==== //sgl/grimoires/z-rejected/FUNCTIONS#11 (xtext) ====

@@ -463,7 +463,7 @@

function check_if_xorg_modular_server()
{
- if [[ "$(get_spell_provider ${1:-$SPELL} X11-LIBS)" == "xorg-server"
]] ||
+ if [[ "$(get_spell_provider ${1:-$SPELL} X11-LIBS)" == "xorg-server"
]]
then
return 0
fi




Archive powered by MHonArc 2.6.24.

Top of Page