Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master games grimoire by Ismael Luceno (a0b38397560424947b2d255763269d02c0c51cc5)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master games grimoire by Ismael Luceno (a0b38397560424947b2d255763269d02c0c51cc5)
  • Date: Sat, 28 Mar 2015 20:55:51 -0500

GIT changes to master games grimoire by Ismael Luceno <ismael AT sourcemage.org>:

games-arcade-2d/abuse_sdl/DEPENDS | 2 +-
games-arcade-2d/abuse_sdl/HISTORY | 3 +++
games-arcade-2d/bloboats/DEPENDS | 2 +-
games-arcade-2d/bloboats/HISTORY | 3 +++
games-arcade-2d/btanks/DEPENDS | 2 +-
games-arcade-2d/btanks/HISTORY | 3 +++
games-arcade-2d/xmoto/DEPENDS | 2 +-
games-arcade-2d/xmoto/HISTORY | 3 +++
games-engines/gemrb/DEPENDS | 2 +-
games-engines/gemrb/HISTORY | 3 +++
games-libs/coal/DEPENDS | 2 +-
games-libs/coal/HISTORY | 3 +++
games-puzzles/symbolica/DEPENDS | 2 +-
games-puzzles/symbolica/HISTORY | 3 +++
games-simulation/lincity-ng/DEPENDS | 2 +-
games-simulation/lincity-ng/HISTORY | 3 +++
games-strategy-rts/glest/DEPENDS | 2 +-
games-strategy-rts/glest/HISTORY | 3 +++
games-terminal/bsd-games/DEPENDS | 2 +-
games-terminal/bsd-games/HISTORY | 3 +++
games-utils/mumble/DEPENDS | 2 +-
games-utils/mumble/HISTORY | 3 +++
games-utils/scid/DEPENDS | 2 +-
games-utils/scid/HISTORY | 3 +++
games-utils/springlobby/DEPENDS | 2 +-
games-utils/springlobby/HISTORY | 3 +++
games-utils/xmoto-edit/DEPENDS | 2 +-
games-utils/xmoto-edit/HISTORY | 3 +++
28 files changed, 56 insertions(+), 14 deletions(-)

New commits:
commit a0b38397560424947b2d255763269d02c0c51cc5
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

mumble: Switch dependency on g++ to gcc

commit 4d58094567c6222ade9541d98cda5163d2e82261
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

xmoto-edit: Switch dependency on g++ to gcc

commit 78756e56d1ec7ac25a67f55f376700318649f98f
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

springlobby: Switch dependency on g++ to gcc

commit 26e4ba7e4cc47f7d3d0a21943cd5fa8ff0e875f3
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

scid: Switch dependency on g++ to gcc

commit 1b54240bed3e5ac5b44bb6dbae341085a053dfc1
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

bsd-games: Switch dependency on g++ to gcc

commit b5fdb7d9c6a9ddf8f60c27876920fe837c07fd16
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

glest: Switch dependency on g++ to gcc

commit 1806d627a4094c4a8ddc76bb696e3b58a98e4acf
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

lincity-ng: Switch dependency on g++ to gcc

commit b9ec1e5f74a0f9a13c1bb55d3002a3cc68decd34
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

symbolica: Switch dependency on g++ to gcc

commit c2f270fb41646f66e38b59d7771ea6d764f65e76
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

coal: Switch dependency on g++ to gcc

commit ec90b91280b49caee61a4acf50ac6fc5dc99f16c
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

gemrb: Switch dependency on g++ to gcc

commit fac0aa12b5d2a2e884b431c864f9f87960f36ad6
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

xmoto: Switch dependency on g++ to gcc

commit f4735f46ac082ce16f8a72d5ce8f1ba76c3a95bc
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

btanks: Switch dependency on g++ to gcc

commit c9d4300c728f3d6dcf587f531f0b91667f063890
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

bloboats: Switch dependency on g++ to gcc

commit 441c448ef40d730be4d7dc901fe0c37bcb5ee130
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

abuse_sdl: Switch dependency on g++ to gcc

diff --git a/games-arcade-2d/abuse_sdl/DEPENDS
b/games-arcade-2d/abuse_sdl/DEPENDS
index b944b81..c1980a0 100755
--- a/games-arcade-2d/abuse_sdl/DEPENDS
+++ b/games-arcade-2d/abuse_sdl/DEPENDS
@@ -1,5 +1,5 @@
depends sdl &&
-depends g++ &&
+depends -sub CXX gcc &&
depends imlib &&
depends autoconf &&
depends libtool &&
diff --git a/games-arcade-2d/abuse_sdl/HISTORY
b/games-arcade-2d/abuse_sdl/HISTORY
index cdb9971..d85e30f 100644
--- a/games-arcade-2d/abuse_sdl/HISTORY
+++ b/games-arcade-2d/abuse_sdl/HISTORY
@@ -1,3 +1,6 @@
+2015-03-29 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS: Switch dependency on g++ to gcc
+
2006-09-21 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* DETAILS: [automated] Removed BUILD_API=2.

diff --git a/games-arcade-2d/bloboats/DEPENDS
b/games-arcade-2d/bloboats/DEPENDS
index 92494c3..09ad1b5 100755
--- a/games-arcade-2d/bloboats/DEPENDS
+++ b/games-arcade-2d/bloboats/DEPENDS
@@ -3,4 +3,4 @@ depends sdl_image &&
depends sdl_mixer &&
depends sdl_net &&
depends libvorbis &&
-depends g++
+depends -sub CXX gcc
diff --git a/games-arcade-2d/bloboats/HISTORY
b/games-arcade-2d/bloboats/HISTORY
index 87887a9..a470226 100644
--- a/games-arcade-2d/bloboats/HISTORY
+++ b/games-arcade-2d/bloboats/HISTORY
@@ -1,3 +1,6 @@
+2015-03-29 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS: Switch dependency on g++ to gcc
+
2006-08-24 Pol Vinogradov <vin.public AT gmail.com>
* PRE_BUILD: added more sedit lines for optimizations

diff --git a/games-arcade-2d/btanks/DEPENDS b/games-arcade-2d/btanks/DEPENDS
index 938b524..b34a9be 100755
--- a/games-arcade-2d/btanks/DEPENDS
+++ b/games-arcade-2d/btanks/DEPENDS
@@ -1,4 +1,4 @@
-depends g++ &&
+depends -sub CXX gcc &&
depends scons &&
depends zlib &&
depends expat &&
diff --git a/games-arcade-2d/btanks/HISTORY b/games-arcade-2d/btanks/HISTORY
index a3d677a..186ab34 100644
--- a/games-arcade-2d/btanks/HISTORY
+++ b/games-arcade-2d/btanks/HISTORY
@@ -1,3 +1,6 @@
+2015-03-29 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS: Switch dependency on g++ to gcc
+
2010-04-26 Bor Kraljič <pyrobor AT ver.si>
* DETAILS: updated spell to 0.9.8083

diff --git a/games-arcade-2d/xmoto/DEPENDS b/games-arcade-2d/xmoto/DEPENDS
index 9e96478..dd1300a 100755
--- a/games-arcade-2d/xmoto/DEPENDS
+++ b/games-arcade-2d/xmoto/DEPENDS
@@ -1,5 +1,5 @@
depends curl &&
-depends g++ &&
+depends -sub CXX gcc &&
depends OPENGL &&
depends sdl &&
depends sdl_mixer &&
diff --git a/games-arcade-2d/xmoto/HISTORY b/games-arcade-2d/xmoto/HISTORY
index d8239fd..e0c8e5f 100644
--- a/games-arcade-2d/xmoto/HISTORY
+++ b/games-arcade-2d/xmoto/HISTORY
@@ -1,3 +1,6 @@
+2015-03-29 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS: Switch dependency on g++ to gcc
+
2010-12-08 Bor Kraljič <pyrobor AT ver.si>
* DETAILS: updated spell to 0.5.4

diff --git a/games-engines/gemrb/DEPENDS b/games-engines/gemrb/DEPENDS
index 0d1a138..59ed592 100755
--- a/games-engines/gemrb/DEPENDS
+++ b/games-engines/gemrb/DEPENDS
@@ -1,5 +1,5 @@
depends zlib &&
-depends g++ &&
+depends -sub CXX gcc &&
depends python &&
depends sdl &&
depends cmake &&
diff --git a/games-engines/gemrb/HISTORY b/games-engines/gemrb/HISTORY
index 88bc363..ed3251b 100644
--- a/games-engines/gemrb/HISTORY
+++ b/games-engines/gemrb/HISTORY
@@ -1,3 +1,6 @@
+2015-03-29 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS: Switch dependency on g++ to gcc
+
2012-07-15 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* DETAILS: updated spell to 0.7.1

diff --git a/games-libs/coal/DEPENDS b/games-libs/coal/DEPENDS
index 89d395c..202d00a 100755
--- a/games-libs/coal/DEPENDS
+++ b/games-libs/coal/DEPENDS
@@ -1,2 +1,2 @@
depends libxml &&
-depends g++
+depends -sub CXX gcc
diff --git a/games-libs/coal/HISTORY b/games-libs/coal/HISTORY
index 1697a3e..4af554f 100644
--- a/games-libs/coal/HISTORY
+++ b/games-libs/coal/HISTORY
@@ -1,3 +1,6 @@
+2015-03-29 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS: Switch dependency on g++ to gcc
+
2006-06-12 Arwed v. Merkatz <v.merkatz AT gmx.net>
* DETAILS: inserted BUILD_API=1 line

diff --git a/games-puzzles/symbolica/DEPENDS b/games-puzzles/symbolica/DEPENDS
index 0ae70a8..954ea83 100755
--- a/games-puzzles/symbolica/DEPENDS
+++ b/games-puzzles/symbolica/DEPENDS
@@ -1,4 +1,4 @@
depends sdl &&
depends sdl_image &&
depends sdl_ttf &&
-depends g++
+depends -sub CXX gcc
diff --git a/games-puzzles/symbolica/HISTORY b/games-puzzles/symbolica/HISTORY
index f66f3a6..f060d08 100644
--- a/games-puzzles/symbolica/HISTORY
+++ b/games-puzzles/symbolica/HISTORY
@@ -1,3 +1,6 @@
+2015-03-29 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS: Switch dependency on g++ to gcc
+
2007-04-22 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* INSTALL: run find_and_scam on data

diff --git a/games-simulation/lincity-ng/DEPENDS
b/games-simulation/lincity-ng/DEPENDS
index 20ee33f..8e51109 100755
--- a/games-simulation/lincity-ng/DEPENDS
+++ b/games-simulation/lincity-ng/DEPENDS
@@ -1,4 +1,4 @@
-depends g++ &&
+depends -sub CXX gcc &&
depends jam &&
depends sdl &&
depends sdl_mixer &&
diff --git a/games-simulation/lincity-ng/HISTORY
b/games-simulation/lincity-ng/HISTORY
index d89c12e..3adeea7 100644
--- a/games-simulation/lincity-ng/HISTORY
+++ b/games-simulation/lincity-ng/HISTORY
@@ -1,3 +1,6 @@
+2015-03-29 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS: Switch dependency on g++ to gcc
+
2008-01-05 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated to 1.1.2

diff --git a/games-strategy-rts/glest/DEPENDS
b/games-strategy-rts/glest/DEPENDS
index a6cf155..76e5ab1 100755
--- a/games-strategy-rts/glest/DEPENDS
+++ b/games-strategy-rts/glest/DEPENDS
@@ -1,4 +1,4 @@
-depends g++ &&
+depends -sub CXX gcc &&
depends jam &&
depends libvorbis "--with-vorbis=${TRACK_ROOT}/usr" &&
depends libogg "--with-ogg=${TRACK_ROOT}/usr" &&
diff --git a/games-strategy-rts/glest/HISTORY
b/games-strategy-rts/glest/HISTORY
index 559cf6c..358f3e3 100644
--- a/games-strategy-rts/glest/HISTORY
+++ b/games-strategy-rts/glest/HISTORY
@@ -1,3 +1,6 @@
+2015-03-29 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS: Switch dependency on g++ to gcc
+
2008-05-30 Alexander Tsamutali <astsmtl AT gmail.com>
* DETAILS, PRE_BUILD, BUILD, INSTALL: Updated to 3.1.2
* FINAL: Added to remove $SOURCE2_DIRECTORY
diff --git a/games-terminal/bsd-games/DEPENDS
b/games-terminal/bsd-games/DEPENDS
index d90cf14..3e9ba6a 100755
--- a/games-terminal/bsd-games/DEPENDS
+++ b/games-terminal/bsd-games/DEPENDS
@@ -1,3 +1,3 @@
depends ncurses &&
-depends g++ &&
+depends -sub CXX gcc &&
depends miscfiles #boggle and hangman need /usr/share/dict/words
diff --git a/games-terminal/bsd-games/HISTORY
b/games-terminal/bsd-games/HISTORY
index 7e7bc42..bf40c66 100644
--- a/games-terminal/bsd-games/HISTORY
+++ b/games-terminal/bsd-games/HISTORY
@@ -1,3 +1,6 @@
+2015-03-29 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS: Switch dependency on g++ to gcc
+
2010-08-09 Robin Cook <rcook AT wyms.net>
* PRE_BUILD: added newest debian patches
fix config.params in debian-changes-2.17-19 patch
diff --git a/games-utils/mumble/DEPENDS b/games-utils/mumble/DEPENDS
index d383c42..2cfe5af 100755
--- a/games-utils/mumble/DEPENDS
+++ b/games-utils/mumble/DEPENDS
@@ -1,4 +1,4 @@
-depends g++ &&
+depends -sub CXX gcc &&
depends boost &&
depends protobuf &&
depends -sub SQLITE qt4 &&
diff --git a/games-utils/mumble/HISTORY b/games-utils/mumble/HISTORY
index 28adf20..5130c4e 100644
--- a/games-utils/mumble/HISTORY
+++ b/games-utils/mumble/HISTORY
@@ -1,3 +1,6 @@
+2015-03-29 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS: Switch dependency on g++ to gcc
+
2011-02-20 Bor Kraljič <pyrobor AT ver.si>
* DETAILS: updated spell to 1.2.3

diff --git a/games-utils/scid/DEPENDS b/games-utils/scid/DEPENDS
index c0ec906..b8f4767 100755
--- a/games-utils/scid/DEPENDS
+++ b/games-utils/scid/DEPENDS
@@ -1,4 +1,4 @@
-depends g++ &&
+depends -sub CXX gcc &&
depends tcl &&
depends tk &&
depends zlib &&
diff --git a/games-utils/scid/HISTORY b/games-utils/scid/HISTORY
index 82ae142..cf0be39 100644
--- a/games-utils/scid/HISTORY
+++ b/games-utils/scid/HISTORY
@@ -1,3 +1,6 @@
+2015-03-29 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS: Switch dependency on g++ to gcc
+
2009-04-18 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* DEPENDS: added g++

diff --git a/games-utils/springlobby/DEPENDS b/games-utils/springlobby/DEPENDS
index 0c91487..59fb672 100755
--- a/games-utils/springlobby/DEPENDS
+++ b/games-utils/springlobby/DEPENDS
@@ -1,3 +1,3 @@
-depends g++ &&
+depends -sub CXX gcc &&
depends wxgtk &&
depends spring
diff --git a/games-utils/springlobby/HISTORY b/games-utils/springlobby/HISTORY
index bb66cac..4b89b65 100644
--- a/games-utils/springlobby/HISTORY
+++ b/games-utils/springlobby/HISTORY
@@ -1,2 +1,5 @@
+2015-03-29 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS: Switch dependency on g++ to gcc
+
2008-04-23 Alexander Tsamutali <astsmtl AT gmail.com>
* DETAILS, DEPENDS, BUILD, HISTORY: Created
diff --git a/games-utils/xmoto-edit/DEPENDS b/games-utils/xmoto-edit/DEPENDS
index 54a9927..dd1c85d 100755
--- a/games-utils/xmoto-edit/DEPENDS
+++ b/games-utils/xmoto-edit/DEPENDS
@@ -1,4 +1,4 @@
-depends g++ &&
+depends -sub CXX gcc &&
depends OPENGL &&
depends sdl &&
depends JPEG &&
diff --git a/games-utils/xmoto-edit/HISTORY b/games-utils/xmoto-edit/HISTORY
index 61586ae..593637c 100644
--- a/games-utils/xmoto-edit/HISTORY
+++ b/games-utils/xmoto-edit/HISTORY
@@ -1,3 +1,6 @@
+2015-03-29 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS: Switch dependency on g++ to gcc
+
2010-11-03 Ladislav Hagara <hgr AT vabo.cz>
* DEPENDS: jpeg -> JPEG




  • [SM-Commit] GIT changes to master games grimoire by Ismael Luceno (a0b38397560424947b2d255763269d02c0c51cc5), Ismael Luceno, 03/28/2015

Archive powered by MHonArc 2.6.24.

Top of Page