Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master grimoire by Donald Johnson (e8e34982f5d105fa1f6bc0d502329afa94fd2b12)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <smgl AT lynxlynx.info>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by Donald Johnson (e8e34982f5d105fa1f6bc0d502329afa94fd2b12)
  • Date: Mon, 26 Oct 2009 10:08:11 +0100

On Saturday 24 of October 2009 05:31:45 Eric Sandall wrote:
> 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
No, it won't happen if the current file's md5 sum already matches the repair
file's one.

LP
--
We cannot command nature except by obeying her. --Sir Francis Bacon
Have a sourcerous day! www.sourcemage.org

Attachment: signature.asc
Description: This is a digitally signed message part.




Archive powered by MHonArc 2.6.24.

Top of Page