Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master z-rejected grimoire by David Brown (3e5a1ac02498754002b8b73873a78e3eebd035f5)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: David Brown <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master z-rejected grimoire by David Brown (3e5a1ac02498754002b8b73873a78e3eebd035f5)
  • Date: Tue, 22 Aug 2006 01:13:47 -0500

GIT changes to master z-rejected grimoire by David Brown
<dmlb2000@dmlb2000.(none)>:

z-games/duke3d-shareware/BUILD | 10 +---------
z-games/duke3d-shareware/HISTORY | 4 ++++
z-games/duke3d-shareware/INSTALL | 3 +++
3 files changed, 8 insertions(+), 9 deletions(-)

New commits:
commit 3e5a1ac02498754002b8b73873a78e3eebd035f5
Author: David Brown <dmlb2000@dmlb2000.(none)>
Commit: David Brown <dmlb2000@dmlb2000.(none)>

duke3d-shareware updated to build api2 since that's what the grimoire is

diff --git a/z-games/duke3d-shareware/BUILD b/z-games/duke3d-shareware/BUILD
index c9e2eaa..27ba77d 100755
--- a/z-games/duke3d-shareware/BUILD
+++ b/z-games/duke3d-shareware/BUILD
@@ -1,9 +1 @@
-(
-
-DATA="${INSTALL_ROOT}/usr/share/games/duke3d"
-
-prepare_install &&
-mkdir -p $DATA &&
-unzip -o DN3DSW13.SHR *.GRP -d $DATA
-
-) > ${C_FIFO} 2>&1
+true
diff --git a/z-games/duke3d-shareware/HISTORY
b/z-games/duke3d-shareware/HISTORY
index 8b34e02..8a18f6c 100644
--- a/z-games/duke3d-shareware/HISTORY
+++ b/z-games/duke3d-shareware/HISTORY
@@ -1,3 +1,7 @@
+2006-08-21 David Brown <dmlb2000 AT gmail.com>
+ * BUILD: build api 2
+ * INSTALL: added for build api 2
+
2005-12-01 Seth Woolley <seth AT tautology.org>
* DETAILS: MD5 -> SHA512

diff --git a/z-games/duke3d-shareware/INSTALL
b/z-games/duke3d-shareware/INSTALL
new file mode 100755
index 0000000..530a50e
--- /dev/null
+++ b/z-games/duke3d-shareware/INSTALL
@@ -0,0 +1,3 @@
+DATA="${INSTALL_ROOT}/usr/share/games/duke3d"
+mkdir -p $DATA &&
+unzip -o DN3DSW13.SHR *.GRP -d $DATA



  • [SM-Commit] GIT changes to master z-rejected grimoire by David Brown (3e5a1ac02498754002b8b73873a78e3eebd035f5), David Brown, 08/22/2006

Archive powered by MHonArc 2.6.24.

Top of Page