Subject: Re: [SM-Commit] GIT changes to master grimoire by Donald Johnson (e8e34982f5d105fa1f6bc0d502329afa94fd2b12)
Date: Fri, 23 Oct 2009 20:31:45 -0700
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Donald Johnson wrote:
> GIT changes to master grimoire by Donald Johnson <ltdonny AT gmail.com>:
>
> devel/python/HISTORY | 3 +++
> devel/python/PRE_SUB_DEPENDS | 2 ++
> devel/python/REPAIR^all^PRE_SUB_DEPENDS | 9 +++++++++
> devel/python/SUB_DEPENDS | 3 +++
> utils/avahi/HISTORY | 3 +++
> 5 files changed, 20 insertions(+)
>
> New commits:
> commit e8e34982f5d105fa1f6bc0d502329afa94fd2b12
> Author: Donald Johnson <ltdonny AT gmail.com>
> Commit: Donald Johnson <ltdonny AT gmail.com>
>
> avahi: added sub on python with gdbm
>
> commit 4ee72663e4eba1b14d601958ee178af121fb824f
> Author: Donald Johnson <ltdonny AT gmail.com>
> Commit: Donald Johnson <ltdonny AT gmail.com>
>
> python: added sub from avahi
>
> diff --git a/devel/python/REPAIR^all^PRE_SUB_DEPENDS
> b/devel/python/REPAIR^all^PRE_SUB_DEPENDS
> new file mode 100755
> index 0000000..482b941
> --- /dev/null
> +++ b/devel/python/REPAIR^all^PRE_SUB_DEPENDS
> @@ -0,0 +1,9 @@
> +case $THIS_SUB_DEPENDS in
> + GDBM) is_depends_enabled $SPELL gdbm;;
> +#These next case statements need to be uppercased
> + db) is_depends_enabled $SPELL db;;
> + sqlite) is_depends_enabled $SPELL sqlite;;
> + expat) is_depends_enabled $SPELL expat;;
> + *) message "${PROBLEM_COLOR}bogus sub_depends: $SPELL
> $THIS_SUB_DEPENDS${DEFAULT_COLOR}"
> + return 1;;
> +esac
REPAIR^all^ is a bit overkill...that will replace the PRE_SUB_DEPENDS
file for eternity. Better to replace 'all' with the md5sum of the file
you wish to replace.