Skip to Content.
Sympa Menu

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

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 (486840615602b92516fb24716a63c2d7ea7f787e)
  • Date: Wed, 30 Jan 2008 16:36:30 -0600

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

ChangeLog | 5 ++++-
games-rpg-mp/lotrolinux/BUILD | 1 +
games-rpg-mp/lotrolinux/DEPENDS | 10 ++++++++++
games-rpg-mp/lotrolinux/DETAILS | 15 +++++++++++++++
games-rpg-mp/lotrolinux/HISTORY | 3 +++
games-rpg-mp/lotrolinux/LotROLinux-0.7.3.tar.bz2.sig |binary
games-rpg-mp/lotrolinux/PRE_BUILD | 3 +++
7 files changed, 36 insertions(+), 1 deletion(-)

New commits:
commit 486840615602b92516fb24716a63c2d7ea7f787e
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

LotRO and DDO graphical launcher

diff --git a/ChangeLog b/ChangeLog
index 90085c5..cb224f5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-01-30 Eric Sandall <sandalle AT sourcemage.org>
+ * games-rpg-mp/lotrolinux: Added LotRO and DDO graphical launcher
+
2008-01-30 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* games-arcade-3d/extreme-tuxracer: renamed
* games-arcade-3d/extremetuxracer: renamed to proper name
@@ -12,7 +15,7 @@
* gurus.gpg: added my key

2008-01-17 Remko van der Vossen <wich AT sourcemage.org>
- * games-terminal/sl: moved sl to master grimoire
+ * games-terminal/sl: moved sl to master grimoire
* games-terminal/sl: New spell, joke to annoy those who misspell ls

2008-01-06 Eric Sandall <sandalle AT sourcemage.org>
diff --git a/games-rpg-mp/lotrolinux/BUILD b/games-rpg-mp/lotrolinux/BUILD
new file mode 100755
index 0000000..f2438e5
--- /dev/null
+++ b/games-rpg-mp/lotrolinux/BUILD
@@ -0,0 +1 @@
+default_games_build
diff --git a/games-rpg-mp/lotrolinux/DEPENDS b/games-rpg-mp/lotrolinux/DEPENDS
new file mode 100755
index 0000000..a25d196
--- /dev/null
+++ b/games-rpg-mp/lotrolinux/DEPENDS
@@ -0,0 +1,10 @@
+depends gnome-sharp &&
+depends gtk-sharp-2 &&
+depends mono &&
+
+runtime_depends wine &&
+
+optional_depends gecko-sharp-2 \
+ '--enable-gecko' \
+ '--disable-gecko' \
+ 'for Gecko web browser'
diff --git a/games-rpg-mp/lotrolinux/DETAILS b/games-rpg-mp/lotrolinux/DETAILS
new file mode 100755
index 0000000..0662c20
--- /dev/null
+++ b/games-rpg-mp/lotrolinux/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=lotrolinux
+ VERSION=0.7.3
+ SOURCE=LotROLinux-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=$SOURCEFORGE_URL/lotrolauncher/$SOURCE
+ SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME"
+ LICENSE[0]=GPL
+ WEB_SITE=http://www.lotrolinux.com/
+ ENTERED=20080130
+ SHORT='LotRO and DDO graphical launcher'
+cat << EOF
+Linux based launcher for the MMORPGs Lord of the Rings Online and Dungeons &
+Dragons Online, developed in Mono and to be used in conjunction with wine
until
+such time that the wine project can run the games original launcher.
+EOF
diff --git a/games-rpg-mp/lotrolinux/HISTORY b/games-rpg-mp/lotrolinux/HISTORY
new file mode 100644
index 0000000..55b09d9
--- /dev/null
+++ b/games-rpg-mp/lotrolinux/HISTORY
@@ -0,0 +1,3 @@
+2008-01-30 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS, DEPENDS, PRE_BUILD: Created
+
diff --git a/games-rpg-mp/lotrolinux/LotROLinux-0.7.3.tar.bz2.sig
b/games-rpg-mp/lotrolinux/LotROLinux-0.7.3.tar.bz2.sig
new file mode 100644
index 0000000..745b240
Binary files /dev/null and
b/games-rpg-mp/lotrolinux/LotROLinux-0.7.3.tar.bz2.sig differ
diff --git a/games-rpg-mp/lotrolinux/PRE_BUILD
b/games-rpg-mp/lotrolinux/PRE_BUILD
new file mode 100755
index 0000000..777f6c3
--- /dev/null
+++ b/games-rpg-mp/lotrolinux/PRE_BUILD
@@ -0,0 +1,3 @@
+mk_source_dir $SOURCE_DIRECTORY &&
+cd $SOURCE_DIRECTORY &&
+unpack_file ''



  • [SM-Commit] GIT changes to master games grimoire by Eric Sandall (486840615602b92516fb24716a63c2d7ea7f787e), Eric Sandall, 01/30/2008

Archive powered by MHonArc 2.6.24.

Top of Page