Skip to Content.
Sympa Menu

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

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 (d0cfdf1cd400010209fd5e5c9b2f24172b0ac7ea)
  • Date: Tue, 3 Jun 2008 03:32:49 -0500

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

disk/libisoburn/DETAILS | 13 +++++++++++++
disk/libisoburn/HISTORY | 2 +-
disk/libisoburn/PREPARE | 6 ++++++
disk/libisoburn/PRE_BUILD | 6 ++++++
4 files changed, 26 insertions(+), 1 deletion(-)

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

libisoburn: added svn version of the spell

diff --git a/disk/libisoburn/DETAILS b/disk/libisoburn/DETAILS
index e87eb08..b79bb90 100755
--- a/disk/libisoburn/DETAILS
+++ b/disk/libisoburn/DETAILS
@@ -1,4 +1,17 @@
SPELL=libisoburn
+if [[ $LIBISOBURN_SVN == y ]]; then
+ if [[ $LIBISOBURN_AUTOUPDATE == y ]]; then
+ VERSION=$(date +%Y%m%d)
+ else
+ VERSION=svn
+ fi
+ SOURCE=$SPELL-svn.tar.bz2
+ FORCE_DOWNLOAD=on
+ SOURCE_HINTS=old_svn_compat
+ SOURCE_URL[0]=svn_http://svn.libburnia-project.org/$SPELL/trunk:$SPELL-svn
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-svn
+ SOURCE_IGNORE=volatile
+else
VERSION=0.1.8
SOURCE=$SPELL-$VERSION.pl00.tar.gz
SOURCE_URL[0]=http://files.libburnia-project.org/releases/$SOURCE
diff --git a/disk/libisoburn/HISTORY b/disk/libisoburn/HISTORY
index 96b1025..f66d5c3 100644
--- a/disk/libisoburn/HISTORY
+++ b/disk/libisoburn/HISTORY
@@ -1,2 +1,2 @@
2008-06-03 Vlad Glagolev <stealth AT sourcemage.org>
- * DETAILS, DEPENDS, DETAILS: spell created
+ * PREPARE, PRE_BUILD, DETAILS, DEPENDS: spell created
diff --git a/disk/libisoburn/PREPARE b/disk/libisoburn/PREPARE
new file mode 100755
index 0000000..2541830
--- /dev/null
+++ b/disk/libisoburn/PREPARE
@@ -0,0 +1,6 @@
+config_query LIBISOBURN_SVN "Download latest code?" n &&
+
+if [[ $LIBISOBURN_SVN == y ]]; then
+ config_query LIBISOBURN_AUTOUPDATE \
+ "Automaticaly update the spell on sorcery queue/system-update?" n
+fi
diff --git a/disk/libisoburn/PRE_BUILD b/disk/libisoburn/PRE_BUILD
new file mode 100755
index 0000000..3adab62
--- /dev/null
+++ b/disk/libisoburn/PRE_BUILD
@@ -0,0 +1,6 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+
+if [[ $LIBBURN_SVN == y ]]; then
+ ./bootstrap
+fi



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

Archive powered by MHonArc 2.6.24.

Top of Page