Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master z-rejected grimoire by Julien ROZO (3be725f12d1715c27cb37d31bc7ce4f63ca55d7b)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Julien ROZO <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master z-rejected grimoire by Julien ROZO (3be725f12d1715c27cb37d31bc7ce4f63ca55d7b)
  • Date: Mon, 10 Nov 2008 04:50:17 -0600

GIT changes to master z-rejected grimoire by Julien ROZO <julien AT rozo.org>:

ChangeLog | 3 +++
z-games/openarena-bin/BUILD | 1 -
z-games/openarena-bin/DEPENDS | 5 -----
z-games/openarena-bin/DETAILS | 19 -------------------
z-games/openarena-bin/HISTORY | 16 ----------------
z-games/openarena-bin/INSTALL | 8 --------
z-games/openarena-bin/POST_INSTALL | 13 -------------
z-games/openarena-bin/PREPARE | 1 -
z-games/openarena-bin/PRE_BUILD | 7 -------
z-games/openarena-bin/oa_ded | 14 --------------
z-games/openarena-bin/openarena | 14 --------------
11 files changed, 3 insertions(+), 98 deletions(-)

New commits:
commit 3be725f12d1715c27cb37d31bc7ce4f63ca55d7b
Author: Julien ROZO <julien AT rozo.org>
Commit: Julien ROZO <julien AT rozo.org>

openarena-bin: moved to binary grimoire

commit d8693fd44de65a9575e8066c288d3dba1fefe5ca
Author: Julien ROZO <julien AT rozo.org>
Commit: Julien ROZO <julien AT rozo.org>

openarena-bin: added PRE_INSTALL to remove Windows and Mac OS X files
before installation

diff --git a/ChangeLog b/ChangeLog
index a09bc13..64e803e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-11-10 Julien "_kaze_" ROZO <julien AT rozo.org>
+ * z-games/openarena-bin: moved spell to binary grimoire
+
2008-10-30 Ladislav Hagara <hgr AT vabo.cz>
* z-audio/baudline: new spell
a time-frequency browser designed for scientific visualization
diff --git a/z-games/openarena-bin/BUILD b/z-games/openarena-bin/BUILD
deleted file mode 100755
index 27ba77d..0000000
--- a/z-games/openarena-bin/BUILD
+++ /dev/null
@@ -1 +0,0 @@
-true
diff --git a/z-games/openarena-bin/DEPENDS b/z-games/openarena-bin/DEPENDS
deleted file mode 100755
index 2ef3741..0000000
--- a/z-games/openarena-bin/DEPENDS
+++ /dev/null
@@ -1,5 +0,0 @@
-depends OPENGL &&
-depends openal &&
-depends sdl &&
-depends curl &&
-depends libvorbis
diff --git a/z-games/openarena-bin/DETAILS b/z-games/openarena-bin/DETAILS
deleted file mode 100755
index 79b7641..0000000
--- a/z-games/openarena-bin/DETAILS
+++ /dev/null
@@ -1,19 +0,0 @@
- SPELL=openarena-bin
- SPELLX=openarena
- VERSION=0.8.1
- VER=081
- SOURCE=oa${VER}.zip
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELLX}-${VERSION}
- SOURCE_URL=http://download.tuxfamily.org/${SPELLX}/rel/${VER}/${SOURCE}
-
SOURCE_HASH=sha512:99371917c3987af2f7291b1786dc7371b617d36fd303a5f6f9dbc7721f42a875309298f9a44dc337b019e802462fd1d5f8956f25468b2a8a2cd0cf4df436eb34
- LICENSE=GPL
- WEB_SITE=http://openarena.ws/
- ENTERED=20080422
- ARCHIVE="off"
- REJECT="binary distribution"
- SHORT="an open-source FPS based on Q3A engine"
-cat << EOF
-OpenArena is an open-source content package for Quake III Arena licensed
under
-the GPL, effectively creating a free stand-alone game.
-You do not need Quake III Arena to play this game.
-EOF
diff --git a/z-games/openarena-bin/HISTORY b/z-games/openarena-bin/HISTORY
deleted file mode 100644
index 8784838..0000000
--- a/z-games/openarena-bin/HISTORY
+++ /dev/null
@@ -1,16 +0,0 @@
-2008-11-02 Julien "_kaze_" ROZO <julien AT rozo.org>
- * DETAILS: updated version to 0.8.1
- * INSTALL: removed permissions fix on scripts installed from
SPELL_DIRECTORY
- * POST_INSTALL: added games_make_proper_binary call to redefined
- default_post_install to fix permissions on those scripts
-
-2008-08-18 Julien "_kaze_" ROZO <julien AT rozo.org>
- * INSTALL: fixed permissions on scripts installed from SPELL_DIRECTORY
-
-2008-08-09 Julien "_kaze_" ROZO <julien AT rozo.org>
- * DETAILS: updated version to 0.8.0
-
-2008-04-22 Julien "_kaze_" ROZO <julien AT rozo.org>
- * BUILD, DEPENDS, DETAILS, INSTALL, POST_INSTALL, PRE_BUILD, PREPARE,
- oa_ded, openarena: created this spell
-
diff --git a/z-games/openarena-bin/INSTALL b/z-games/openarena-bin/INSTALL
deleted file mode 100755
index d6b856a..0000000
--- a/z-games/openarena-bin/INSTALL
+++ /dev/null
@@ -1,8 +0,0 @@
-INSTALL_DIR=${INSTALL_ROOT}/opt/openarena &&
-mkdir $INSTALL_DIR &&
-cp -v ${SPELL_DIRECTORY}/openarena ${INSTALL_ROOT}/usr/games &&
-cp -v ${SPELL_DIRECTORY}/oa_ded ${INSTALL_ROOT}/usr/games &&
-cp -rv * $INSTALL_DIR &&
-cd $INSTALL_DIR &&
-find_and_scam &&
-chmod 750 {oa_ded,openarena}.{i386,x86_64}
diff --git a/z-games/openarena-bin/POST_INSTALL
b/z-games/openarena-bin/POST_INSTALL
deleted file mode 100755
index 0577233..0000000
--- a/z-games/openarena-bin/POST_INSTALL
+++ /dev/null
@@ -1,13 +0,0 @@
-#
-# The default_post_install in this section tries to remove a lot of stuff in
-# /usr/share/games/
-# This spell installed nothing in /usr/share/games/
-# so there is nothing to remove
-#
-
-function default_post_install() {
- games_make_proper_binary &&
- real_default_post_install
-}
-
-default_post_install
diff --git a/z-games/openarena-bin/PREPARE b/z-games/openarena-bin/PREPARE
deleted file mode 100755
index b8424fe..0000000
--- a/z-games/openarena-bin/PREPARE
+++ /dev/null
@@ -1 +0,0 @@
-source $GRIMOIRE/REJECTED_MSG
diff --git a/z-games/openarena-bin/PRE_BUILD b/z-games/openarena-bin/PRE_BUILD
deleted file mode 100755
index c50deeb..0000000
--- a/z-games/openarena-bin/PRE_BUILD
+++ /dev/null
@@ -1,7 +0,0 @@
-create_group games
&&
-message "${SPELL_COLOR}This will take some considerable time due to the"
\
- "size of the package. No cache will be created during this install"
\
- "either${DEFAULT_COLOR}."
&&
-mk_source_dir
&&
-cd $BUILD_DIRECTORY
&&
-unpack_file ''

diff --git a/z-games/openarena-bin/oa_ded b/z-games/openarena-bin/oa_ded
deleted file mode 100755
index 50603ee..0000000
--- a/z-games/openarena-bin/oa_ded
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh
-
-cd /opt/openarena &&
-
-# we pick the right executable for the current arch
-arch=`uname -m | sed -e s/i.86/i386/`
-executable="`basename \"${0}\"`.$arch"
-
-if [ ! -e "$executable" ]; then
- echo "Error: $executable not found"
- exit 1
-fi
-
-./$executable
diff --git a/z-games/openarena-bin/openarena b/z-games/openarena-bin/openarena
deleted file mode 100755
index 50603ee..0000000
--- a/z-games/openarena-bin/openarena
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh
-
-cd /opt/openarena &&
-
-# we pick the right executable for the current arch
-arch=`uname -m | sed -e s/i.86/i386/`
-executable="`basename \"${0}\"`.$arch"
-
-if [ ! -e "$executable" ]; then
- echo "Error: $executable not found"
- exit 1
-fi
-
-./$executable




Archive powered by MHonArc 2.6.24.

Top of Page