PERFORCE change 80344 by Andraž "ruskie" Levstik for review
Perforce Review Daemon
p4review at smee.org
Wed Jun 7 13:35:01 EDT 2006
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
More information about the SM-Commit
mailing list