Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master games grimoire by Dale E. Edmons (46e2e59ed1dc43ff0977724d47398e6f1120f7ec)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: "Dale E. Edmons" <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master games grimoire by Dale E. Edmons (46e2e59ed1dc43ff0977724d47398e6f1120f7ec)
  • Date: Sun, 10 Feb 2008 07:40:06 -0600

GIT changes to master games grimoire by Dale E. Edmons
<linuxfan AT sourcemage.org>:

games-arcade-3d/ppracer/DETAILS | 3 +--
games-strategy-rts/lgeneral/DEPENDS | 8 ++++----
games-strategy-rts/lgeneral/DETAILS | 6 +++++-
games-strategy-rts/lgeneral/HISTORY | 7 +++++++
4 files changed, 17 insertions(+), 7 deletions(-)

New commits:
commit 46e2e59ed1dc43ff0977724d47398e6f1120f7ec
Author: Dale E. Edmons <linuxfan AT sourcemage.org>
Commit: Dale E. Edmons <linuxfan AT sourcemage.org>

Corrected Website ref. Thx Enqlave.

diff --git a/games-arcade-3d/ppracer/DETAILS b/games-arcade-3d/ppracer/DETAILS
index 37d0bf8..e3027d2 100755
--- a/games-arcade-3d/ppracer/DETAILS
+++ b/games-arcade-3d/ppracer/DETAILS
@@ -19,8 +19,7 @@ fi
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE=$SPELL-$VERSION.tar.bz2
ENTERED=20050425
- UPDATED=20080123
- WEB_SITE[1]=http://download.berlios.de/$SPELL
+ WEB_SITE[1]=http://download.berlios.de/ppracer
LICENSE[0]=GPL
SHORT="Updated Tuxracer Clone"
cat << EOF
diff --git a/games-strategy-rts/lgeneral/DEPENDS
b/games-strategy-rts/lgeneral/DEPENDS
index 327bb67..ba623cf 100755
--- a/games-strategy-rts/lgeneral/DEPENDS
+++ b/games-strategy-rts/lgeneral/DEPENDS
@@ -1,5 +1,5 @@
depends sdl &&
-optional_depends sdl-mixer \
- "--enable-sound" \
- "--disable-sound" \
- "Optionally use sound (sdl-mixer) with lgeneral"
+
+if [ LGENERAL_OPTS = "--with-sound" ] ; then
+ depends sdl-mixer
+fi
diff --git a/games-strategy-rts/lgeneral/DETAILS
b/games-strategy-rts/lgeneral/DETAILS
index f006e8d..b74177f 100755
--- a/games-strategy-rts/lgeneral/DETAILS
+++ b/games-strategy-rts/lgeneral/DETAILS
@@ -10,5 +10,9 @@ SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
SHORT="lgeneral is a turn-based strategy engine heavily inspired
by Panzer General."

cat << EOF
-LGeneral is a turn-based strategy engine heavily inspired by Panzer General.
You play single scenarios or whole campaigns turn by turn against a human
player or the AI. Entrenchment, rugged defense, defensive fire, surprise
contacts, surrender, unit supply, weather influence, reinforcements and other
implementations contribute to the tactical and strategic depth of the game.
+LGeneral is a turn-based strategy engine heavily inspired by Panzer General.
+You play single scenarios or whole campaigns turn by turn against a human
+player or the AI. Entrenchment, rugged defense, defensive fire, surprise
+contacts, surrender, unit supply, weather influence, reinforcements and other
+implementations contribute to the tactical and strategic depth of the game.
EOF
diff --git a/games-strategy-rts/lgeneral/HISTORY
b/games-strategy-rts/lgeneral/HISTORY
index b0d3c63..a7bb1b4 100644
--- a/games-strategy-rts/lgeneral/HISTORY
+++ b/games-strategy-rts/lgeneral/HISTORY
@@ -1,6 +1,13 @@
2007-12-18 linuxfan <demaillists AT comcast.net>
+ * DEPENDS: changed optional_depends to config_query.
+ * CONFIGURE, BUILD: Created to accomodate config options.
+ * DETAILS: cleaned up long description.
+
+
+2007-12-18 linuxfan <demaillists AT comcast.net>
* DEPENDS: Changed guessed --enable-sdl-mixer to --enable-sound
* DETAILS: Corrected version: quill didn't parse version correctly.
+
2007-12-18 linuxfan <demaillists AT comcast.net>
* DEPENDS, DETAILS: spell created





Archive powered by MHonArc 2.6.24.

Top of Page