Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (5569c5db24c83786de5106fb63367bf20bf68f20)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (5569c5db24c83786de5106fb63367bf20bf68f20)
  • Date: Sat, 11 Nov 2006 06:47:18 -0600

GIT changes to master grimoire by Treeve Jelbert <treeve AT scarlet.be>:

libs/slib/CONFIGURE | 16 ----------------
libs/slib/CONFLICTS | 1 -
libs/slib/DETAILS | 4 ++--
libs/slib/HISTORY | 6 ++++++
libs/slib/INSTALL | 16 +++++++++-------
5 files changed, 17 insertions(+), 26 deletions(-)

New commits:
commit 29bfaa8903be07036756c25ef3184e121dbc805a
Author: Treeve Jelbert <treeve AT scarlet.be>
Commit: Treeve Jelbert <treeve AT scarlet.be>

slib-3a4

diff --git a/libs/slib/CONFIGURE b/libs/slib/CONFIGURE
deleted file mode 100755
index 55601be..0000000
--- a/libs/slib/CONFIGURE
+++ /dev/null
@@ -1,16 +0,0 @@
-if [ -f /etc/sorcery/local/depends/guile.p ]
-then
- . /etc/sorcery/local/depends/guile.p
-fi
-
-if [ "$G_18" = "y" ]
-then
- message "\n${MESSAGE_COLOR}" \
- "${SPELL} isn't released for guile 1.8, so it may not works\n\n"
-
- if ! query "Would you like to continue?" n;
- then
- message "${MESSAGE_COLOR}Please recast later!\n"
- return 1
- fi
-fi
diff --git a/libs/slib/CONFLICTS b/libs/slib/CONFLICTS
deleted file mode 100755
index 8269c57..0000000
--- a/libs/slib/CONFLICTS
+++ /dev/null
@@ -1 +0,0 @@
-conflicts slib y
diff --git a/libs/slib/DETAILS b/libs/slib/DETAILS
index 20f7c66..dd87eda 100755
--- a/libs/slib/DETAILS
+++ b/libs/slib/DETAILS
@@ -1,6 +1,6 @@
SPELL=slib
- VERSION=3a3
-
SOURCE_HASH=sha512:bba040a65b6576d60468e9f0639734eccd1787f49f2dbdb6197ffc1cf2f844297aa290a540d143072730ae60b8c0fda58c246dfc140fd596310571d75cf4e6c8
+ VERSION=3a4
+
SOURCE_HASH=sha512:3b80bdcdd2a1174b5d4e687efa726242d3aac72db665fcfa1abfedc383c541d9bda82b526a990d2b0c191f1c8031a57b16842369f281a6469513b23eae84884c
SOURCE=$SPELL$VERSION.zip
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
SOURCE_URL[0]=http://swissnet.ai.mit.edu/ftpdir/scm/$SOURCE
diff --git a/libs/slib/HISTORY b/libs/slib/HISTORY
index afb81a8..24b439a 100644
--- a/libs/slib/HISTORY
+++ b/libs/slib/HISTORY
@@ -1,3 +1,9 @@
+2006-11-01 Treeve Jelbert <treeve AT pi.be>
+ * DETAILS: version 3a4
+ * CONFIGURE: deleted, slib now supports guile-1.8
+ * INSTALL: install to /usr/lib/slib
+ * CONFLICTS: deleted, not needed
+
2006-10-11 Maurizio Boriani <baux AT sourcemage.org>
* CONFIGURE: Add warning about guile major update.

diff --git a/libs/slib/INSTALL b/libs/slib/INSTALL
index 758fae6..7533f3c 100755
--- a/libs/slib/INSTALL
+++ b/libs/slib/INSTALL
@@ -1,8 +1,10 @@
-local GUILE &&
-GUILE=${INSTALL_ROOT}/usr/share/guile/`installed_version guile|cut
-c-3`/slib &&
-mkdir -p $GUILE &&
-cp * $GUILE &&
-
+local GUILE SLIB &&
+#GUILE=${INSTALL_ROOT}/usr/share/guile/`installed_version guile|cut
-c-3`/slib &&
+GUILE=${TRACK_ROOT}/usr/share/guile/site &&
+SLIB=${INSTALL_ROOT}/usr/lib/slib &&
+mkdir -p $SLIB &&
+cp * $SLIB &&
+ln -sf $SLIB $GUILE &&
# initialize
-guile -s $GUILE/guile.init &&
-guile -c "(use-modules (ice-9 slib)) (require 'new-catalog)" "/"
+guile -s $SLIB/guile.init -c \
+"(use-modules (ice-9 slib)) (require 'new-catalog)" "(exit)"



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (5569c5db24c83786de5106fb63367bf20bf68f20), Treeve Jelbert, 11/11/2006

Archive powered by MHonArc 2.6.24.

Top of Page