Skip to Content.
Sympa Menu

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

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 (2d756862b62d745d4ccdac2880f1b54328aab86a)
  • Date: Sun, 30 Mar 2008 16:52:14 -0500

GIT changes to master games grimoire by Ismael Luceno
<ismael.luceno AT gmail.com>:

.gitignore | 1 +
ChangeLog | 3 +++
games-emulators/desmume/BUILD | 1 +
games-emulators/desmume/DEPENDS | 2 ++
games-emulators/desmume/DETAILS | 13 +++++++++++++
games-emulators/desmume/HISTORY | 2 ++
6 files changed, 22 insertions(+)

New commits:
commit 2d756862b62d745d4ccdac2880f1b54328aab86a
Author: Ismael Luceno <ismael.luceno AT gmail.com>
Commit: Ismael Luceno <ismael.luceno AT gmail.com>

desmume: New spell, Nintendo DS emulator

commit 3040ad610dbdeb60a848edf2e2a59dabc5becaa6
Author: Ismael Luceno <ismael.luceno AT gmail.com>
Commit: Ismael Luceno <ismael.luceno AT gmail.com>

.gitignore: ignore backup files

diff --git a/.gitignore b/.gitignore
index 43d5106..b61a969 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
provides.index
codex.index
GRIMOIRE
+*~
diff --git a/ChangeLog b/ChangeLog
index ad1b67c..0d05e25 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-03-29 Ismael Luceno <ismael AT sourcemage.org>
+ * games-emulators/desmume: New spell, Nintendo DS emulator.
+
2008-03-02 Vlad Glagolev <stealth AT sourcemage.org>
* gurus.gpg: added my key

diff --git a/games-emulators/desmume/BUILD b/games-emulators/desmume/BUILD
new file mode 100755
index 0000000..f2438e5
--- /dev/null
+++ b/games-emulators/desmume/BUILD
@@ -0,0 +1 @@
+default_games_build
diff --git a/games-emulators/desmume/DEPENDS b/games-emulators/desmume/DEPENDS
new file mode 100755
index 0000000..2789407
--- /dev/null
+++ b/games-emulators/desmume/DEPENDS
@@ -0,0 +1,2 @@
+depends OPENGL &&
+depends libglade2
diff --git a/games-emulators/desmume/DETAILS b/games-emulators/desmume/DETAILS
new file mode 100755
index 0000000..f10a6d0
--- /dev/null
+++ b/games-emulators/desmume/DETAILS
@@ -0,0 +1,13 @@
+ SPELL=desmume
+ VERSION=0.7.3
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+
SOURCE_URL[0]=http://ufpr.dl.sourceforge.net/sourceforge/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:962f7e6514c5cc3b34348d066611df0e7a7a863c489531bc7128e191f4298e9f942b259c6bac66dd92f4cea37d8a180530d7e3737db77cc40781a30ccfae1c46
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://desmume.org";
+ LICENSE[0]=GPL
+ ENTERED=20070615
+ SHORT="Nintendo DS emulator."
+cat << EOF
+DeSmuME is a Nintendo DS emulator.
+EOF
diff --git a/games-emulators/desmume/HISTORY b/games-emulators/desmume/HISTORY
new file mode 100644
index 0000000..2d572d7
--- /dev/null
+++ b/games-emulators/desmume/HISTORY
@@ -0,0 +1,2 @@
+2008-03-29 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS, HISTORY: created spell



  • [SM-Commit] GIT changes to master games grimoire by Ismael Luceno (2d756862b62d745d4ccdac2880f1b54328aab86a), Ismael Luceno, 03/30/2008

Archive powered by MHonArc 2.6.24.

Top of Page