Module submission - pathological

duncan.gibson@xs4all.nl duncan.gibson at xs4all.nl
Sat Feb 24 20:04:03 CET 2007


module name       : pathological
suggested section : games
update (y/n)      : n
bugfix (y/n)      : n
security (y/n)    : n

Added sedit to BUILD to convert real copyright char to (C)
because Python-2.5 is much more picky about such things and
gives SyntaxError: Non-ASCII char... but no encoding declared

Note: depends on pygame, which hangs waiting for 'Y' input
if it can't find all of the components it requires, but I
don't know how to fix that

Duncan / engelsman

-------------- next part --------------
--- pathological/BUILD	2006-10-23 00:28:52.000000000 +0200
+++ pathological/BUILD	2007-02-24 20:04:00.000000000 +0100
@@ -1,5 +1,7 @@
 (
 
+  sedit "s:Copyright . 2003:Copyright (C) 2003:" pathological.py &&
+
   default_make
 
 ) > $C_FIFO 2>&1
--- pathological/DETAILS	2006-11-05 01:01:03.000000000 +0100
+++ pathological/DETAILS	2007-02-24 20:01:30.000000000 +0100
@@ -4,7 +4,7 @@
    SOURCE_URL[0]=$SFORGE_URL/$MODULE/
         WEB_SITE=http://pathological.sf.net
          ENTERED=20040130
-         UPDATED=20040130
+         UPDATED=20070224
            SHORT="enriched clone of the game "Logical" by Rainbow Arts."
 cat << EOF
 Pathological is an enriched clone of the game "Logical" by Rainbow Arts. 
-------------- next part --------------
lvu submit pathological 511060b0fb284c62efd9f6c20ab91312  -
2.6.20 2.6.12 gcc-3.4.6 glibc-2.3.6


More information about the Lunar mailing list