Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master sorcery by Jaka Kranjc (84f2039b875fc3997fa6319ccf7110b063aecd95)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master sorcery by Jaka Kranjc (84f2039b875fc3997fa6319ccf7110b063aecd95)
  • Date: Sat, 15 Mar 2008 12:27:42 -0500

GIT changes to master sorcery by Jaka Kranjc <lynxlynxlynx AT sourcemage.org>:

ChangeLog | 1 +
usr/sbin/gaze | 2 ++
usr/share/man/man1/gaze.1 | 7 +++++--
3 files changed, 8 insertions(+), 2 deletions(-)

New commits:
commit 84f2039b875fc3997fa6319ccf7110b063aecd95
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

gaze, gaze.1: added note about gaze depends working only on enabled deps

diff --git a/ChangeLog b/ChangeLog
index 98f646f..7d4cab1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
2008-03-15 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* cast.8: added missing switches except the dead --url, capitalised
* cleanse: added "--tablet coalesce" to the help
+ * gaze, gaze.1: added note about gaze depends working only on enabled
deps

2008-03-14 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* libsecurity: don't use a hardcoded path in gaze_checkmd5s
diff --git a/usr/sbin/gaze b/usr/sbin/gaze
index 260a06f..471fc0a 100755
--- a/usr/sbin/gaze
+++ b/usr/sbin/gaze
@@ -89,6 +89,8 @@ depends [--fast] spell [level]
recursively depend on this spell,
up to \$level levels (infinity if omitted)
--fast omits some information but runs
faster
+ NOTE: the target spell must be installed and
+ only enabled dependencies are shown

dependencies [-c ] [--no-optionals ] spell [level]
Displays the spells this spell explicitly
diff --git a/usr/share/man/man1/gaze.1 b/usr/share/man/man1/gaze.1
index 617ad57..1af5a97 100644
--- a/usr/share/man/man1/gaze.1
+++ b/usr/share/man/man1/gaze.1
@@ -237,8 +237,11 @@ computes the md5sum on spell sources based on passed
spell(s), section(s) or ent
.PP
.SS depends [--fast] <spell> [<level>]
.IP
-shows the spells that explicitly or recursively depend on this spell.
-Up to level $level if specified.
+shows the spells that explicitly or recursively depend on this
+.I installed
+spell.
+Up to level $level if specified. Only enabled dependencies are shown.
+
If --fast is specified more limited output is produced, but it runs much
faster.
.PP
.SS dependencies [-c ] [--no-optionals ] <spell> [<level>]



  • [SM-Commit] GIT changes to master sorcery by Jaka Kranjc (84f2039b875fc3997fa6319ccf7110b063aecd95), Jaka Kranjc, 03/15/2008

Archive powered by MHonArc 2.6.24.

Top of Page