Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pieter Lenaerts (f9a88b8af52d98588513cfddef899ee0471f9e7c)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pieter Lenaerts <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pieter Lenaerts (f9a88b8af52d98588513cfddef899ee0471f9e7c)
  • Date: Sat, 20 Sep 2008 11:05:40 -0500

GIT changes to master grimoire by Pieter Lenaerts <e-type AT sourcemage.org>:

editors/spe/BUILD | 2 +-
editors/spe/DETAILS | 6 +++---
editors/spe/HISTORY | 6 ++++++
editors/spe/INSTALL | 12 +++++++++++-
editors/spe/SPE-0.8.4.c-wx2.6.1.0.tar.gz.sig |binary
5 files changed, 21 insertions(+), 5 deletions(-)

New commits:
commit f9a88b8af52d98588513cfddef899ee0471f9e7c
Author: Pieter Lenaerts <e-type AT sourcemage.org>
Commit: Pieter Lenaerts <e-type AT sourcemage.org>

spe: updated to 0.8.4-wx2.6.10

diff --git a/editors/spe/BUILD b/editors/spe/BUILD
index 3d7f60b..27ba77d 100755
--- a/editors/spe/BUILD
+++ b/editors/spe/BUILD
@@ -1 +1 @@
-python setup.py build
+true
diff --git a/editors/spe/DETAILS b/editors/spe/DETAILS
index ed98515..b776396 100755
--- a/editors/spe/DETAILS
+++ b/editors/spe/DETAILS
@@ -1,10 +1,10 @@
SPELL=spe
- VERSION=0.8.2.a-wx2.6.1.0
-
SOURCE_HASH='sha512:969995d51e6987ad87f7e321b5e099d61b0911df8f47cc7071774a1a5bec3c95d8d4fb75e16b34076338865d03ee274672bee3e9b8fb9f9d740098b431e83c99'
+ VERSION=0.8.4.c-wx2.6.1.0
SOURCE=SPE-${VERSION}.tar.gz
+ SOURCE_GPG=gurus.gpg:${SOURCE}.sig:WORKS_FOR_ME
SOURCE_URL[0]=http://download.berlios.de/python/${SOURCE}
SOURCE_URL[1]=${SOURCEFORGE_URL}/${SPELL}/${SOURCE}
-SOURCE_DIRECTORY=${BUILD_DIRECTORY}/SPE-${VERSION}
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/_${SPELL}
WEB_SITE=http://pythonide.stani.be/
FRESHMEAT_URL=http://freshmeat.net/projects/${SPELL}/
LICENSE[0]=GPL
diff --git a/editors/spe/HISTORY b/editors/spe/HISTORY
index e0fcaed..e1e27d4 100644
--- a/editors/spe/HISTORY
+++ b/editors/spe/HISTORY
@@ -1,3 +1,9 @@
+2008-09-20 Pieter Lenaerts <e-type AT sourcemage.org>
+ * DETAILS: update to 0.8.4.c-wx2.6.1.0
+ * BUILD: no actions, there's no setup.py anymore
+ * INSTALL: there's no setup.py anymore, copy the source and put an
executable
+ in /usr/bin
+
2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed BUILD_API=2.

diff --git a/editors/spe/INSTALL b/editors/spe/INSTALL
index 762d43b..ce6da1f 100755
--- a/editors/spe/INSTALL
+++ b/editors/spe/INSTALL
@@ -1 +1,11 @@
-python setup.py install
+mkdir -p "${INSTALL_ROOT}/usr/lib/${SPELL}" &&
+
+cp -rv "${SOURCE_DIRECTORY}" "${INSTALL_ROOT}/usr/lib/${SPELL}" &&
+
+cat << EOF > "${INSTALL_ROOT}/usr/bin/${SPELL}" &&
+#!/bin/sh
+cd /usr/lib/spe/_spe
+exec python SPE.py "\$@"
+EOF
+
+chmod 755 "${INSTALL_ROOT}/usr/bin/${SPELL}"
diff --git a/editors/spe/SPE-0.8.4.c-wx2.6.1.0.tar.gz.sig
b/editors/spe/SPE-0.8.4.c-wx2.6.1.0.tar.gz.sig
new file mode 100644
index 0000000..d8945d1
Binary files /dev/null and b/editors/spe/SPE-0.8.4.c-wx2.6.1.0.tar.gz.sig
differ



  • [SM-Commit] GIT changes to master grimoire by Pieter Lenaerts (f9a88b8af52d98588513cfddef899ee0471f9e7c), Pieter Lenaerts, 09/20/2008

Archive powered by MHonArc 2.6.24.

Top of Page