Skip to Content.
Sympa Menu

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

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 (12990c2f212dd74147e33f82fbb64c4b0fbf71cf)
  • Date: Sun, 10 Feb 2008 06:03:25 -0600

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

games-arcade-3d/ppracer/BUILD | 1 +
games-arcade-3d/ppracer/DEPENDS | 4 ++++
games-arcade-3d/ppracer/DETAILS | 19 +++++++++++++++++--
games-arcade-3d/ppracer/HISTORY | 6 ++++++
games-arcade-3d/ppracer/PREPARE | 6 ++++++
5 files changed, 34 insertions(+), 2 deletions(-)

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

Fixed (hopefully all) complaints received in e-mail from
ruskie and lynxlynxlynx.

diff --git a/games-arcade-3d/ppracer/BUILD b/games-arcade-3d/ppracer/BUILD
index f2438e5..4dab4e0 100755
--- a/games-arcade-3d/ppracer/BUILD
+++ b/games-arcade-3d/ppracer/BUILD
@@ -1 +1,2 @@
+OPTS="--with-data-dir=$INSTALL_ROOT/usr/share/games/$SPELL $OPTS" &&
default_games_build
diff --git a/games-arcade-3d/ppracer/DEPENDS b/games-arcade-3d/ppracer/DEPENDS
index a416a28..fe0c757 100755
--- a/games-arcade-3d/ppracer/DEPENDS
+++ b/games-arcade-3d/ppracer/DEPENDS
@@ -5,3 +5,7 @@ depends sdl_mixer
depends libpng
depends freetype2
depends X11-LIBS
+if [ "$PPRACER_CVS" = "y" ]; then
+ depends cvs
+fi
+
diff --git a/games-arcade-3d/ppracer/DETAILS b/games-arcade-3d/ppracer/DETAILS
index f6237ec..37d0bf8 100755
--- a/games-arcade-3d/ppracer/DETAILS
+++ b/games-arcade-3d/ppracer/DETAILS
@@ -1,8 +1,23 @@
SPELL=ppracer
+if [[ "${PPRACER_CVS}" = "y" ]];
+then
+ if [[ "${PPRACER_CVS_AUTOUPDATE}" == "y" ]];
+ then
+ VERSION=$(date +%Y%m%d)
+ else
VERSION=cvs
- SOURCE=$SPELL-$VERSION.tar.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ fi

SOURCE_URL[0]=cvs://:pserver:anonymous AT cvs.ppracer.berlios.de:/cvsroot/ppracer:ppracer
+ SOURCE_IGNORE=volatile
+
+else
+ VERSION=0.3.1
+ SOURCE_URL[0]=http://download.berlios.de/$SPELL/$SOURCE
+
+fi
+
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE=$SPELL-$VERSION.tar.bz2
ENTERED=20050425
UPDATED=20080123
WEB_SITE[1]=http://download.berlios.de/$SPELL
diff --git a/games-arcade-3d/ppracer/HISTORY b/games-arcade-3d/ppracer/HISTORY
index d089ca8..a9f896f 100644
--- a/games-arcade-3d/ppracer/HISTORY
+++ b/games-arcade-3d/ppracer/HISTORY
@@ -1,3 +1,9 @@
+2008-02-10 linuxfan <demaillists AT comcast.net>
+ * DEPENDS: Added dependency on cvs
+ * DETAILS: Added option for cvs or tarball.
+ * PREPARE: Created and added config_querys.
+ * BUILD: Added --with-data-dir ./configure option
+
2008-01-23 linuxfan <demaillists AT comcast.net>
* DETAILS: changed to cvs

diff --git a/games-arcade-3d/ppracer/PREPARE b/games-arcade-3d/ppracer/PREPARE
new file mode 100755
index 0000000..6f40fb6
--- /dev/null
+++ b/games-arcade-3d/ppracer/PREPARE
@@ -0,0 +1,6 @@
+config_query PPRACER_CVS "Upstream tarball is broken. Build CVS version?" y
&&
+if [[ "${PPRACER_CVS}" == "y" ]]
+then
+ config_query PPRACER_CVS_AUTOUPDATE \
+ "Automaticaly update the spell on sorcery queue/system-update?" n
+fi



  • [SM-Commit] GIT changes to master games grimoire by Dale E. Edmons (12990c2f212dd74147e33f82fbb64c4b0fbf71cf), Dale E. Edmons, 02/10/2008

Archive powered by MHonArc 2.6.24.

Top of Page