Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Andra?? Levstik (5aa151acdcb96d0b9c927105d4103acee35dace3)

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 grimoire by Andra?? Levstik (5aa151acdcb96d0b9c927105d4103acee35dace3)
  • Date: Sat, 5 Aug 2006 11:52:03 -0500

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

ChangeLog | 3 +++
dev/null |binary
smgl/guru-tools/DETAILS | 8 +++-----
smgl/guru-tools/HISTORY | 3 +++
smgl/guru-tools/guru-tools-1.7.tar.bz2.sig | 0
smgl/quill/BUILD | 1 +
smgl/quill/DEPENDS | 2 ++
smgl/quill/DETAILS | 16 ++++++++++++++++
smgl/quill/HISTORY | 3 +++
smgl/quill/INSTALL | 1 +
smgl/quill/quill.gpg |binary
11 files changed, 32 insertions(+), 5 deletions(-)

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

Minor fixup of the url

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

Minor correction in source url

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

guru-tools: update to 1.8 - removed quill from the tarball
quill: new spell version 0.1

diff --git a/ChangeLog b/ChangeLog
index 5717e13..77c7d8b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2006-08-05 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * smgl/quill: quill added as a separate spell
+
2006-08-05 Juuso Alasuutari <iuso AT sourcemage.org>
* audio-players/fluidsynth: Deleted, moved to audio-creation.
* audio-creation/fluidsynth: Added.
diff --git a/smgl/guru-tools/DETAILS b/smgl/guru-tools/DETAILS
index a24a196..caedbfa 100755
--- a/smgl/guru-tools/DETAILS
+++ b/smgl/guru-tools/DETAILS
@@ -1,14 +1,12 @@
SPELL=guru-tools
- VERSION=1.7
+ VERSION=1.8
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL}-${VERSION}
- SOURCE_URL[0]=http://w3studi.informatik.uni-stuttgart.de/~vonmerad/$SOURCE
- SOURCE_GPG="gurus.gpg:$SOURCE.sig:UPSTREAM_HASH"
+ SOURCE_URL[0]=http://download.sourcemage.org/distro/misc/$SOURCE
+
SOURCE_HASH=sha512:6f9930f01cc300eaad7feec5ed2b339e828f44c1e8bd3355911b02db86bfa9ff663199619c935e7df007fc5e33561fc9dbd815110056ef35b0c2731577d023e6
WEB_SITE=http://www.sourcemage.org
ENTERED=20030602
- UPDATED=20040714
LICENSE=GPL
- BUILD_API=2
KEYWORDS="smgl"
SHORT="Collection of useful Guru Tools."
cat << EOF
diff --git a/smgl/guru-tools/HISTORY b/smgl/guru-tools/HISTORY
index d52bda9..22feae6 100644
--- a/smgl/guru-tools/HISTORY
+++ b/smgl/guru-tools/HISTORY
@@ -1,3 +1,6 @@
+2006-08-05 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * DETAILS: updated to 1.8 removed quill
+
2006-07-08 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* update_spell.summon.patch, PRE_BUILD: added to fix ancient #7287
* INSTALL: make it work with stage root sorcery
diff --git a/smgl/guru-tools/guru-tools-1.7.tar.bz2.sig
b/smgl/guru-tools/guru-tools-1.7.tar.bz2.sig
deleted file mode 100644
index 90a807a..0000000
Binary files a/smgl/guru-tools/guru-tools-1.7.tar.bz2.sig and /dev/null differ
diff --git a/smgl/quill/BUILD b/smgl/quill/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/smgl/quill/BUILD
@@ -0,0 +1 @@
+true
diff --git a/smgl/quill/DEPENDS b/smgl/quill/DEPENDS
new file mode 100755
index 0000000..a3cb754
--- /dev/null
+++ b/smgl/quill/DEPENDS
@@ -0,0 +1,2 @@
+optional_depends "xml-twig" "" "" "For freshmeat xml support." &&
+optional_depends "curl" "" "" "For freshmeat xml support."
diff --git a/smgl/quill/DETAILS b/smgl/quill/DETAILS
new file mode 100755
index 0000000..e65e13c
--- /dev/null
+++ b/smgl/quill/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=quill
+ VERSION=0.1
+ SOURCE=$SPELL-$VERSION.tar.bz2
+ SOURCE2=$SOURCE.sig
+ SOURCE_URL[0]=http://download.sourcemage.org/projects/quill/$SOURCE
+ SOURCE2_URL[0]=http://download.sourcemage.org/projects/quill/$SOURCE2
+ SOURCE_GPG="quill.gpg:$SOURCE2:VERIFIED_UPSTREAM_KEY"
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
+ WEB_SITE=http://www.sourcemage.org
+ LICENSE[0]=GPL
+ KEYWORDS="smgl"
+ SHORT="quill - a spell creator script."
+cat << EOF
+A spell generator script. It's meant to eventually become the be all for
+spell creation and updates.
+EOF
diff --git a/smgl/quill/HISTORY b/smgl/quill/HISTORY
new file mode 100644
index 0000000..7c4e6dd
--- /dev/null
+++ b/smgl/quill/HISTORY
@@ -0,0 +1,3 @@
+2006-08-05 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * DETAILS, DEPENDS, BUILD, INSTALL, HISTORY: created spell
+ * quill.gpg: added special key for quill
diff --git a/smgl/quill/INSTALL b/smgl/quill/INSTALL
new file mode 100755
index 0000000..313622b
--- /dev/null
+++ b/smgl/quill/INSTALL
@@ -0,0 +1 @@
+./install.sh install "$INSTALL_ROOT"
diff --git a/smgl/quill/quill.gpg b/smgl/quill/quill.gpg
new file mode 100644
index 0000000..73b0fa7
Binary files /dev/null and b/smgl/quill/quill.gpg differ



  • [SM-Commit] GIT changes to master grimoire by Andra?? Levstik (5aa151acdcb96d0b9c927105d4103acee35dace3), Andra?? Levstik, 08/05/2006

Archive powered by MHonArc 2.6.24.

Top of Page