Skip to Content.
Sympa Menu

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

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 (a94343635e649f1ba9a65342b82b8c54bc32654c)
  • Date: Thu, 18 Jun 2009 16:17:47 -0500

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

ChangeLog | 14 ++++++++++----
FUNCTIONS | 15 +++++++++++++++
dev/null |binary
games-rpg-mp/lotrolinux/BUILD | 2 +-
games-rpg-mp/lotrolinux/DEPENDS | 11 +----------
games-rpg-mp/lotrolinux/DETAILS | 6 ++----
games-rpg-mp/lotrolinux/HISTORY | 4 ++++
games-rpg-mp/lotrolinux/INSTALL | 1 +
games-rpg-mp/lotrolinux/LotROLinux-0.9.8.tar.bz2.sig | 0
games-rpg-mp/lotrolinux/PRE_BUILD | 4 +---
games-rpg-mp/lotrolinux/TRIGGERS | 1 +
games-rpg-mp/pylotro/BUILD | 1 +
games-rpg-mp/pylotro/CONFLICTS | 1 +
games-rpg-mp/pylotro/DEPENDS | 5 +++++
games-rpg-mp/pylotro/DETAILS | 15 +++++++++++++++
games-rpg-mp/pylotro/HISTORY | 3 +++
games-rpg-mp/pylotro/INSTALL | 3 +++
games-rpg-mp/pylotro/PRE_BUILD | 3 +++
games-rpg-mp/pylotro/PyLotRO-0.1.10.tar.bz2.sig |binary
19 files changed, 67 insertions(+), 22 deletions(-)

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

ChangeLog: Cleanup whitespace

commit bfcbeeccaa2625d68694cd24ed794f9bdff88a20
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

lotrolinux: Deprecated into pylotro

commit df321bd49272b9a68f7ef7b24272871e2334b859
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

pylotro: Added a new LotRO and DDO graphical launcher

commit 3750f723a16049644498cca79f7052185a1b1723
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

FUNCTIONS: Added default_build_python from grimoire

commit 0c5599d2d565c653c4282e653a6f92010e5ec532
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

FUNCTIONS: Added default_install_python from grimoire

diff --git a/ChangeLog b/ChangeLog
index 7eddd4a..ab7a363 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,13 +1,19 @@
+2009-06-18 Eric Sandall <sandalle AT sourcemage.org>
+ * FUNCTIONS: Added default_install_python from grimoire
+ Added default_build_python from grimoire
+ * games-rpg-mp/pylotro: Added a new LotRO and DDO graphical launcher
+ * games-rpg-mp/lotrolinux: Deprecated into pylotro
+
2009-04-12 Eric Sandall <sandalle AT sourcemage.org>
* gnu.gpg: Copied from test

2009-03-01 Eric Sandall <sandalle AT sourcemage.org>
* FUNCTIONS: Copy qt4_cmake_build from grimoire.git/FUNCTIONS

-2009-01-08 Julien "_kaze_" ROZO <julien AT rozo.org>
+2009-01-08 Julien "_kaze_" ROZO <julien AT rozo.org>
* games-emulators/mupen64plus: new spell, nintendo 64 emulator

-2008-12-24 Julien "_kaze_" ROZO <julien AT rozo.org>
+2008-12-24 Julien "_kaze_" ROZO <julien AT rozo.org>
* FUNCTIONS: added cmake_build function from test grimoire

2008-10-23 Mathieu Lonjaret <lejatorn AT sourcemage.org>
@@ -74,8 +80,8 @@
* edutainment/tuxpaint: moved to test/education
* edutainment/tuxtype: moved to test/education
* edutainment/xpenguins: duplicated in wm-addons/xpenguins
- * edutainment/xpenguins-applet: duplicated in
wm-addons/xpenguins-applet
- * edutainment/xpenguins_themes: duplicate of
wm-addons/xpenguins_themes
+ * edutainment/xpenguins-applet: duplicated in
wm-addons/xpenguins-applet
+ * edutainment/xpenguins_themes: duplicate of
wm-addons/xpenguins_themes

2008-02-10 Lubomir Blaha <lblaha AT sourcemage.org>
* fuse.gpg: added for zx-fuse stuff
diff --git a/FUNCTIONS b/FUNCTIONS
index 80dc88c..a96963d 100755
--- a/FUNCTIONS
+++ b/FUNCTIONS
@@ -286,3 +286,18 @@ function check_if_xorg_modular_server()
fi
return 1
}
+
+#-------------------------------------------------------------------------
+## Default build for Python spell.
+#-------------------------------------------------------------------------
+function default_build_python() {
+ python setup.py build "$@"
+}
+
+#-------------------------------------------------------------------------
+## Default install for Python spell.
+#-------------------------------------------------------------------------
+function default_install_python() {
+ python setup.py install --root "$INSTALL_ROOT/" "$@"
+}
+
diff --git a/games-rpg-mp/lotrolinux/BUILD b/games-rpg-mp/lotrolinux/BUILD
index f2438e5..27ba77d 100755
--- a/games-rpg-mp/lotrolinux/BUILD
+++ b/games-rpg-mp/lotrolinux/BUILD
@@ -1 +1 @@
-default_games_build
+true
diff --git a/games-rpg-mp/lotrolinux/DEPENDS b/games-rpg-mp/lotrolinux/DEPENDS
index a25d196..bf4e217 100755
--- a/games-rpg-mp/lotrolinux/DEPENDS
+++ b/games-rpg-mp/lotrolinux/DEPENDS
@@ -1,10 +1 @@
-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'
+depends pylotro
diff --git a/games-rpg-mp/lotrolinux/DETAILS b/games-rpg-mp/lotrolinux/DETAILS
index aac1b47..ae9f9aa 100755
--- a/games-rpg-mp/lotrolinux/DETAILS
+++ b/games-rpg-mp/lotrolinux/DETAILS
@@ -1,12 +1,10 @@
SPELL=lotrolinux
VERSION=0.9.8
- 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
+ PATCHLEVEL=1
WEB_SITE=http://www.lotrolinux.com/
ENTERED=20080130
+ ARCHIVE="off"
SHORT='LotRO and DDO graphical launcher'
cat << EOF
Linux based launcher for the MMORPGs Lord of the Rings Online and Dungeons &
diff --git a/games-rpg-mp/lotrolinux/HISTORY b/games-rpg-mp/lotrolinux/HISTORY
index fe9f774..ffcc515 100644
--- a/games-rpg-mp/lotrolinux/HISTORY
+++ b/games-rpg-mp/lotrolinux/HISTORY
@@ -1,3 +1,7 @@
+2009-06-18 Eric Sandall <sandalle AT sourcemage.org>
+ * Deprecated in favour of pylotro
+ This version will no longer be maintained
+
2009-03-17 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated to 0.9.8

diff --git a/games-rpg-mp/lotrolinux/INSTALL b/games-rpg-mp/lotrolinux/INSTALL
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/games-rpg-mp/lotrolinux/INSTALL
@@ -0,0 +1 @@
+true
diff --git a/games-rpg-mp/lotrolinux/LotROLinux-0.9.8.tar.bz2.sig
b/games-rpg-mp/lotrolinux/LotROLinux-0.9.8.tar.bz2.sig
deleted file mode 100644
index 4001324..0000000
Binary files a/games-rpg-mp/lotrolinux/LotROLinux-0.9.8.tar.bz2.sig and
/dev/null differ
diff --git a/games-rpg-mp/lotrolinux/PRE_BUILD
b/games-rpg-mp/lotrolinux/PRE_BUILD
index 777f6c3..27ba77d 100755
--- a/games-rpg-mp/lotrolinux/PRE_BUILD
+++ b/games-rpg-mp/lotrolinux/PRE_BUILD
@@ -1,3 +1 @@
-mk_source_dir $SOURCE_DIRECTORY &&
-cd $SOURCE_DIRECTORY &&
-unpack_file ''
+true
diff --git a/games-rpg-mp/lotrolinux/TRIGGERS
b/games-rpg-mp/lotrolinux/TRIGGERS
new file mode 100755
index 0000000..5e05b6e
--- /dev/null
+++ b/games-rpg-mp/lotrolinux/TRIGGERS
@@ -0,0 +1 @@
+on_cast lotrolinux dispel_self
diff --git a/games-rpg-mp/pylotro/BUILD b/games-rpg-mp/pylotro/BUILD
new file mode 100755
index 0000000..a05d2aa
--- /dev/null
+++ b/games-rpg-mp/pylotro/BUILD
@@ -0,0 +1 @@
+default_build_python
diff --git a/games-rpg-mp/pylotro/CONFLICTS b/games-rpg-mp/pylotro/CONFLICTS
new file mode 100755
index 0000000..4eb8753
--- /dev/null
+++ b/games-rpg-mp/pylotro/CONFLICTS
@@ -0,0 +1 @@
+conflicts lotrolinux y
diff --git a/games-rpg-mp/pylotro/DEPENDS b/games-rpg-mp/pylotro/DEPENDS
new file mode 100755
index 0000000..e196c34
--- /dev/null
+++ b/games-rpg-mp/pylotro/DEPENDS
@@ -0,0 +1,5 @@
+depends python &&
+depends pyqt4 &&
+depends qt4 &&
+
+runtime_depends wine
diff --git a/games-rpg-mp/pylotro/DETAILS b/games-rpg-mp/pylotro/DETAILS
new file mode 100755
index 0000000..b5b1ba3
--- /dev/null
+++ b/games-rpg-mp/pylotro/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=pylotro
+ VERSION=0.1.10
+ SOURCE=PyLotRO-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://www.lotrolinux.com/$SOURCE
+ SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME"
+ LICENSE[0]=GPL
+ WEB_SITE=https://launchpad.net/pylotro
+ ENTERED=20090618
+ 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/pylotro/HISTORY b/games-rpg-mp/pylotro/HISTORY
new file mode 100644
index 0000000..6d200f2
--- /dev/null
+++ b/games-rpg-mp/pylotro/HISTORY
@@ -0,0 +1,3 @@
+2009-06-18 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS, DEPENDS, CONFLICTS, PRE_BUILD, BUILD, INSTALL: Created
+
diff --git a/games-rpg-mp/pylotro/INSTALL b/games-rpg-mp/pylotro/INSTALL
new file mode 100755
index 0000000..4bfe577
--- /dev/null
+++ b/games-rpg-mp/pylotro/INSTALL
@@ -0,0 +1,3 @@
+default_install_python &&
+mv $INSTALL_ROOT/usr/bin/pylotro \
+ $INSTALL_ROOT/usr/games/pylotro
diff --git a/games-rpg-mp/pylotro/PRE_BUILD b/games-rpg-mp/pylotro/PRE_BUILD
new file mode 100755
index 0000000..777f6c3
--- /dev/null
+++ b/games-rpg-mp/pylotro/PRE_BUILD
@@ -0,0 +1,3 @@
+mk_source_dir $SOURCE_DIRECTORY &&
+cd $SOURCE_DIRECTORY &&
+unpack_file ''
diff --git a/games-rpg-mp/pylotro/PyLotRO-0.1.10.tar.bz2.sig
b/games-rpg-mp/pylotro/PyLotRO-0.1.10.tar.bz2.sig
new file mode 100644
index 0000000..bf02962
Binary files /dev/null and b/games-rpg-mp/pylotro/PyLotRO-0.1.10.tar.bz2.sig
differ



  • [SM-Commit] GIT changes to master games grimoire by Eric Sandall (a94343635e649f1ba9a65342b82b8c54bc32654c), Eric Sandall, 06/18/2009

Archive powered by MHonArc 2.6.24.

Top of Page