Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master games grimoire by Andraž Levstik (34f72cbd985b353cd76ad5082b4baec7d6027fe5)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Andraž Levstik <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master games grimoire by Andraž Levstik (34f72cbd985b353cd76ad5082b4baec7d6027fe5)
  • Date: Mon, 12 Mar 2007 16:08:11 -0500

GIT changes to master games grimoire by Andraž Levstik <ruskie AT mages.ath.cx>:

ChangeLog | 3 +++
FUNCTIONS | 2 ++
games-board/crafty/DETAILS | 1 -
games-board/crafty/HISTORY | 3 +++
games-board/gnuchess/DETAILS | 1 -
games-board/gnuchess/HISTORY | 3 +++
games-board/xboard/DETAILS | 1 -
games-board/xboard/HISTORY | 3 +++
games-rpg-mp/gnome-mud/DETAILS | 1 -
games-rpg-mp/gnome-mud/HISTORY | 3 +++
games-strategy-tbs/crimson/DETAILS | 1 -
games-strategy-tbs/crimson/HISTORY | 3 +++
12 files changed, 20 insertions(+), 5 deletions(-)

New commits:
commit 34f72cbd985b353cd76ad5082b4baec7d6027fe5
Author: Andraž Levstik <ruskie AT mages.ath.cx>
Commit: Andraž Levstik <ruskie AT mages.ath.cx>

FUNCTIONS: added removal of empty gather docs dirs

commit 0ff010862b85b13b06ddbe3f14b9fe1117a05797
Author: Andraž Levstik <ruskie AT mages.ath.cx>
Commit: Andraž Levstik <ruskie AT mages.ath.cx>

games-strategy-tbs/crimson: removed GATHER_DOCS=off

commit d5ccd417dbe57f76027e8d7d214c249f798706be
Author: Andraž Levstik <ruskie AT mages.ath.cx>
Commit: Andraž Levstik <ruskie AT mages.ath.cx>

games-rpg-mp/gnome-mud: removed GATHER_DOCS=off

commit 4fc83b8e262759d17aa2a34a23e58c912a877bb9
Author: Andraž Levstik <ruskie AT mages.ath.cx>
Commit: Andraž Levstik <ruskie AT mages.ath.cx>

games-board/xboard: removed GATHER_DOCS=off

commit a6e9e1e276d00d7ee80d5eb16206902e9eec3941
Author: Andraž Levstik <ruskie AT mages.ath.cx>
Commit: Andraž Levstik <ruskie AT mages.ath.cx>

games-board/crafty: removed GATHER_DOCS=off

commit efdc9ea32c209539e1e9ad365f2a923f48fe1b66
Author: Andraž Levstik <ruskie AT mages.ath.cx>
Commit: Andraž Levstik <ruskie AT mages.ath.cx>

games-board/gnuchess: removed GATHER_DOCS=off

diff --git a/ChangeLog b/ChangeLog
index c3ca2bd..db8d6da 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2007-03-12 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * FUNCTIONS: added removal of empty gather docs dirs
+
2007-03-05 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* games-strategy-rts/bos: deprecated in favour of boswars
* games-strategy-rts/boswars: added instead of bos
diff --git a/FUNCTIONS b/FUNCTIONS
index aa88d62..5b4387d 100755
--- a/FUNCTIONS
+++ b/FUNCTIONS
@@ -152,12 +152,14 @@ fi
#---
## @Synopsis default_post_install function to
## @Synopsis clean out any empty share/games/SPELL dirs
+## @Synopsis clean out any empty gather docs dirs
## @Synopsis and run the real_default_post_install afterwards
#---

function default_post_install() {
games_make_proper_binary &&
rmdir --ignore-fail-on-non-empty ${INSTALL_ROOT}/usr/share/games/${SPELL}
&&
+ rmdir --ignore-fail-on-non-empty ${INSTALL_ROOT}/usr/share/doc/${SPELL} &&
real_default_post_install
}

diff --git a/games-board/crafty/DETAILS b/games-board/crafty/DETAILS
index 15ffd82..2f2e5fd 100755
--- a/games-board/crafty/DETAILS
+++ b/games-board/crafty/DETAILS
@@ -7,7 +7,6 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL

SOURCE_HASH=sha512:6437eb48b843d27d9105800f3bb7016c4e1d0f36609bca314ed313fbae60707cc05720fb579568c249bf4b16f5e79eb723c48278989612d5545489352af3163a
LICENSE[0]="Seems to be open source"
ENTERED=20030412
- GATHER_DOCS=off
SHORT="Crafty is a computer chess program."
cat << EOF
Crafty is a state-of-the-art computer chess program, and
diff --git a/games-board/crafty/HISTORY b/games-board/crafty/HISTORY
index 7b8d640..285a745 100644
--- a/games-board/crafty/HISTORY
+++ b/games-board/crafty/HISTORY
@@ -1,3 +1,6 @@
+2007-03-12 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * DETAILS: removed GATHER_DOCS=off
+
2007-03-12 Pol Vinogradov <vin.public AT gmail.com>
* BUILD: unset our CFLAGS, added more sedits
* DEPENDS: added as it needs g++
diff --git a/games-board/gnuchess/DETAILS b/games-board/gnuchess/DETAILS
index 0e5cb81..46a7797 100755
--- a/games-board/gnuchess/DETAILS
+++ b/games-board/gnuchess/DETAILS
@@ -9,7 +9,6 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
LICENSE[0]=GPL
ENTERED=20020415
UPDATED=20031009
- GATHER_DOCS="off"
SHORT="GNU Chess is the GNU chess program"
cat << EOF
GNU Chess lets most modern computers play a full game of chess. It has a
plain
diff --git a/games-board/gnuchess/HISTORY b/games-board/gnuchess/HISTORY
index a77a929..8144ab9 100644
--- a/games-board/gnuchess/HISTORY
+++ b/games-board/gnuchess/HISTORY
@@ -1,3 +1,6 @@
+2007-03-12 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * DETAILS: removed GATHER_DOCS=off
+
2006-09-21 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* DETAILS: [automated] Removed BUILD_API=2.

diff --git a/games-board/xboard/DETAILS b/games-board/xboard/DETAILS
index ae9976f..9d736bd 100755
--- a/games-board/xboard/DETAILS
+++ b/games-board/xboard/DETAILS
@@ -7,7 +7,6 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
WEB_SITE=http://www.tim-mann.org/xboard.html
ENTERED=20020425
UPDATED=20031009
- GATHER_DOCS="off"
LICENSE[0]=GPL
SHORT="xboard is a X chess program"
cat << EOF
diff --git a/games-board/xboard/HISTORY b/games-board/xboard/HISTORY
index d3a5e73..5e3e090 100644
--- a/games-board/xboard/HISTORY
+++ b/games-board/xboard/HISTORY
@@ -1,3 +1,6 @@
+2007-03-12 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * DETAILS: removed GATHER_DOCS=off
+
2006-09-21 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* DETAILS: [automated] Removed BUILD_API=2.

diff --git a/games-rpg-mp/gnome-mud/DETAILS b/games-rpg-mp/gnome-mud/DETAILS
index 6479692..3928997 100755
--- a/games-rpg-mp/gnome-mud/DETAILS
+++ b/games-rpg-mp/gnome-mud/DETAILS
@@ -8,7 +8,6 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
WEB_SITE=http://amcl.sourceforge.net
ENTERED=20020116
UPDATED=20050517
- GATHER_DOCS="off"
LICENSE[0]=GPL
SHORT="Multi-User Dungeon (MUD) client"
cat << EOF
diff --git a/games-rpg-mp/gnome-mud/HISTORY b/games-rpg-mp/gnome-mud/HISTORY
index fdc949a..e79f1c3 100644
--- a/games-rpg-mp/gnome-mud/HISTORY
+++ b/games-rpg-mp/gnome-mud/HISTORY
@@ -1,3 +1,6 @@
+2007-03-12 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * DETAILS: removed GATHER_DOCS=off
+
2006-09-21 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* DETAILS: [automated] Removed BUILD_API=2.

diff --git a/games-strategy-tbs/crimson/DETAILS
b/games-strategy-tbs/crimson/DETAILS
index 782f907..3f39abe 100755
--- a/games-strategy-tbs/crimson/DETAILS
+++ b/games-strategy-tbs/crimson/DETAILS
@@ -7,7 +7,6 @@
WEB_SITE=http://crimson.seul.org/index.html
ENTERED=20020610
UPDATED=20040422
- GATHER_DOCS="off"
LICENSE[0]=ART
SHORT="Crimson Fields is a tactical war game in the tradition of
Battle Isle"
cat << EOF
diff --git a/games-strategy-tbs/crimson/HISTORY
b/games-strategy-tbs/crimson/HISTORY
index 9eaefb6..b336ecc 100644
--- a/games-strategy-tbs/crimson/HISTORY
+++ b/games-strategy-tbs/crimson/HISTORY
@@ -1,3 +1,6 @@
+2007-03-12 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * DETAILS: removed GATHER_DOCS=off
+
2006-09-21 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* DETAILS: [automated] Removed BUILD_API=2.




  • [SM-Commit] GIT changes to master games grimoire by Andraž Levstik (34f72cbd985b353cd76ad5082b4baec7d6027fe5), Andraž Levstik, 03/12/2007

Archive powered by MHonArc 2.6.24.

Top of Page