Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master games grimoire by Jaka Kranjc (ed6df14813819b7a44718a88372feb9cae402bf6)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master games grimoire by Jaka Kranjc (ed6df14813819b7a44718a88372feb9cae402bf6)
  • Date: Sun, 29 Jul 2007 15:04:29 -0500

GIT changes to master games grimoire by Jaka Kranjc
<lynxlynxlynx AT sourcemage.org>:

ChangeLog | 3 -
games-rpg-sp/ja2-stracciatella/BUILD | 2
games-rpg-sp/ja2-stracciatella/CONFIGURE | 3 -
games-rpg-sp/ja2-stracciatella/DEPENDS | 1
games-rpg-sp/ja2-stracciatella/DETAILS | 16 -------
games-rpg-sp/ja2-stracciatella/FINAL | 4 -
games-rpg-sp/ja2-stracciatella/HISTORY | 8 ---
games-rpg-sp/ja2-stracciatella/INSTALL | 2
games-rpg-sp/ja2-stracciatella/PREPARE | 22
----------
games-rpg-sp/ja2-stracciatella/PRE_BUILD | 12 -----
games-rpg-sp/ja2-stracciatella/make_lowercase_idempotent.patch | 12 -----
11 files changed, 85 deletions(-)

New commits:
commit ed6df14813819b7a44718a88372feb9cae402bf6
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

Revert "added ja2-stracciatella"

This reverts commit 5799d872e35292356c8f91f8775388b1e8815040.

commit 7be78753e6e54e28b5d73087f604f68f8625256a
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

Revert "changelog entry for ja2s"

This reverts commit ca822e56d4bfb8ee515905c73d18ed5e23263f72.

diff --git a/ChangeLog b/ChangeLog
index 64aac01..73ffb14 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,3 @@
-2007-07-29 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
- * games-rpg-sp/ja2-stracciatella: a port of Jagged Alliance 2 to SDL
-
2007-07-15 Ethan "eekee" Grammatikidis <eekee57 AT fastmail.fm>
* edutainment/celestia: Removed depreciated spell

diff --git a/games-rpg-sp/ja2-stracciatella/BUILD
b/games-rpg-sp/ja2-stracciatella/BUILD
deleted file mode 100755
index 5a74827..0000000
--- a/games-rpg-sp/ja2-stracciatella/BUILD
+++ /dev/null
@@ -1,2 +0,0 @@
-make &&
-make lowercase
diff --git a/games-rpg-sp/ja2-stracciatella/CONFIGURE
b/games-rpg-sp/ja2-stracciatella/CONFIGURE
deleted file mode 100755
index 4cd65d3..0000000
--- a/games-rpg-sp/ja2-stracciatella/CONFIGURE
+++ /dev/null
@@ -1,3 +0,0 @@
-config_query_string JA2_DATA "What is the path to your ja2 installation? " &&
-config_query_list JA2_LANG "Which language data files will you be using?" \
- ENGLISH GERMAN POLISH RUSSIAN RUSSIAN_GOLD
diff --git a/games-rpg-sp/ja2-stracciatella/DEPENDS
b/games-rpg-sp/ja2-stracciatella/DEPENDS
deleted file mode 100755
index 82e443c..0000000
--- a/games-rpg-sp/ja2-stracciatella/DEPENDS
+++ /dev/null
@@ -1 +0,0 @@
-depends sdl
diff --git a/games-rpg-sp/ja2-stracciatella/DETAILS
b/games-rpg-sp/ja2-stracciatella/DETAILS
deleted file mode 100755
index daa27eb..0000000
--- a/games-rpg-sp/ja2-stracciatella/DETAILS
+++ /dev/null
@@ -1,16 +0,0 @@
- SPELL=ja2-stracciatella
- VERSION=0.5
- SOURCE="ja2-$VERSION-source.tar.bz2"
- SOURCE_URL[0]=http://ja2.dragonriders.de/files/$SOURCE
-
SOURCE_HASH=sha512:0a7304542398ee51aa71bc4a50b72aed5fea2501ddb074d8f91d0a108811874c33accdee04cfbe6864943a10d959276fc255d715f0c874fcefa46007104435c8
-SOURCE_DIRECTORY="$BUILD_DIRECTORY/ja2-$VERSION"
- WEB_SITE="http://ja2.dragonriders.de";
- LICENSE[0]=free
- ENTERED=20070321
- SHORT="a port of Jagged Alliance 2 to SDL"
-cat << EOF
-ja2-stracciatella is a port of Jagged Alliance 2 to SDL with a few added
-bugfixes.
-
-You need the original data files from either ja2 version.
-EOF
diff --git a/games-rpg-sp/ja2-stracciatella/FINAL
b/games-rpg-sp/ja2-stracciatella/FINAL
deleted file mode 100755
index 0056852..0000000
--- a/games-rpg-sp/ja2-stracciatella/FINAL
+++ /dev/null
@@ -1,4 +0,0 @@
-message "$MESSAGE_COLOR
-Run ja2 once to generate the settings in ~/.ja2;
-Then change the data_dir entry to 'data_dir = $JA2_DATA' in ~/.ja2/ja2.ini
-$DEFAULT_COLOR"
diff --git a/games-rpg-sp/ja2-stracciatella/HISTORY
b/games-rpg-sp/ja2-stracciatella/HISTORY
deleted file mode 100644
index 8fa0595..0000000
--- a/games-rpg-sp/ja2-stracciatella/HISTORY
+++ /dev/null
@@ -1,8 +0,0 @@
-2007-07-29 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
- * FINAL, PRE_BUILD, CONFIGURE, make_*.patch, PREPARE: completed and
0.5
-
-2007-03-21 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
- * DETAILS, DEPENDS, BUILD, INSTALL, HISTORY: created spell
-
-
-
diff --git a/games-rpg-sp/ja2-stracciatella/INSTALL
b/games-rpg-sp/ja2-stracciatella/INSTALL
deleted file mode 100755
index 71da0ec..0000000
--- a/games-rpg-sp/ja2-stracciatella/INSTALL
+++ /dev/null
@@ -1,2 +0,0 @@
-make install &&
-mv $INSTALL_ROOT/usr/bin/ja2 $INSTALL_ROOT/usr/games
diff --git a/games-rpg-sp/ja2-stracciatella/PREPARE
b/games-rpg-sp/ja2-stracciatella/PREPARE
deleted file mode 100755
index 4b3da3f..0000000
--- a/games-rpg-sp/ja2-stracciatella/PREPARE
+++ /dev/null
@@ -1,22 +0,0 @@
-if [[ $JA2_INTRO == 1 ]]; then
- return 0
-fi &&
-message "$MESSAGE_COLOR
-ja2-stracciatella requires
-an installation of Jagged Alliance 2 performed in Windows
-or
-files from the original Linux version.
-- unpack all the files from /tar on installer CD to \$SGPDATADIR
-- Copy contents of game CD to \$SGPDATADIR
-- Rename "data" to "Data" in \$SGPDATADIR
-- Rename "tilecache" to "TILECACHE" in \$SGPDATADIR/Data
-
-Once you have that set up, you can cast the spell and it will
-lowercase and prepare the files for you.
-$DEFAULT_COLOR" &&
-if query "Are you ready to cast ja2-stracciatella?" n; then
- persistent_add JA2_INTRO
- JA2_INTRO=1
-else
- return 1
-fi
diff --git a/games-rpg-sp/ja2-stracciatella/PRE_BUILD
b/games-rpg-sp/ja2-stracciatella/PRE_BUILD
deleted file mode 100755
index a6df0ab..0000000
--- a/games-rpg-sp/ja2-stracciatella/PRE_BUILD
+++ /dev/null
@@ -1,12 +0,0 @@
-default_pre_build &&
-cd $SOURCE_DIRECTORY &&
-
-patch -p0 < $SPELL_DIRECTORY/make_lowercase_idempotent.patch &&
-#cp config.template config.default &&
-cat << JA2 > config.default
-PREFIX := $INSTALL_ROOT/usr
-MANPREFIX := $INSTALL_ROOT/usr/share
-LNG := $JA2_LANG
-SGPDATADIR := $JA2_DATA
-JA2
-
diff --git a/games-rpg-sp/ja2-stracciatella/make_lowercase_idempotent.patch
b/games-rpg-sp/ja2-stracciatella/make_lowercase_idempotent.patch
deleted file mode 100644
index 367441e..0000000
--- a/games-rpg-sp/ja2-stracciatella/make_lowercase_idempotent.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- Makefile.orig 2007-07-29 19:20:34.000000000 +0200
-+++ Makefile 2007-07-29 19:17:23.000000000 +0200
-@@ -473,5 +473,8 @@
- "$(SGPDATADIR)"/Data/TILECACHE/*.[Jj][Ss][Dd] \
- "$(SGPDATADIR)"/Data/TILECACHE/*.[Ss][Tt][Ii]; \
- do \
-- mv "$$i" "`dirname "$$i"`/`basename "$$i" | LANG=C tr '[A-Z]'
'[a-z]'`"; \
-+ l="`basename "$$i" | LANG=C tr '[A-Z]' '[a-z]'`"; \
-+ if test "`basename "$$i"`" != "$$l"; then \
-+ mv -u "$$i" "`dirname "$$i"`"/"$$l"; \
-+ fi; \
- done



  • [SM-Commit] GIT changes to master games grimoire by Jaka Kranjc (ed6df14813819b7a44718a88372feb9cae402bf6), Jaka Kranjc, 07/29/2007

Archive powered by MHonArc 2.6.24.

Top of Page