Skip to Content.
Sympa Menu

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

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 (5dfb7b3a8136fdc4efbc1aa0b52cd71a7275e27f)
  • Date: Thu, 2 Oct 2008 04:15:10 -0500

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

crypto/twofish-py/DETAILS | 2 +-
crypto/twofish-py/HISTORY | 5 +++++
crypto/twofish-py/PRE_BUILD | 2 +-
crypto/twofish-py/TRIGGERS | 1 +
4 files changed, 8 insertions(+), 2 deletions(-)

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

twofish-py: added triggers to recast on cast python

diff --git a/crypto/twofish-py/DETAILS b/crypto/twofish-py/DETAILS
index d025916..603734c 100755
--- a/crypto/twofish-py/DETAILS
+++ b/crypto/twofish-py/DETAILS
@@ -3,7 +3,7 @@
SOURCE=twofishmodule-$VERSION.tar.gz
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE

SOURCE_HASH=sha512:95f57f3c3fb6791f4f1f40be080890a0bf1a1f4693b3d39d17326cae09b5a183962f31e672ec70f471b3c291a68ef89179daddc79fc65e9da1abb608ca9c2787
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/twofishmodule-$VERSION
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/twofishmodule-$VERSION"
WEB_SITE=http://sourceforge.net/projects/twofish-py/
LICENSE[0]=BSD
ENTERED=20080613
diff --git a/crypto/twofish-py/HISTORY b/crypto/twofish-py/HISTORY
index bfa6a4b..8d7897d 100644
--- a/crypto/twofish-py/HISTORY
+++ b/crypto/twofish-py/HISTORY
@@ -1,2 +1,7 @@
+2008-10-02 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: PATCHLEVEL=1; quoting paths
+ * PRE_BUILD: quoting paths
+ * TRIGGERS: added, recast on cast python
+
2008-06-13 Vlad Glagolev <stealth AT sourcemage.org>
* DEPENDS, DETAILS, INSTALL, PRE_BUILD: spell created
diff --git a/crypto/twofish-py/PRE_BUILD b/crypto/twofish-py/PRE_BUILD
index 80e6494..64fd746 100755
--- a/crypto/twofish-py/PRE_BUILD
+++ b/crypto/twofish-py/PRE_BUILD
@@ -1,5 +1,5 @@
default_pre_build &&
-cd $SOURCE_DIRECTORY &&
+cd "$SOURCE_DIRECTORY" &&

autoconf &&

diff --git a/crypto/twofish-py/TRIGGERS b/crypto/twofish-py/TRIGGERS
new file mode 100755
index 0000000..863aef7
--- /dev/null
+++ b/crypto/twofish-py/TRIGGERS
@@ -0,0 +1 @@
+on_cast python cast_self



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (5dfb7b3a8136fdc4efbc1aa0b52cd71a7275e27f), Vlad Glagolev, 10/02/2008

Archive powered by MHonArc 2.6.24.

Top of Page