diff --git a/games/enigma/enigma.desc b/games/enigma/enigma.desc index 2a71bdd05..ecd923c43 100644 --- a/games/enigma/enigma.desc +++ b/games/enigma/enigma.desc @@ -2,6 +2,7 @@ [COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. [COPY] [COPY] Filename: package/.../enigma/enigma.desc +[COPY] Copyright (C) 2011 The OpenSDE Project [COPY] Copyright (C) 2004 - 2006 The T2 SDE Project [COPY] [COPY] More information can be found in the files COPYING and README. @@ -30,8 +31,8 @@ [L] GPL [S] Stable -[V] 0.92 +[V] 1.01-r1914 [P] X -----5---9 800.111 -[D] 3676193759 enigma-0.92.tar.gz http://download.berlios.de/enigma-game/ +[D] 1673101149 enigma-1.01-r1914.tar.gz http://download.berlios.de/enigma-game/ diff --git a/games/enigma/gcc41.patch b/games/enigma/gcc41.patch deleted file mode 100644 index d6ccdf185..000000000 --- a/games/enigma/gcc41.patch +++ /dev/null @@ -1,40 +0,0 @@ -# --- SDE-COPYRIGHT-NOTE-BEGIN --- -# This copyright note is auto-generated by ./scripts/Create-CopyPatch. -# -# Filename: package/.../enigma/gcc41.patch -# Copyright (C) 2006 The T2 SDE Project -# -# More information can be found in the files COPYING and README. -# -# This patch file is dual-licensed. It is available under the license the -# patched project is licensed under, as long as it is an OpenSource license -# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms -# of the GNU General Public License as published by the Free Software -# Foundation; either version 2 of the License, or (at your option) any later -# version. -# --- SDE-COPYRIGHT-NOTE-END --- - -diff -Nur enigma-0.92-orig/src/file_internal.hh enigma-0.92/src/file_internal.hh ---- enigma-0.92-orig/src/file_internal.hh 2004-10-22 17:26:25.000000000 +0000 -+++ enigma-0.92/src/file_internal.hh 2006-04-24 10:47:58.454124250 +0000 -@@ -19,7 +19,7 @@ - - class GameFS { - public: -- GameFS::GameFS(); -+ GameFS(); - - void clear() { entries.clear(); } - -diff -Nur enigma-0.92-orig/src/stones_simple.cc enigma-0.92/src/stones_simple.cc ---- enigma-0.92-orig/src/stones_simple.cc 2005-03-02 20:33:36.000000000 +0000 -+++ enigma-0.92/src/stones_simple.cc 2006-04-24 10:52:34.731390500 +0000 -@@ -1672,7 +1672,7 @@ - KillStone(p); - SetItem(p, it_explosion1); - } -- void BombStone::message(const string &msg, const Value &) { -+ void message(const string &msg, const Value &) { - if (msg =="expl" || msg =="bombstone") - change_state(BREAK); - }