Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master games grimoire by Andraž Levstik (f39c1c2938e0c1dba1998aec2dbf7231a2fb2fb7)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Andraž Levstik <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master games grimoire by Andraž Levstik (f39c1c2938e0c1dba1998aec2dbf7231a2fb2fb7)
  • Date: Mon, 8 Dec 2008 02:22:38 -0600

GIT changes to master games grimoire by Andraž Levstik <ruskie AT codemages.net>:

games-emulators/tuxnes/BUILD | 12 ------------
games-emulators/tuxnes/DEPENDS | 12 ++++++++----
games-emulators/tuxnes/DETAILS | 8 +++-----
games-emulators/tuxnes/HISTORY | 9 +++++++++
4 files changed, 20 insertions(+), 21 deletions(-)

New commits:
commit f39c1c2938e0c1dba1998aec2dbf7231a2fb2fb7
Author: Andraž Levstik <ruskie AT codemages.net>
Commit: Andraž Levstik <ruskie AT codemages.net>

tuxnes: final updates to DEPENDS

commit c20466a1cdd2e0cadffe1932f917ccde578a4265
Author: Andraž Levstik <ruskie AT codemages.net>
Commit: Andraž Levstik <ruskie AT codemages.net>

tuxnes: forgot the HISTORY

commit 9902d0adb0adcba3f778a5f5c5acd69d85a43838
Author: Andraž Levstik <ruskie AT codemages.net>
Commit: Andraž Levstik <ruskie AT codemages.net>

tuxnes: fixups

commit b77ada235e1ba85c20ceec3615ac17de57196cae
Author: Andraž Levstik <ruskie AT codemages.net>
Commit: Andraž Levstik <ruskie AT codemages.net>

tuxnes: fixes #14942

diff --git a/games-emulators/tuxnes/BUILD b/games-emulators/tuxnes/BUILD
deleted file mode 100755
index ccbdba4..0000000
--- a/games-emulators/tuxnes/BUILD
+++ /dev/null
@@ -1,12 +0,0 @@
-(
-
- ./configure --prefix=${INSTALL_ROOT}/usr \
- --bindir=${INSTALL_ROOT}/usr/games \
- --sysconfdir=${INSTALL_ROOT}/etc \
- --localstatedir=${INSTALL_ROOT}/var \
- $OPTS &&
- make &&
- prepare_install &&
- make install
-
-) > $C_FIFO 2>&1
diff --git a/games-emulators/tuxnes/DEPENDS b/games-emulators/tuxnes/DEPENDS
index abeebed..347fe37 100755
--- a/games-emulators/tuxnes/DEPENDS
+++ b/games-emulators/tuxnes/DEPENDS
@@ -1,5 +1,9 @@
-depends X11-LIBS
-depends zlib
-depends cvs
-optional_depends "sdl" "--with-sdl" "--without-sdl" "sdl support"
+depends libx11 &&
+depends libxpm &&
+depends libsm &&
+depends libice &&
+depends libxext &&
+depends zlib &&
+depends cvs &&
+optional_depends "sdl" "--with-sdl" "--without-sdl" "sdl support" &&
optional_depends "libggi" "--with-ggi" "--without-ggi" "ggi support"
diff --git a/games-emulators/tuxnes/DETAILS b/games-emulators/tuxnes/DETAILS
index e89014d..6bf3e90 100755
--- a/games-emulators/tuxnes/DETAILS
+++ b/games-emulators/tuxnes/DETAILS
@@ -1,15 +1,13 @@
SPELL=tuxnes
VERSION=0.75
- SOURCE=$SPELL-$VERSION.tar.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
-
SOURCE_URL[0]=cvs://:pserver:anonymous AT cvs.sourceforge.net:/cvsroot/tuxnes:tuxnes
+ SOURCE=$SPELL-$VERSION-sfcvs.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION-sfcvs
+
SOURCE_URL[0]=cvs://:pserver:anonymous AT tuxnes.cvs.sourceforge.net:/cvsroot/tuxnes:tuxnes
FORCE_DOWNLOAD=on
SOURCE_IGNORE=unversioned
WEB_SITE=http://tuxnes.sourceforge.net/
ENTERED=20020115
- UPDATED=20020115
LICENSE[0]=GPL
- BUILD_API=1
SHORT="TuxNES is an emulator for the 8-bit Nintendo Entertainment
System."
cat << EOF
TuxNES is based on Nestra, a great public-domain NES emulator by
diff --git a/games-emulators/tuxnes/HISTORY b/games-emulators/tuxnes/HISTORY
index 5b1496b..1e66a6e 100644
--- a/games-emulators/tuxnes/HISTORY
+++ b/games-emulators/tuxnes/HISTORY
@@ -1,3 +1,12 @@
+2008-12-08 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * DETAILS: minor fix of SOURCE
+ a bit more fixup
+ * BUILD: removed
+ * DEPENDS: updated for modular X
+
+2008-12-08 Mike Flanagan <gentoo.mike AT gmail.com>
+ * DETAILS: updated download link for cvs
+
2006-06-12 Arwed v. Merkatz <v.merkatz AT gmx.net>
* DETAILS: inserted BUILD_API=1 line




  • [SM-Commit] GIT changes to master games grimoire by Andraž Levstik (f39c1c2938e0c1dba1998aec2dbf7231a2fb2fb7), Andraž Levstik, 12/08/2008

Archive powered by MHonArc 2.6.24.

Top of Page