Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master games grimoire by Mathieu Lonjaret (19bad38108925e4374a86fc6abec744dec20c73b)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Mathieu Lonjaret <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master games grimoire by Mathieu Lonjaret (19bad38108925e4374a86fc6abec744dec20c73b)
  • Date: Thu, 23 Oct 2008 05:04:47 -0500

GIT changes to master games grimoire by Mathieu Lonjaret
<lejatorn@oenone.(none)>:

ChangeLog | 3 +++
games-arcade-2d/xblast/BUILD | 3 +++
games-arcade-2d/xblast/DEPENDS | 1 +
games-arcade-2d/xblast/DETAILS | 13 +++++++++++++
games-arcade-2d/xblast/HISTORY | 2 ++
5 files changed, 22 insertions(+)

New commits:
commit 19bad38108925e4374a86fc6abec744dec20c73b
Author: Mathieu Lonjaret <lejatorn@oenone.(none)>
Commit: Mathieu Lonjaret <lejatorn@oenone.(none)>

xblast: new spell

commit b2c33f84bdfd014d7a71de54ba15427f4a833385
Author: Mathieu Lonjaret <lejatorn@oenone.(none)>
Commit: Mathieu Lonjaret <lejatorn@oenone.(none)>

xblast: new spell

diff --git a/ChangeLog b/ChangeLog
index 645393f..bd3c646 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-10-23 Mathieu Lonjaret <lejatorn AT sourcemage.org>
+ * games-arcade-2d/xblast: new spell
+
2008-10-08 Ladislav Hagara <hgr AT vabo.cz>
* games-arcade-2d/monsterz: new spell, a puzzle game

diff --git a/games-arcade-2d/xblast/BUILD b/games-arcade-2d/xblast/BUILD
new file mode 100755
index 0000000..338c1c0
--- /dev/null
+++ b/games-arcade-2d/xblast/BUILD
@@ -0,0 +1,3 @@
+OPTS="$OPTS \
+--with-otherdatadir=${INSTALL_ROOT}/usr/share/games/xblast" &&
+default_games_build
\ No newline at end of file
diff --git a/games-arcade-2d/xblast/DEPENDS b/games-arcade-2d/xblast/DEPENDS
new file mode 100755
index 0000000..ca3ab79
--- /dev/null
+++ b/games-arcade-2d/xblast/DEPENDS
@@ -0,0 +1 @@
+depends X11-LIBS
diff --git a/games-arcade-2d/xblast/DETAILS b/games-arcade-2d/xblast/DETAILS
new file mode 100755
index 0000000..5b20cb3
--- /dev/null
+++ b/games-arcade-2d/xblast/DETAILS
@@ -0,0 +1,13 @@
+ SPELL=xblast
+ VERSION=2.10.0
+ SOURCE=$SPELL-complete-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=${SOURCEFORGE_URL}/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:c0b66bad4e2fe763564aff4e83c40d4e568426c30343032279ff05b6729fbab511b80155a8a40f6262eb8fdc25fcd906bf8b87c6de71338ecd3e7223a8e54c5e
+ WEB_SITE=http://www.xblast-center.com/
+ ENTERED=20081023
+ LICENSE[0]=GPL
+ SHORT="XBlast is a multi-player arcade game inspired by
Bomberman."
+cat << EOF
+XBlast is a multi-player arcade game for X11R5/R6 (v2.6 or TNT) and Windows
(TNT version only). The game can be played with at least two players and up
to six players. It was inspired by the video/computer game Bomberman
(Dynablaster), which was to my knowledge first programmed for NEC's PC
Engine/Turbo Grafx. Other commercial versions of the original game exist for
IBM-PC, Atari ST, Amiga [trop cool l'Amiga], NES, GameBoy and Super NES.
+EOF
diff --git a/games-arcade-2d/xblast/HISTORY b/games-arcade-2d/xblast/HISTORY
new file mode 100644
index 0000000..374b4f5
--- /dev/null
+++ b/games-arcade-2d/xblast/HISTORY
@@ -0,0 +1,2 @@
+2008-10-23 Mathieu Lonjaret <lejatorn AT sourcemage.org>
+ * BUILD, DETAILS, DEPENDS, HISTORY: Created spell



  • [SM-Commit] GIT changes to master games grimoire by Mathieu Lonjaret (19bad38108925e4374a86fc6abec744dec20c73b), Mathieu Lonjaret, 10/23/2008

Archive powered by MHonArc 2.6.24.

Top of Page