[SM-Commit] PERFORCE change 77966 by Pol Vinogradov for review
Arwed von Merkatz
v.merkatz at gmx.net
Wed Apr 19 01:29:48 EDT 2006
On Tue, Apr 18, 2006 at 08:50:01PM +0100, Perforce Review Daemon wrote:
> Change 77966 by pol_vinogradov at public on 2006/04/18 20:45:22
>
> REPAIR^none^PRE_SUB_DEPENDS, PRE_SUB_DEPENDS: use is_depends_enabled now to checking
>
> Affected files ...
>
> ... //sgl/grimoires/devel/x11-toolkits/fxruby/HISTORY#4 edit
> ... //sgl/grimoires/devel/x11-toolkits/fxruby/PRE_SUB_DEPENDS#2 edit
> ... //sgl/grimoires/devel/x11-toolkits/fxruby/REPAIR^none^PRE_SUB_DEPENDS#2 edit
Now people with the old (current) PRE_SUB_DEPENDS won't get this one as
there's no REPAIR file for it.
It's probably easiest to just have scribe replace any PRE_SUB_DEPENDS
file in the spell by the REPAIR one if the spell version matches, so
create a REPAIR^1.4.4^PRE_SUB_DEPENDS file with the new content.
> Differences ...
>
> ==== //sgl/grimoires/devel/x11-toolkits/fxruby/HISTORY#4 (text) ====
>
> @@ -1,3 +1,6 @@
> +2006-04-19 Pol Vinogradov <vin.public at gmail.com>
> + * REPAIR^none^PRE_SUB_DEPENDS, PRE_SUB_DEPENDS: use is_depends_enabled now to checking
> +
> 2006-03-12 Karsten Behrmann <BearPerson at sourcemage.org>
> * DETAILS: (automated) Add KEYWORDS
>
>
> ==== //sgl/grimoires/devel/x11-toolkits/fxruby/PRE_SUB_DEPENDS#2 (xtext) ====
>
> @@ -1,4 +1,4 @@
> case $THIS_SUB_DEPENDS in
> - fxscintilla) if echo $OPTS | grep fxscintilla ; then return 0 ; fi ;;
> -esac &&
> -return 1
> + fxscintilla) if is_depends_enabled $SPELL fxscintilla; then return 0; fi;;
> + *) return 1 ;;
> +esac
>
> ==== //sgl/grimoires/devel/x11-toolkits/fxruby/REPAIR^none^PRE_SUB_DEPENDS#2 (xtext) ====
>
> @@ -1,4 +1,4 @@
> case $THIS_SUB_DEPENDS in
> - fxscintilla) if echo $OPTS | grep fxscintilla ; then return 0 ; fi ;;
> -esac &&
> -return 1
> + fxscintilla) if is_depends_enabled $SPELL fxscintilla; then return 0; fi;;
> + *) return 1 ;;
> +esac
> _______________________________________________
> SM-Commit mailing list
> SM-Commit at lists.ibiblio.org
> http://lists.ibiblio.org/mailman/listinfo/sm-commit
>
--
Arwed v. Merkatz Source Mage GNU/Linux developer
http://www.sourcemage.org
More information about the SM-Commit
mailing list