Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] PERFORCE change 79370 by John Harding for review

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Perforce Review Daemon <p4review AT smee.org>
  • To: "Andrew Stitt" <a AT t.armory.com>, "Arjan Bouter" <abouter AT sourcemage.org>, "SM-Commit Daemon" <sm-commit AT lists.ibiblio.org>, "duane_malcolm" <d.malcolm AT auckland.ac.nz>, "Maurizio Boriani" <baux AT member.fsf.org>, "Pieter Lenaerts" <e-type AT sourcemage.org>, "Robin Cook" <rcook AT wyrms.net>, "Seth Woolley" <seth AT swoolley.homeip.net>, "vladimir_marek" <vlmarek AT volny.cz>
  • Subject: [SM-Commit] PERFORCE change 79370 by John Harding for review
  • Date: Mon, 15 May 2006 22:05:01 +0100 (BST)

Change 79370 by john_harding@john_harding-iowa1000 on 2006/05/15 22:01:56

api2 conversion

Affected files ...

... //sgl/grimoires/games/games-terminal/moon-buggy/BUILD#2 edit
... //sgl/grimoires/games/games-terminal/moon-buggy/DEPENDS#2 edit
... //sgl/grimoires/games/games-terminal/moon-buggy/DETAILS#3 edit
... //sgl/grimoires/games/games-terminal/moon-buggy/HISTORY#3 edit

Differences ...

==== //sgl/grimoires/games/games-terminal/moon-buggy/BUILD#2 (xtext) ====

@@ -1,14 +1,2 @@
-(
-
- ./configure --prefix=${INSTALL_ROOT}/usr \
- --bindir=${INSTALL_ROOT}/usr/games \
- --infodir=${INSTALL_ROOT}/usr/share/info \
- --mandir=${INSTALL_ROOT}/usr/share/man \
- --sharedstatedir=${INSTALL_ROOT}/var/games \
- --with-setgid=games \
- $OPTS &&
- make &&
- prepare_install &&
- make install
-
-) > $C_FIFO 2>&1
+OPTS=--sharedstatedir=${INSTALL_ROOT}/var/games/ $OPTS &&
+default_games_build

==== //sgl/grimoires/games/games-terminal/moon-buggy/DEPENDS#2 (xtext) ====

@@ -1,0 +1,1 @@
+depends ncurses

==== //sgl/grimoires/games/games-terminal/moon-buggy/DETAILS#3 (xtext) ====

@@ -1,14 +1,14 @@
SPELL=moon-buggy
- VERSION=0.5.53
+ VERSION=1.0
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=http://www.mathematik.uni-kl.de/~wwwstoch/voss/$SOURCE
-
WEB_SITE=http://www.mathematik.uni-kl.de/~wwwstoch/voss/moon-buggy.html
+ SOURCE_URL[0]=http://seehuhn.de/data/$SOURCE
+ WEB_SITE=http://seehuhn.de/comp/moon-buggy.html
ENTERED=20020407
UPDATED=20020407
-
SOURCE_HASH=sha512:812e7742e239c770e77ab525c39bad908a380b1c871fff6645170a858a0df40994f4c773c91a40e7c7ebea44cf386167f05633d631d36cc7c454c4d59d79b6a1
+
SOURCE_HASH=sha512:ba0b7718e31c25bc241d2d819f4d38ff65db311a0dc2fa89cbb91bc7881cb8b7ca595041d1b6b546cbaad1a05cd99c4fd42fdf87f3f5db73d14ab84a8e4cc38d
LICENSE[0]=GPL
- MAINTAINER=fafnir AT tigerduck.de
+ BUILD_API=2
SHORT="Textmode game in which you drive across the moon's surface"
cat << EOF
Moon Buggy is a simple game for the text mode in which you have to drive

==== //sgl/grimoires/games/games-terminal/moon-buggy/HISTORY#3 (text) ====

@@ -1,3 +1,8 @@
+2006-05-15 John Harding <johnh AT kuberaconsulting.com>
+ * DETAILS: api2 conversion, version bump and remove MAINTAINER
+ * DEPENDS: it was empty, added ncurses
+ * BUILD: api2 conversion - default_games_build and appropriate opts
+
2005-12-01 Seth Woolley <seth AT tautology.org>
* DETAILS: MD5 -> SHA512




  • [SM-Commit] PERFORCE change 79370 by John Harding for review, Perforce Review Daemon, 05/15/2006

Archive powered by MHonArc 2.6.24.

Top of Page