Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (92563ebf40e1dae3b11ec79051d7452ddcfc97b6)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Arwed von Merkatz <v.merkatz AT gmx.net>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (92563ebf40e1dae3b11ec79051d7452ddcfc97b6)
  • Date: Mon, 19 Jun 2006 23:34:50 +0200

On Mon, Jun 19, 2006 at 03:50:19PM -0500, Pol Vinogradov wrote:
> GIT changes to master grimoire by Pol Vinogradov <vin.public AT gmail.com>:
>
> x11-toolkits/fxruby/HISTORY | 2 ++
> x11-toolkits/fxruby/REPAIR^1.4.4^PRE_SUB_DEPENDS | 4 ----
> x11-toolkits/fxruby/REPAIR^1.6.0^PRE_SUB_DEPENDS | 4 ++++
> 3 files changed, 6 insertions(+), 4 deletions(-)
>
> New commits:
> commit 92563ebf40e1dae3b11ec79051d7452ddcfc97b6
> Author: Pol Vinogradov <vin.public AT gmail.com>
> Commit: Pol Vinogradov <vin.public AT gmail.com>
>
> REPAIR^* files fixing
>
> diff --git a/x11-toolkits/fxruby/HISTORY b/x11-toolkits/fxruby/HISTORY
> index ff3b984..568a8bb 100644
> --- a/x11-toolkits/fxruby/HISTORY
> +++ b/x11-toolkits/fxruby/HISTORY
> @@ -1,5 +1,7 @@
> 2006-06-20 Pol Vinogradov <vin.public AT gmail.com>
> * DETAILS: version 1.6.0, BUILD_API=2 and UPDATED removed
> + * REPAIR^1.4.4^PRE_SUB_DEPENDS: removed
> + * REPAIR^1.6.0^PRE_SUB_DEPENDS: added, according version

That's probably wrong. 1.60 has PRE_SUB_DEPENDS and always had it, so it
doesn't need a repair file. 1.4.4 still needs it though, so people with
that version installed get it.
Basically, never change REPAIR file names, it's usually not what you
want.

> 2006-04-22 Pol Vinogradov <vin.public AT gmail.com>
> * REPAIR^none^PRE_SUB_DEPENDS: removed
> diff --git a/x11-toolkits/fxruby/REPAIR^1.4.4^PRE_SUB_DEPENDS
> b/x11-toolkits/fxruby/REPAIR^1.4.4^PRE_SUB_DEPENDS
> deleted file mode 100755
> index c296dd0..0000000
> --- a/x11-toolkits/fxruby/REPAIR^1.4.4^PRE_SUB_DEPENDS
> +++ /dev/null
> @@ -1,4 +0,0 @@
> -case $THIS_SUB_DEPENDS in
> - fxscintilla) if is_depends_enabled $SPELL fxscintilla; then return 0;
> fi;;
> - *) return 1 ;;
> -esac
> diff --git a/x11-toolkits/fxruby/REPAIR^1.6.0^PRE_SUB_DEPENDS
> b/x11-toolkits/fxruby/REPAIR^1.6.0^PRE_SUB_DEPENDS
> new file mode 100755
> index 0000000..c296dd0
> --- /dev/null
> +++ b/x11-toolkits/fxruby/REPAIR^1.6.0^PRE_SUB_DEPENDS
> @@ -0,0 +1,4 @@
> +case $THIS_SUB_DEPENDS in
> + 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




Archive powered by MHonArc 2.6.24.

Top of Page