Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (e7d43320f4e6a6f82a1092377658a0dd73adc10f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (e7d43320f4e6a6f82a1092377658a0dd73adc10f)
  • Date: Tue, 25 Nov 2008 21:01:29 -0600

GIT changes to master grimoire by George Sherwood <gsherwood AT sourcemage.org>:

shell-term-fm/bash-completion/DETAILS | 2 +-
shell-term-fm/bash-completion/HISTORY | 4 ++++
shell-term-fm/bash-completion/smgl_completion | 12 ++++++------
3 files changed, 11 insertions(+), 7 deletions(-)

New commits:
commit e7d43320f4e6a6f82a1092377658a0dd73adc10f
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

bash-completion: Added gaze time to completion list. PATCHLEVEL++

diff --git a/shell-term-fm/bash-completion/DETAILS
b/shell-term-fm/bash-completion/DETAILS
index 81eeba0..ea66041 100755
--- a/shell-term-fm/bash-completion/DETAILS
+++ b/shell-term-fm/bash-completion/DETAILS
@@ -6,7 +6,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/bash_completion
SOURCE_URL[0]=http://www.caliban.org/files/bash/$SOURCE
WEB_SITE=http://www.caliban.org/bash/index.shtml#completion
ENTERED=20020215
- PATCHLEVEL=3
+ PATCHLEVEL=4
LICENSE[0]=GPL
KEYWORDS="bash console"
SHORT="bash programmable completion"
diff --git a/shell-term-fm/bash-completion/HISTORY
b/shell-term-fm/bash-completion/HISTORY
index 71bc4c0..ea6083b 100644
--- a/shell-term-fm/bash-completion/HISTORY
+++ b/shell-term-fm/bash-completion/HISTORY
@@ -1,3 +1,7 @@
+2008-11-25 George Sherwood <gsherwood AT sourcemage.org>
+ * DETAILS: PATCHLEVEL++
+ * smgl_completion: Added time to gaze
+
2008-08-29 George Sherwood <gsherwood AT sourcemage.org>
* DETAILS: PATCHLEVEL++
* INSTALL: install telinit_completion
diff --git a/shell-term-fm/bash-completion/smgl_completion
b/shell-term-fm/bash-completion/smgl_completion
index 0fd0443..cc80c6d 100644
--- a/shell-term-fm/bash-completion/smgl_completion
+++ b/shell-term-fm/bash-completion/smgl_completion
@@ -64,18 +64,18 @@ _gaze()

if [ $COMP_CWORD = 1 ]; then
COMPREPLY=( $( compgen -W 'alien from search service provides what \
- where website install installed compile sources history sum \
- md5sum export import section maintainer grimoire html newer \
- older prune voyeur pam orphans depends spider version
versions \
- DETAILS CONFIGURE DEPENDS CONFLICTS PRE_BUILD BUILD
POST_BUILD \
- POST_INSTALL POST_REMOVE HISTORY INSTALL FINAL' $cur ))
+ where website install installed compile sources history sum \
+ md5sum export import section maintainer grimoire html newer \
+ older prune voyeur pam orphans depends spider time version
versions \
+ DETAILS CONFIGURE DEPENDS CONFLICTS PRE_BUILD BUILD POST_BUILD \
+ POST_INSTALL POST_REMOVE HISTORY INSTALL FINAL' $cur ))
elif [ $COMP_CWORD = 2 ]; then
case "$prev" in
@(what|where|website|sources|maintainer|depends|history|version*))
_spell_list
return 0
;;
- @(compile|install|sum|md5sum))
+ @(compile|install|sum|time|md5sum))
_spell_list
return 0
;;



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (e7d43320f4e6a6f82a1092377658a0dd73adc10f), George Sherwood, 11/25/2008

Archive powered by MHonArc 2.6.24.

Top of Page