Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (d746f57603e07473fe1ae7ec7f764cea3c34efd5)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (d746f57603e07473fe1ae7ec7f764cea3c34efd5)
  • Date: Mon, 3 Nov 2008 20:05:49 -0600

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ChangeLog | 7 +++
lua-forge/lbase64/BUILD | 1
lua-forge/lbase64/DEPENDS | 1
lua-forge/lbase64/DETAILS | 13 ++++++
lua-forge/lbase64/DETAILS.orig | 13 ++++++
lua-forge/lbase64/HISTORY | 2
lua-forge/lbase64/INSTALL | 3 +
lua-forge/lbase64/PRE_BUILD | 4 +
lua-forge/lmathx/BUILD | 1
lua-forge/lmathx/DEPENDS | 1
lua-forge/lmathx/DETAILS | 14 ++++++
lua-forge/lmathx/DETAILS.orig | 14 ++++++
lua-forge/lmathx/HISTORY | 2
lua-forge/lmathx/INSTALL | 3 +
lua-forge/lmathx/PRE_BUILD | 4 +
lua-forge/lua4/BUILD | 1
lua-forge/lua4/CONFLICTS | 2
lua-forge/lua4/DEPENDS | 1
lua-forge/lua4/DETAILS | 22 ----------
lua-forge/lua4/HISTORY | 29 --------------
lua-forge/lua4/INSTALL | 1
lua-forge/lua4/PRE_BUILD | 1
lua-forge/lua4/TRIGGERS | 1
lua-forge/lua50/BUILD | 1
lua-forge/lua50/CONFLICTS | 2
lua-forge/lua50/DEPENDS | 1
lua-forge/lua50/DETAILS | 23 -----------
lua-forge/lua50/HISTORY | 84
-----------------------------------------
lua-forge/lua50/INSTALL | 1
lua-forge/lua50/PRE_BUILD | 1
lua-forge/lua50/TRIGGERS | 1
31 files changed, 83 insertions(+), 172 deletions(-)

New commits:
commit d746f57603e07473fe1ae7ec7f764cea3c34efd5
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

lua50: removed spell, completed deprecation process

commit b23d7dea4c1f4ff9d9e9b9b60875c80f6a7de1e1
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

lua4: removed spell, completed deprecation process

commit 26828b31ad8c95e60262859d2e73daaa293f32ab
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

lbase64: new spell, base64 library for Lua

commit 84e8d9bee10ab4c2aab67a1c3e29bebd78f952dd
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

lmathx: new spell, extension of the Lua math library with the C99
functions

diff --git a/ChangeLog b/ChangeLog
index 74a02de..0bad4cd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-11-04 Vlad Glagolev <stealth AT sourcemage.org>
+ * lua-forge/lmathx: new spell, extension of the Lua math library with
the
+ C99 functions
+ * lua-forge/lbase64: new spell, base64 library for Lua
+ * lua-forge/lua4: removed spell, completed deprecation process
+ * lua-forge/lua50: removed spell, completed deprecation process
+
2008-11-03 Philippe "Puppet_Master" Caseiro <puppetmaster AT sourcemage.org>
* net/tcpstat: new spell, tcpstat for network statistics

diff --git a/lua-forge/lbase64/BUILD b/lua-forge/lbase64/BUILD
new file mode 100755
index 0000000..8f58e6d
--- /dev/null
+++ b/lua-forge/lbase64/BUILD
@@ -0,0 +1 @@
+make
diff --git a/lua-forge/lbase64/DEPENDS b/lua-forge/lbase64/DEPENDS
new file mode 100755
index 0000000..9dc7219
--- /dev/null
+++ b/lua-forge/lbase64/DEPENDS
@@ -0,0 +1 @@
+depends lua
diff --git a/lua-forge/lbase64/DETAILS b/lua-forge/lbase64/DETAILS
new file mode 100755
index 0000000..d807c84
--- /dev/null
+++ b/lua-forge/lbase64/DETAILS
@@ -0,0 +1,13 @@
+ SPELL=lbase64
+ VERSION=5.1
+ SOURCE=$SPELL.tar.gz
+ SOURCE_URL[0]=http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/$VERSION/$SOURCE
+
SOURCE_HASH=sha512:aedea72d8d806cd3cb935b26f713757f37e80a2f9cd599d4eac470a615dbd684120265b6699e6b62e2999d10b09bd1375f39b186bd2589a443f9afa20e38356a
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/${SPELL#?}"
+ WEB_SITE=http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/#lbase64
+ LICENSE[0]=PD
+ ENTERED=20081104
+ SHORT="base64 library for Lua"
+cat << EOF
+lbase64 is a base64 library for Lua.
+EOF
diff --git a/lua-forge/lbase64/DETAILS.orig b/lua-forge/lbase64/DETAILS.orig
new file mode 100755
index 0000000..d807c84
--- /dev/null
+++ b/lua-forge/lbase64/DETAILS.orig
@@ -0,0 +1,13 @@
+ SPELL=lbase64
+ VERSION=5.1
+ SOURCE=$SPELL.tar.gz
+ SOURCE_URL[0]=http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/$VERSION/$SOURCE
+
SOURCE_HASH=sha512:aedea72d8d806cd3cb935b26f713757f37e80a2f9cd599d4eac470a615dbd684120265b6699e6b62e2999d10b09bd1375f39b186bd2589a443f9afa20e38356a
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/${SPELL#?}"
+ WEB_SITE=http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/#lbase64
+ LICENSE[0]=PD
+ ENTERED=20081104
+ SHORT="base64 library for Lua"
+cat << EOF
+lbase64 is a base64 library for Lua.
+EOF
diff --git a/lua-forge/lbase64/HISTORY b/lua-forge/lbase64/HISTORY
new file mode 100644
index 0000000..483e7c2
--- /dev/null
+++ b/lua-forge/lbase64/HISTORY
@@ -0,0 +1,2 @@
+2008-11-04 Vlad Glagolev <stealth AT sourcemage.org>
+ * BUILD, DEPENDS, PRE_BUILD, DETAILS, INSTALL: spell created
diff --git a/lua-forge/lbase64/INSTALL b/lua-forge/lbase64/INSTALL
new file mode 100755
index 0000000..9087d8f
--- /dev/null
+++ b/lua-forge/lbase64/INSTALL
@@ -0,0 +1,3 @@
+local LUA=$(installed_version lua) &&
+
+install -vm 755 base64.so "$INSTALL_ROOT/usr/lib/lua/${LUA%.?}"
diff --git a/lua-forge/lbase64/PRE_BUILD b/lua-forge/lbase64/PRE_BUILD
new file mode 100755
index 0000000..d79253b
--- /dev/null
+++ b/lua-forge/lbase64/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+
+sed -i "s:/local::;s:#LUA:LUA:" Makefile
diff --git a/lua-forge/lmathx/BUILD b/lua-forge/lmathx/BUILD
new file mode 100755
index 0000000..8f58e6d
--- /dev/null
+++ b/lua-forge/lmathx/BUILD
@@ -0,0 +1 @@
+make
diff --git a/lua-forge/lmathx/DEPENDS b/lua-forge/lmathx/DEPENDS
new file mode 100755
index 0000000..9dc7219
--- /dev/null
+++ b/lua-forge/lmathx/DEPENDS
@@ -0,0 +1 @@
+depends lua
diff --git a/lua-forge/lmathx/DETAILS b/lua-forge/lmathx/DETAILS
new file mode 100755
index 0000000..7732137
--- /dev/null
+++ b/lua-forge/lmathx/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=lmathx
+ VERSION=5.1
+ SOURCE=$SPELL.tar.gz
+ SOURCE_URL[0]=http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/$VERSION/$SOURCE
+
SOURCE_HASH=sha512:3fc0f4855eb0e3720fc7171c3ef4593ccb76ff1e868df4ab9449cb5d30b4a49e88360aa21743cc998b2e9b0b228eef04b651bc3564f6800d6f2e61635e3b2351
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/${SPELL#?}"
+ WEB_SITE=http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/#lmathx
+ LICENSE[0]=PD
+ ENTERED=20081104
+ SHORT="extension of the Lua math library with the C99 functions"
+cat << EOF
+lmathx is an extension of the Lua math library with the functions available
in
+C99 standard.
+EOF
diff --git a/lua-forge/lmathx/DETAILS.orig b/lua-forge/lmathx/DETAILS.orig
new file mode 100755
index 0000000..7732137
--- /dev/null
+++ b/lua-forge/lmathx/DETAILS.orig
@@ -0,0 +1,14 @@
+ SPELL=lmathx
+ VERSION=5.1
+ SOURCE=$SPELL.tar.gz
+ SOURCE_URL[0]=http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/$VERSION/$SOURCE
+
SOURCE_HASH=sha512:3fc0f4855eb0e3720fc7171c3ef4593ccb76ff1e868df4ab9449cb5d30b4a49e88360aa21743cc998b2e9b0b228eef04b651bc3564f6800d6f2e61635e3b2351
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/${SPELL#?}"
+ WEB_SITE=http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/#lmathx
+ LICENSE[0]=PD
+ ENTERED=20081104
+ SHORT="extension of the Lua math library with the C99 functions"
+cat << EOF
+lmathx is an extension of the Lua math library with the functions available
in
+C99 standard.
+EOF
diff --git a/lua-forge/lmathx/HISTORY b/lua-forge/lmathx/HISTORY
new file mode 100644
index 0000000..483e7c2
--- /dev/null
+++ b/lua-forge/lmathx/HISTORY
@@ -0,0 +1,2 @@
+2008-11-04 Vlad Glagolev <stealth AT sourcemage.org>
+ * BUILD, DEPENDS, PRE_BUILD, DETAILS, INSTALL: spell created
diff --git a/lua-forge/lmathx/INSTALL b/lua-forge/lmathx/INSTALL
new file mode 100755
index 0000000..8ff7faf
--- /dev/null
+++ b/lua-forge/lmathx/INSTALL
@@ -0,0 +1,3 @@
+local LUA=$(installed_version lua) &&
+
+install -vm 755 mathx.so "$INSTALL_ROOT/usr/lib/lua/${LUA%.?}"
diff --git a/lua-forge/lmathx/PRE_BUILD b/lua-forge/lmathx/PRE_BUILD
new file mode 100755
index 0000000..d79253b
--- /dev/null
+++ b/lua-forge/lmathx/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+
+sed -i "s:/local::;s:#LUA:LUA:" Makefile
diff --git a/lua-forge/lua4/BUILD b/lua-forge/lua4/BUILD
deleted file mode 100755
index 27ba77d..0000000
--- a/lua-forge/lua4/BUILD
+++ /dev/null
@@ -1 +0,0 @@
-true
diff --git a/lua-forge/lua4/CONFLICTS b/lua-forge/lua4/CONFLICTS
deleted file mode 100755
index 0b4662d..0000000
--- a/lua-forge/lua4/CONFLICTS
+++ /dev/null
@@ -1,2 +0,0 @@
-conflicts lua &&
-conflicts lua50
diff --git a/lua-forge/lua4/DEPENDS b/lua-forge/lua4/DEPENDS
deleted file mode 100755
index 9dc7219..0000000
--- a/lua-forge/lua4/DEPENDS
+++ /dev/null
@@ -1 +0,0 @@
-depends lua
diff --git a/lua-forge/lua4/DETAILS b/lua-forge/lua4/DETAILS
deleted file mode 100755
index cd2e1d5..0000000
--- a/lua-forge/lua4/DETAILS
+++ /dev/null
@@ -1,22 +0,0 @@
- SPELL=lua4
- VERSION=4.0.1
-# SOURCE=${SPELL/4/}-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL/4/}-$VERSION
-# SOURCE_URL[0]=http://www.lua.org/ftp/$SOURCE
-# SOURCE_URL[1]=ftp://ftp.tecgraf.puc-rio.br/pub/lua/$SOURCE
-#
SOURCE_HASH=sha512:9765daf806c956074c5780936b3eb094a87c91b5b774a68298046e391da5217c12a7f24c057f797aa349a88cb74d5bdf7dcf7b894640732a2040b987f09fdccb
- WEB_SITE=http://www.lua.org/
- ENTERED=20040409
- LICENSE[0]=http://www.lua.org/copyright.html#4
- KEYWORDS="devel"
- SHORT="Light-weight programming language"
-cat << EOF
-Lua is a powerful light-weight programming language designed for extending
-applications. Lua is also frequently used as a general-purpose, stand-alone
-language.
-
-Lua combines simple procedural syntax with powerful data description
constructs
-based on associative arrays and extensible semantics. Lua is dynamically
typed,
-interpreted from bytecodes, and has automatic memory management with garbage
-collection, making it ideal for configuration, scripting, and rapid
prototyping.
-EOF
diff --git a/lua-forge/lua4/HISTORY b/lua-forge/lua4/HISTORY
deleted file mode 100644
index 0dc8803..0000000
--- a/lua-forge/lua4/HISTORY
+++ /dev/null
@@ -1,29 +0,0 @@
-2008-08-16 Vlad Glagolev <stealth AT sourcemage.org>
- * DETAILS, DEPENDS, TRIGGERS, BUILD, INSTALL, PRE_BUILD: spell
deprecated
-
-2008-01-10 Vlad Glagolev <stealth AT sourcemage.org>
- * DEPENDS: cleaned up
- * INSTALL: cleaned up, added $INSTALL_ROOT
- * CONFLICTS: cleaned up, added `&&'
-
-2006-12-10 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
- * CONFLICTS: added lua50
-
-2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
- * DETAILS: [automated] Removed UPDATED.
-
-2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
- * DETAILS: [automated] Removed BUILD_API=2.
-
-2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
- * DETAILS: (automated) Add KEYWORDS
-
-2005-11-29 Seth Woolley <seth AT tautology.org>
- * DETAILS: MD5 -> SHA512
-
-2005-10-07 George Sherwood <george AT beernabeer.com>
- * DETAILS, BUILD: Updated for BUILD_API=2
- * INSTALL: Added for BUILD_API=2
-
-2004-09-10 Eric Sandall <sandalle AT sourcemage.org>
- * Added as some packages (uclient) need the old lua
diff --git a/lua-forge/lua4/INSTALL b/lua-forge/lua4/INSTALL
deleted file mode 100755
index 27ba77d..0000000
--- a/lua-forge/lua4/INSTALL
+++ /dev/null
@@ -1 +0,0 @@
-true
diff --git a/lua-forge/lua4/PRE_BUILD b/lua-forge/lua4/PRE_BUILD
deleted file mode 100755
index 27ba77d..0000000
--- a/lua-forge/lua4/PRE_BUILD
+++ /dev/null
@@ -1 +0,0 @@
-true
diff --git a/lua-forge/lua4/TRIGGERS b/lua-forge/lua4/TRIGGERS
deleted file mode 100755
index 4f07845..0000000
--- a/lua-forge/lua4/TRIGGERS
+++ /dev/null
@@ -1 +0,0 @@
-on_cast lua4 dispel_self
diff --git a/lua-forge/lua50/BUILD b/lua-forge/lua50/BUILD
deleted file mode 100755
index 27ba77d..0000000
--- a/lua-forge/lua50/BUILD
+++ /dev/null
@@ -1 +0,0 @@
-true
diff --git a/lua-forge/lua50/CONFLICTS b/lua-forge/lua50/CONFLICTS
deleted file mode 100755
index c13cbd9..0000000
--- a/lua-forge/lua50/CONFLICTS
+++ /dev/null
@@ -1,2 +0,0 @@
-conflicts lua &&
-conflicts lua4
diff --git a/lua-forge/lua50/DEPENDS b/lua-forge/lua50/DEPENDS
deleted file mode 100755
index 9dc7219..0000000
--- a/lua-forge/lua50/DEPENDS
+++ /dev/null
@@ -1 +0,0 @@
-depends lua
diff --git a/lua-forge/lua50/DETAILS b/lua-forge/lua50/DETAILS
deleted file mode 100755
index fe1be10..0000000
--- a/lua-forge/lua50/DETAILS
+++ /dev/null
@@ -1,23 +0,0 @@
- SPELL=lua50
- PKG=lua
- VERSION=5.0
-# SOURCE=$PKG-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$PKG-$VERSION
-# SOURCE_URL[0]=http://www.lua.org/ftp/$SOURCE
-# SOURCE_URL[1]=ftp://ftp.tecgraf.puc-rio.br/pub/lua/$SOURCE
-#
SOURCE_HASH=sha512:1594370b5c0aca596437d80f34093e9617679525ac38d7e6e6e3928dd5bfc6694ff8362ec5813a0c871971cac95d609ea10e02630ce978ea08b8f0c20a3a6bea
- WEB_SITE=http://www.lua.org/
- ENTERED=20020309
- LICENSE[0]=MIT
- KEYWORDS="devel"
- SHORT="Light-weight programming language"
-cat << EOF
-Lua is a powerful light-weight programming language designed for extending
-applications. Lua is also frequently used as a general-purpose, stand-alone
-language.
-
-Lua combines simple procedural syntax with powerful data description
constructs
-based on associative arrays and extensible semantics. Lua is dynamically
typed,
-interpreted from bytecodes, and has automatic memory management with garbage
-collection, making it ideal for configuration, scripting, and rapid
prototyping.
-EOF
diff --git a/lua-forge/lua50/HISTORY b/lua-forge/lua50/HISTORY
deleted file mode 100644
index 86cf712..0000000
--- a/lua-forge/lua50/HISTORY
+++ /dev/null
@@ -1,84 +0,0 @@
-2008-08-16 Vlad Glagolev <stealth AT sourcemage.org>
- * DETAILS, DEPENDS, BUILD, INSTALL, PRE_BUILD, TRIGGERS: spell
deprecated
-
-2008-01-10 Vlad Glagolev <stealth AT sourcemage.org>
- * DEPENDS: cleaned up
- * PRE_BUILD: cleaned up, `sedit' => `sed -i'
- * CONFLICTS: cleaned up, added `&&'
-
-2006-12-10 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
- * DETAILS: branched off from lua
- * PRE_BUILD: minor fixes, minor fix
- * BUILD: removed
- * INSTALL: removed
- * lua-5.1-dynlib.patch: removed
- * CONFLICTS: added lua
-
-2006-09-28 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
- * DETAILS: patchlevel++
- * DEPENDS: added ncurses and readline
- * INSTALL: install the .so
- * PRE_BUILD: apply lua-5.1-dynlib.patch to build .so
- proper MANDIRs, proper CFLAGS
- * lua-5.1-dynlib.patch: addde to generate .so from
-
http://cvs.mandriva.com/cgi-bin/viewvc.cgi/SPECS/lua/lua-5.1-dynlib.patch?view=markup
- * BUILD: cleanup
-
-2006-09-23 Anton Brondz <dinolinux AT sourcemage.org>
- * DETAILS: updated to 5.1.1
-
-2006-09-23 Juuso Alasuutari <iuso AT sourcemage.org>
- * PRE_BUILD: Added, fixes invalid prefix in etc/lua.pc.
- * DETAILS: PATCHLEVEL++
- * INSTALL: Changed install to cp.
-
-2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
- * DETAILS: [automated] Removed BUILD_API=2.
-
-2006-08-15 Juuso Alasuutari <iuso AT sourcemage.org>
- * DETAILS: [automated] Removed UPDATED (deprecated in favor of
- PATCHLEVEL).
-
-2006-07-01 Arjan Bouter <abouter AT sourcemage.org>
- * INSTALL: added install of lua.pc
-
-2006-05-20 Pieter Lenaerts <e-type AT sourcemage.org>
- * DETAILS: updated to 5.1
- * BUILD, INSTALL: so targets don't exist anymore
-
-2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
- * DETAILS: (automated) Add KEYWORDS
-
-2005-11-29 Seth Woolley <seth AT tautology.org>
- * DETAILS: MD5 -> SHA512
-
-2005-10-07 George Sherwood <george AT beernabeer.com>
- * DETAILS, BUILD: Updated to BUILD_API=2
- * INSTALL: Added for BUILD_API=2
-
-2005-05-10 Eric Sandall <sandalle AT sourcemage.org>
- * CONFLICTS: Typo'd lua instead of lua4
-
-2004-04-10 Eric Sandall <sandalle AT sourcemage.org>
- * CONFLICTS: Added conflicts with lua4
-
-2004-03-24 Robert Helgesson <rycee AT home.se>
- * BUILD: Cleanup. Actually install stuff *other* than the libraries as
- well. Also added support for dynamic library loading.
- * DETAILS: Updated to version 5.0.2. Added / at the end of WEB_SITE.
-
-2004-03-08 Eric Sandall <sandalle AT sourcemage.org>
- * BUILD: Install shared libraries (Bug #6315)
- * DETAILS: Updated UPDATED
- Removed MAINTAINER
- * HISTORY: Formatted to Guru Handbook
-
-2003-04-15 Julian v. Bock <julian AT wongr.net>
- * DETAILS: set VERSION to 5.0; set LICENSE to MIT.
-
-2002-10-03 Julian v. Bock <julian AT wongr.net>
- * DETAILS: add LICENSE and MD5 fields.
-
-2002-07-09 Julian v. Bock <julian AT wongr.net>
- * DETAILS: set version to 4.0.1; set SOURCE_DIRECTORY
- to $BUILD_DIRECTORY/$SPELL-$VERSION.
diff --git a/lua-forge/lua50/INSTALL b/lua-forge/lua50/INSTALL
deleted file mode 100755
index 27ba77d..0000000
--- a/lua-forge/lua50/INSTALL
+++ /dev/null
@@ -1 +0,0 @@
-true
diff --git a/lua-forge/lua50/PRE_BUILD b/lua-forge/lua50/PRE_BUILD
deleted file mode 100755
index 27ba77d..0000000
--- a/lua-forge/lua50/PRE_BUILD
+++ /dev/null
@@ -1 +0,0 @@
-true
diff --git a/lua-forge/lua50/TRIGGERS b/lua-forge/lua50/TRIGGERS
deleted file mode 100755
index 14fcc7d..0000000
--- a/lua-forge/lua50/TRIGGERS
+++ /dev/null
@@ -1 +0,0 @@
-on_cast lua50 dispel_self



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (d746f57603e07473fe1ae7ec7f764cea3c34efd5), Vlad Glagolev, 11/03/2008

Archive powered by MHonArc 2.6.24.

Top of Page