Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master quill by Andra?? Levstik (3581451e83b9d43d1133f45cf065e5ced5a3c538)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Andra?? Levstik <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master quill by Andra?? Levstik (3581451e83b9d43d1133f45cf065e5ced5a3c538)
  • Date: Sat, 5 Aug 2006 14:27:47 -0500

GIT changes to master quill by Andra?? Levstik <ruskie AT mages.ath.cx>:

var/lib/quill/modules/libcore | 10 +++++-----
var/lib/quill/version | 2 +-
2 files changed, 6 insertions(+), 6 deletions(-)

New commits:
commit 3581451e83b9d43d1133f45cf065e5ced5a3c538
Author: Andra?? Levstik <ruskie AT mages.ath.cx>
Commit: Andra?? Levstik <ruskie AT mages.ath.cx>

Minor fixes due to ()

commit d771a8348674a7c43d559f236e0d4d9b618095fd
Author: Andra?? Levstik <ruskie AT mages.ath.cx>
Commit: Andra?? Levstik <ruskie AT mages.ath.cx>

Minor fix

diff --git a/var/lib/quill/modules/libcore b/var/lib/quill/modules/libcore
index b5e7b5f..d4ba180 100644
--- a/var/lib/quill/modules/libcore
+++ b/var/lib/quill/modules/libcore
@@ -79,10 +79,10 @@ function quill_welcome() {
message "This makes an immediately useable spell from some minor data."
message "Does not create a \$SPELL-\$VERSION SOURCE construct but uses
real filename"
message
"-----------------------------------------------------------------------------"
- message "The spell will be put into a grimoire/section you define(if you
choose to)"
+ message "The spell will be put into a grimoire/section you define if you
choose to"
message "and a tar.bz2 file will be created in $QUILL_SPELL_DIR."
message
"-----------------------------------------------------------------------------"
- message "All lists should be space delimited(dependencies and optional
dependencies)
+ message "All lists should be space delimited - dependencies and optional
dependencies"
message
"-----------------------------------------------------------------------------"
}

@@ -117,10 +117,10 @@ ## @Synopsis function to put the spell i
#---
function quill_final_put_in_grimoire() {
message "You have selected to put the spell into the grimoire"
- message "Please note there will also be a spell tarball(if so desired) in"
+ message "Please note there will also be a spell tarball - if so desired
in"
message "${USER_HOME}/${QUILL_SPELLDIR} as will be a spelldir"
message
"-----------------------------------------------------------------------------"
- message "Into which grimoire do you wish to put the spell(FULL path to
it):"
+ message "Into which grimoire do you wish to put the spell FULL path to it:"
# quill_list_grimoires
read QUILL_GRIM_NAME
message "Into which section do you wish to put the spell:"
@@ -143,7 +143,7 @@ #---
## @Synopsis function that displays help and exits
#---
function quill_help() {
- message "USAGE: quill [OPTIONS]
+ message -e "USAGE: quill [OPTIONS]

OPTIONS:
--fmxml, -f <SPELL> get spell data from Freshmeat if possible
diff --git a/var/lib/quill/version b/var/lib/quill/version
index 49d5957..17e51c3 100644
--- a/var/lib/quill/version
+++ b/var/lib/quill/version
@@ -1 +1 @@
-0.1
+0.1.1



  • [SM-Commit] GIT changes to master quill by Andra?? Levstik (3581451e83b9d43d1133f45cf065e5ced5a3c538), Andra?? Levstik, 08/05/2006

Archive powered by MHonArc 2.6.24.

Top of Page