Skip to Content.
Sympa Menu

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

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 (81a05e8fb2edd104b4914ae5da66ce225558a647)
  • Date: Sun, 10 Feb 2008 03:33:11 -0600

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

games-arcade-2d/atris/DETAILS | 7 +++++--
games-arcade-2d/atris/HISTORY | 8 +++++++-
games-arcade-2d/atris/PRE_BUILD | 5 ++---
3 files changed, 14 insertions(+), 6 deletions(-)

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

Corrected several errors as per ruskie's suggestions.

diff --git a/games-arcade-2d/atris/DETAILS b/games-arcade-2d/atris/DETAILS
index c6dcbb1..e3c9ba2 100755
--- a/games-arcade-2d/atris/DETAILS
+++ b/games-arcade-2d/atris/DETAILS
@@ -7,7 +7,10 @@ SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-1.0.7"
WEB_SITE="http://www.wkiri.com/projects/atris";
LICENSE[0]=GPL
ENTERED=20071207
- SHORT="*tris clone"
+ SHORT="Alizarin Tetris; another *tris clone"
cat << EOF
-Another *tris clone.
+Alizarin Tetris is a Tetris-like game with a twist for Unix, Win32
+and BeOS systems. It includes multi-player support, user-extensible
+color, shape and sound styles, can use TCP/IP networking and features
+a few different AI opponents
EOF
diff --git a/games-arcade-2d/atris/HISTORY b/games-arcade-2d/atris/HISTORY
index 36b19e6..b15a51d 100644
--- a/games-arcade-2d/atris/HISTORY
+++ b/games-arcade-2d/atris/HISTORY
@@ -1,7 +1,13 @@
+2008-02-10 Dale E. Edmons <linuxfan AT sourcemage.net>
+ * PRE_BUILD: fixed /usr/src and patch.
+ * DETAILS: Added long description.
+
2007-12-07 linuxfan <demaillists AT comcast.net>
* PRE_BUILD: wrote patch to make atis SMGL compliant
+
2007-12-07 linuxfan <demaillists AT comcast.net>
* BUILD, DEPENDS, DETAILS, INSTALL: Package not well-behaved.
+
2007-12-07 linuxfan <demaillists AT comcast.net>
- * BUILD, DEPENDS, DETAILS, , INSTALL: spell created
+ * BUILD, DEPENDS, DETAILS, INSTALL: spell created

diff --git a/games-arcade-2d/atris/PRE_BUILD b/games-arcade-2d/atris/PRE_BUILD
index e284ec1..5545192 100755
--- a/games-arcade-2d/atris/PRE_BUILD
+++ b/games-arcade-2d/atris/PRE_BUILD
@@ -1,5 +1,4 @@
-default_pre_build &&
-cd /usr/src &&
-patch -p0 < $SCRIPT_DIRECTORY/${SPELL}-${VERSION}.patch &&
+default_pre_build &&
cd $SOURCE_DIRECTORY &&
+patch -p1 < $SCRIPT_DIRECTORY/${SPELL}-${VERSION}.patch &&
autoreconf -i



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

Archive powered by MHonArc 2.6.24.

Top of Page