Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master z-rejected grimoire by Eric Sandall (b943724d33fd6fd7ba19aaeceda579bb19711470)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master z-rejected grimoire by Eric Sandall (b943724d33fd6fd7ba19aaeceda579bb19711470)
  • Date: Wed, 10 Sep 2008 04:36:57 -0500

GIT changes to master z-rejected grimoire by Eric Sandall
<sandalle AT sourcemage.org>:

z-archive/unace/DETAILS | 2 +-
z-archive/unace/HISTORY | 6 ++++++
z-archive/unace/PRE_BUILD | 3 +++
z-archive/unace/UNATTEND_SAFE | 0
4 files changed, 10 insertions(+), 1 deletion(-)

New commits:
commit b943724d33fd6fd7ba19aaeceda579bb19711470
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

unace: Safe for unattended updates

commit 66dc4dcc69f3c1c5199c99255336fe9f85897986
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

unace: Use versioned SOURCE_DIRECTORY

commit dab760dae0de7c68c411477fd6e0390993d89e27
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

unace: Create SOURCE_DIRECTORY before unpacking, otherwise a file is
created at the same location as SOURCE_DIRECTORY

diff --git a/z-archive/unace/DETAILS b/z-archive/unace/DETAILS
index e145ea0..983525d 100755
--- a/z-archive/unace/DETAILS
+++ b/z-archive/unace/DETAILS
@@ -1,7 +1,7 @@
SPELL=unace
VERSION=2.2
SOURCE=lin${SPELL}22.tgz
-SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-$VERSION
SOURCE_URL[0]=http://download.maxeline.com/winace/${SOURCE}
SOURCE_URL[1]=http://hem.passagen.se/vanlid/winace/${SOURCE}
SOURCE_URL[2]=http://w1.314.telia.com/~u31412016/dload/${SOURCE}
diff --git a/z-archive/unace/HISTORY b/z-archive/unace/HISTORY
index d35c433..f0ea90c 100644
--- a/z-archive/unace/HISTORY
+++ b/z-archive/unace/HISTORY
@@ -1,3 +1,9 @@
+2008-09-10 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Use versioned SOURCE_DIRECTORY
+ * PRE_BUILD: Create SOURCE_DIRECTORY before unpacking, otherwise a
+ file is created at the same location as SOURCE_DIRECTORY
+ * UNATTEND_SAFE: This spell is safe for unattended updates
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.

diff --git a/z-archive/unace/PRE_BUILD b/z-archive/unace/PRE_BUILD
new file mode 100755
index 0000000..777f6c3
--- /dev/null
+++ b/z-archive/unace/PRE_BUILD
@@ -0,0 +1,3 @@
+mk_source_dir $SOURCE_DIRECTORY &&
+cd $SOURCE_DIRECTORY &&
+unpack_file ''
diff --git a/z-archive/unace/UNATTEND_SAFE b/z-archive/unace/UNATTEND_SAFE
new file mode 100644
index 0000000..e69de29



  • [SM-Commit] GIT changes to master z-rejected grimoire by Eric Sandall (b943724d33fd6fd7ba19aaeceda579bb19711470), Eric Sandall, 09/10/2008

Archive powered by MHonArc 2.6.24.

Top of Page