Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master games grimoire by Eric Sandall (46f0d268db04262bad28f411a9e6f7a0dade3228)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master games grimoire by Eric Sandall (46f0d268db04262bad28f411a9e6f7a0dade3228)
  • Date: Thu, 22 Nov 2007 01:16:58 -0600

GIT changes to master games grimoire by Eric Sandall
<sandalle AT sourcemage.org>:

games-arcade-2d/wop/DEPENDS | 3 +++
games-arcade-2d/wop/HISTORY | 4 ++++
2 files changed, 7 insertions(+)

New commits:
commit 46f0d268db04262bad28f411a9e6f7a0dade3228
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

wop: Need to source FUNCTIONS before using functions in it

diff --git a/games-arcade-2d/wop/DEPENDS b/games-arcade-2d/wop/DEPENDS
index 6a7ac9c..d04042a 100755
--- a/games-arcade-2d/wop/DEPENDS
+++ b/games-arcade-2d/wop/DEPENDS
@@ -6,6 +6,9 @@ depends sdl_net &&
depends wopdata &&
depends g++ &&
depends X11-LIBS &&
+
+. $GRIMOIRE/FUNCTIONS
+
if check_if_xorg_modular_libs
then
depends makedepend
diff --git a/games-arcade-2d/wop/HISTORY b/games-arcade-2d/wop/HISTORY
index b019279..7f35267 100644
--- a/games-arcade-2d/wop/HISTORY
+++ b/games-arcade-2d/wop/HISTORY
@@ -1,3 +1,6 @@
+2007-11-21 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Need to source $GRIMOIRE/FUNCTIONS before using it
+
2006-07-17 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* DETAILS: updated to 0.4.3

@@ -6,3 +9,4 @@

2005-12-23 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* DETAILS, DEPENDS, BUILD, INSTALL, HISTORY: created spell
+



  • [SM-Commit] GIT changes to master games grimoire by Eric Sandall (46f0d268db04262bad28f411a9e6f7a0dade3228), Eric Sandall, 11/22/2007

Archive powered by MHonArc 2.6.24.

Top of Page