Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master games grimoire by Andra?? Levstik (3e77c9094c915d3c677158a6807a1c52b85bc8ae)

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 (3e77c9094c915d3c677158a6807a1c52b85bc8ae)
  • Date: Sun, 12 Nov 2006 04:12:21 -0600

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

games-puzzles/wordsearch/DETAILS | 1 +
games-puzzles/wordsearch/HISTORY | 4 ++++
games-puzzles/wordsearch/INSTALL | 11 +++++++----
3 files changed, 12 insertions(+), 4 deletions(-)

New commits:
commit 3e77c9094c915d3c677158a6807a1c52b85bc8ae
Author: Andra?? Levstik <ruskie AT mages.ath.cx>
Commit: Andra?? Levstik <ruskie AT mages.ath.cx>

wordsearch: minor update

diff --git a/games-puzzles/wordsearch/DETAILS
b/games-puzzles/wordsearch/DETAILS
index e22aa3a..2ead36a 100755
--- a/games-puzzles/wordsearch/DETAILS
+++ b/games-puzzles/wordsearch/DETAILS
@@ -6,6 +6,7 @@
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/$SPELL-$VERSION"
WEB_SITE=http://decafbad.net/projects/wordsearch/
ENTERED=20060823
+ PATCHLEVEL=1
LICENSE[0]=GPL
SHORT="A Perl script that generates word search puzzles."
cat << EOF
diff --git a/games-puzzles/wordsearch/HISTORY
b/games-puzzles/wordsearch/HISTORY
index d67b458..af7a2a0 100644
--- a/games-puzzles/wordsearch/HISTORY
+++ b/games-puzzles/wordsearch/HISTORY
@@ -1,3 +1,7 @@
+2006-11-12 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * DETAILS: patchlevel++
+ * INSTALL: minor fixups and install the numbergenerator
+
2006-08-24 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
* DETAILS: new version 1.4.1

diff --git a/games-puzzles/wordsearch/INSTALL
b/games-puzzles/wordsearch/INSTALL
index 2814152..25d34a3 100755
--- a/games-puzzles/wordsearch/INSTALL
+++ b/games-puzzles/wordsearch/INSTALL
@@ -1,5 +1,8 @@
-mv -v wordsearch.pl $INSTALL_ROOT/usr/games/wordsearch &&
-chmod -v 0750 $INSTALL_ROOT/usr/games/wordsearch &&
-chown -v games:games $INSTALL_ROOT/usr/games/wordsearch &&
-mkdir -vp $INSTALL_ROOT/usr/share/doc/wordsearch/ &&
+mv -v wordsearch.pl $INSTALL_ROOT/usr/games/wordsearch &&
+mv -v numbergenerator.pl $INSTALL_ROOT/usr/games/numbergenerator &&
+chmod -v 0750 $INSTALL_ROOT/usr/games/wordsearch &&
+chown -v root:games $INSTALL_ROOT/usr/games/wordsearch &&
+chmod -v 0750 $INSTALL_ROOT/usr/games/numbergenerator &&
+chown -v root:games $INSTALL_ROOT/usr/games/numbergenerator &&
+mkdir -vp $INSTALL_ROOT/usr/share/doc/wordsearch/ &&
mv -v * $INSTALL_ROOT/usr/share/doc/wordsearch/



  • [SM-Commit] GIT changes to master games grimoire by Andra?? Levstik (3e77c9094c915d3c677158a6807a1c52b85bc8ae), Andra?? Levstik, 11/12/2006

Archive powered by MHonArc 2.6.24.

Top of Page