Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master games grimoire by Pol Vinogradov (4f3a8229eab774b2500b5feb81c91ca8e43e32ca)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master games grimoire by Pol Vinogradov (4f3a8229eab774b2500b5feb81c91ca8e43e32ca)
  • Date: Sun, 13 Apr 2008 15:48:12 -0500

GIT changes to master games grimoire by Pol Vinogradov <vin.public AT gmail.com>:

games-arcade-2d/xmoto/DETAILS | 4 ++--
games-arcade-2d/xmoto/HISTORY | 7 ++++++-
games-arcade-2d/xmoto/PRE_BUILD | 1 -
games-arcade-2d/xmoto/svnversion-deletion.patch | 24
------------------------
4 files changed, 8 insertions(+), 28 deletions(-)

New commits:
commit 4f3a8229eab774b2500b5feb81c91ca8e43e32ca
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

games-arcade-2d/xmoto: updated to 0.4.2, removed
svnversion-deletion.patch, cleaned up HISTORY

diff --git a/games-arcade-2d/xmoto/DETAILS b/games-arcade-2d/xmoto/DETAILS
index 81fbaef..e5ff888 100755
--- a/games-arcade-2d/xmoto/DETAILS
+++ b/games-arcade-2d/xmoto/DETAILS
@@ -1,8 +1,8 @@
SPELL=xmoto
- VERSION=0.4.0
+ VERSION=0.4.2
SOURCE=$SPELL-$VERSION-src.tar.gz
SOURCE_URL[0]=http://download.tuxfamily.org/$SPELL/$SPELL/$VERSION/$SOURCE
-
SOURCE_HASH=sha512:d75702b421c16fb730a70f5a9112ae88b1058cb811a4ffac740de3dcec7c2593e576ef64986520f36b1aba3b06fe8b1fd53d9286aa33f7f27e3fc352df53989c
+
SOURCE_HASH=sha512:aaeac323d1ba430dc7682d123ee2ab4b562035559e867a2767b3bbc7f1ee74c9d5aa6312d97a30ec9f747b9cfe226bca96e6c89a24b0f533ac340122be59b2dd
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
WEB_SITE=http://xmoto.tuxfamily.org/
ENTERED=20051006
diff --git a/games-arcade-2d/xmoto/HISTORY b/games-arcade-2d/xmoto/HISTORY
index b5932d3..251d02d 100644
--- a/games-arcade-2d/xmoto/HISTORY
+++ b/games-arcade-2d/xmoto/HISTORY
@@ -1,3 +1,7 @@
+2008-04-13 Pol Vinogradov <vin.public AT gmail.com>
+ * DETAILS: updated to 0.4.2
+ * PRE_BUILD, svnversion-deletion.patch: removed patch, fixed by
upstream
+
2008-02-03 Pol Vinogradov <vin.public AT gmail.com>
* DETAILS: updated to 0.4.0
* BUILD: moved sedit lines to PRE_BUILD
@@ -110,7 +114,7 @@
* PRE_BUILD: added sedits for AM_CFLAGS and AM_CXXFLAGS

2005-11-02 Pol Vinogradov <vin.public AT gmail.com>
- * DEPENDS: added miissing depends on lua and ode
+ * DEPENDS: added missing depends on lua and ode

2005-11-02 Pol Vinogradov <vin.public AT gmail.com>
* DETAILS: Updated to 0.1.7, fixed permissions
@@ -125,3 +129,4 @@

2005-10-06 Pol Vinogradov <vin.public AT gmail.com>
* DETAILS, DEPENDS, HISTORY: created spell
+
diff --git a/games-arcade-2d/xmoto/PRE_BUILD b/games-arcade-2d/xmoto/PRE_BUILD
index d2ff072..0da5fc1 100755
--- a/games-arcade-2d/xmoto/PRE_BUILD
+++ b/games-arcade-2d/xmoto/PRE_BUILD
@@ -1,5 +1,4 @@
default_pre_build &&
cd ${SOURCE_DIRECTORY} &&

-patch -p0 < ${SCRIPT_DIRECTORY}/svnversion-deletion.patch &&
sedit 's:mangdir = $(mandir)/mang:mangdir = $(mandir)/man6:' Makefile.in
diff --git a/games-arcade-2d/xmoto/svnversion-deletion.patch
b/games-arcade-2d/xmoto/svnversion-deletion.patch
deleted file mode 100644
index fa6ef44..0000000
--- a/games-arcade-2d/xmoto/svnversion-deletion.patch
+++ /dev/null
@@ -1,24 +0,0 @@
---- src/Makefile.in.orig 2008-02-03 11:49:47.000000000 +0500
-+++ src/Makefile.in 2008-02-03 11:51:05.000000000 +0500
-@@ -2468,21 +2468,7 @@
- @WIN32_TRUE@.ico.o:
- @WIN32_TRUE@ echo "1 ICON \"""$<""\"" > tmp.rc && i586-mingw32msvc-windres
tmp.rc "$@"
-
--# Force svn_version.o to always be remade if necessary
--all: svnCheck
-- @echo svnCheck
-
--svnCheck:
-- if test -d $(srcdir)/.svn; then \
-- if ! test -f svnVersion -a "`cat svnVersion`" = "`svnversion -n
$(srcdir)`"; then \
-- svnversion -n $(srcdir) > svnVersion; \
-- fi; \
-- fi
--
--svnVersion:
-- svnversion -n $(srcdir) > svnVersion
--
--svn_version.$(OBJEXT): svnVersion
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
- # Otherwise a system limit (for SysV at least) may be exceeded.
- .NOEXPORT:



  • [SM-Commit] GIT changes to master games grimoire by Pol Vinogradov (4f3a8229eab774b2500b5feb81c91ca8e43e32ca), Pol Vinogradov, 04/13/2008

Archive powered by MHonArc 2.6.24.

Top of Page