Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master games grimoire by Eric Sandall (4a804d998691fac04bb9ae45487eb63e8c404dee)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master games grimoire by Eric Sandall (4a804d998691fac04bb9ae45487eb63e8c404dee)
  • Date: Thu, 29 Nov 2007 00:07:32 -0600

GIT changes to master games grimoire by Eric Sandall
<sandalle AT sourcemage.org>:

dev/null |binary
games-arcade-2d/kobodeluxe/DETAILS | 7 +++----
games-arcade-2d/kobodeluxe/HISTORY | 4 ++++
games-arcade-2d/kobodeluxe/KoboDeluxe-0.4.1.tar.gz.sig |binary
games-arcade-2d/kobodeluxe/KoboDeluxe-0.4pre10.tar.gz.sig | 0
games-strategy-tbs/wesnoth/DETAILS | 8 +++++---
games-strategy-tbs/wesnoth/HISTORY | 3 +++
games-strategy-tbs/wesnoth/wesnoth-1.2.8.tar.bz2.sig |binary
8 files changed, 15 insertions(+), 7 deletions(-)

New commits:
commit 4a804d998691fac04bb9ae45487eb63e8c404dee
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

wesnoth: Updated stable to 1.2.8

commit d162bb2f7d351f66d8e93a5013b4842e19e3ad87
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

kobodeluxe: Updated to 0.4.1

diff --git a/games-arcade-2d/kobodeluxe/DETAILS
b/games-arcade-2d/kobodeluxe/DETAILS
index ea0eb7a..3df2af8 100755
--- a/games-arcade-2d/kobodeluxe/DETAILS
+++ b/games-arcade-2d/kobodeluxe/DETAILS
@@ -1,13 +1,12 @@
SPELL=kobodeluxe
- VERSION=0.4pre10
+ VERSION=0.4.1
SOURCE=KoboDeluxe-${VERSION}.tar.gz
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/KoboDeluxe-${VERSION}
SOURCE_URL[0]=http://olofson.net/kobodl/download/${SOURCE}
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
+ LICENSE[0]=GPL
WEB_SITE=http://olofson.net/kobodl/
ENTERED=20011219
- UPDATED=20020110
- SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
- LICENSE[0]=GPL
SHORT="An enhanced port of the scrolling video game XKobo."
cat << EOF
Kobo Deluxe is a 3'rd person scrolling 2d shooter with a simple
diff --git a/games-arcade-2d/kobodeluxe/HISTORY
b/games-arcade-2d/kobodeluxe/HISTORY
index c0ab0c3..063bb54 100644
--- a/games-arcade-2d/kobodeluxe/HISTORY
+++ b/games-arcade-2d/kobodeluxe/HISTORY
@@ -1,3 +1,7 @@
+2007-11-28 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 0.4.1
+ Removed UPDATED
+
2006-09-28 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* BUILD: use default_games_build

diff --git a/games-arcade-2d/kobodeluxe/KoboDeluxe-0.4.1.tar.gz.sig
b/games-arcade-2d/kobodeluxe/KoboDeluxe-0.4.1.tar.gz.sig
new file mode 100644
index 0000000..748730e
Binary files /dev/null and
b/games-arcade-2d/kobodeluxe/KoboDeluxe-0.4.1.tar.gz.sig differ
diff --git a/games-arcade-2d/kobodeluxe/KoboDeluxe-0.4pre10.tar.gz.sig
b/games-arcade-2d/kobodeluxe/KoboDeluxe-0.4pre10.tar.gz.sig
deleted file mode 100644
index c9034f9..0000000
Binary files a/games-arcade-2d/kobodeluxe/KoboDeluxe-0.4pre10.tar.gz.sig and
/dev/null differ
diff --git a/games-strategy-tbs/wesnoth/DETAILS
b/games-strategy-tbs/wesnoth/DETAILS
index ec11a6d..1447f98 100755
--- a/games-strategy-tbs/wesnoth/DETAILS
+++ b/games-strategy-tbs/wesnoth/DETAILS
@@ -1,15 +1,17 @@
SPELL=wesnoth
if [[ ${WESNOTH_DEVEL} == y ]]; then
VERSION=1.3.11
+ SOURCE=$SPELL-$VERSION.tar.bz2
OLD_VERSION=${OLD_VERSION:-1.3.10}
# this is always the hash for the $VERSION tarball

SOURCE_HASH=sha512:f850aa034a520e2b99429f5fedc961dbbbc3797ec713d2fd426d94211241c2d310c485939c6ef9f53a90c9c106f5734bf23e6e28eb19ac7f20ab0df8ca6c2932
else
- VERSION=1.2.7
+ VERSION=1.2.8
+ SOURCE=$SPELL-$VERSION.tar.bz2
OLD_VERSION=${OLD_VERSION:-1.2.6}
-
SOURCE_HASH=sha512:99c84020dfb03851983a89e4628b80b4a43134073b8d7a8c94da0778e99731bfb0ca91479b6e07f3cc62080c905345c9eeaec1c6265315c0fd23ea428efbddc2
+#
SOURCE_HASH=sha512:99c84020dfb03851983a89e4628b80b4a43134073b8d7a8c94da0778e99731bfb0ca91479b6e07f3cc62080c905345c9eeaec1c6265315c0fd23ea428efbddc2
+ SOURCE_GPG="gurus.gpg:$SOURCE.sig"
fi
- SOURCE=$SPELL-$VERSION.tar.bz2
# check that we have the previous tarball first and if so, enable xdelta
if [[ $WESNOTH_XDELTA == y && -e $SOURCE_CACHE/$SPELL-$OLD_VERSION.tar.bz2
]]
then
diff --git a/games-strategy-tbs/wesnoth/HISTORY
b/games-strategy-tbs/wesnoth/HISTORY
index 89a7382..fb34ae4 100644
--- a/games-strategy-tbs/wesnoth/HISTORY
+++ b/games-strategy-tbs/wesnoth/HISTORY
@@ -1,3 +1,6 @@
+2007-11-28 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated stable to 1.2.8
+
2007-11-19 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated WESNOTH_DEVEL=y to 1.3.11

diff --git a/games-strategy-tbs/wesnoth/wesnoth-1.2.8.tar.bz2.sig
b/games-strategy-tbs/wesnoth/wesnoth-1.2.8.tar.bz2.sig
new file mode 100644
index 0000000..6b6ea6e
Binary files /dev/null and
b/games-strategy-tbs/wesnoth/wesnoth-1.2.8.tar.bz2.sig differ



  • [SM-Commit] GIT changes to master games grimoire by Eric Sandall (4a804d998691fac04bb9ae45487eb63e8c404dee), Eric Sandall, 11/29/2007

Archive powered by MHonArc 2.6.24.

Top of Page