Skip to Content.
Sympa Menu

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

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 (ad31621376de6fc3a441695ab68fac08fd25a2cc)
  • Date: Thu, 25 Mar 2010 01:21:15 -0500

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

ChangeLog | 5 ++++-
games-utils/pyfa/BUILD | 1 +
games-utils/pyfa/DEPENDS | 3 +++
games-utils/pyfa/DETAILS | 18 ++++++++++++++++++
games-utils/pyfa/FINAL | 1 +
games-utils/pyfa/HISTORY | 3 +++
games-utils/pyfa/INSTALL | 12 ++++++++++++
games-utils/pyfa/pyfa-0.8-src.tar.gz.sig |binary
8 files changed, 42 insertions(+), 1 deletion(-)

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

ChangeLog: Cleanup whitespace

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

pyfa: Added a Python Fitting Assistant for EVE-Online

diff --git a/ChangeLog b/ChangeLog
index 7d63629..939c741 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,9 @@
+2010-03-24 Eric Sandall <sandalle AT sourcemage.org>
+ * games-utils/pyfa: Added a Python Fitting Assistant for EVE-Online
+
2009-08-09 Julien "_kaze_" ROZO <julien AT rozo.org>
* games-emulators/advancescan: new spell, a command line rom manager
- for MAME, MESS, AdvanceMAME, AdvanceMESS and Raine.
+ for MAME, MESS, AdvanceMAME, AdvanceMESS and Raine.

2009-07-25 Julien "_kaze_" ROZO <julien AT rozo.org>
* games-arcade-3d/openastromenace: new spell, 3D space shooter
diff --git a/games-utils/pyfa/BUILD b/games-utils/pyfa/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/games-utils/pyfa/BUILD
@@ -0,0 +1 @@
+true
diff --git a/games-utils/pyfa/DEPENDS b/games-utils/pyfa/DEPENDS
new file mode 100755
index 0000000..147cd4f
--- /dev/null
+++ b/games-utils/pyfa/DEPENDS
@@ -0,0 +1,3 @@
+depends gtk+2 &&
+depends pygtk2 &&
+depends python
diff --git a/games-utils/pyfa/DETAILS b/games-utils/pyfa/DETAILS
new file mode 100755
index 0000000..3592665
--- /dev/null
+++ b/games-utils/pyfa/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=pyfa
+ VERSION=0.8
+ SOURCE=$SPELL-$VERSION-src.tar.gz
+ SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME"
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
+ SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+ LICENSE[0]=GPL
+ WEB_SITE=http://pyfa.sourceforge.net/
+ ENTERED=20100324
+ SHORT="Python Fitting Assistant for EVE-Online"
+ DOCS="LICENSE.txt README.txt"
+cat << EOF
+pyfa is the Python Fitting Assistant, a standalone application to create
+fittings for the EVE-Online SciFi MMORPG. The application is available for
+many platforms, see the download page for further details. The layout of pyfa
+heavily based on EFT, the EVE fitting tool. Although it is a complete rewrite
+and replacement for EFT, the fittings are still compatible with EFT.
+EOF
diff --git a/games-utils/pyfa/FINAL b/games-utils/pyfa/FINAL
new file mode 100755
index 0000000..0fcfc74
--- /dev/null
+++ b/games-utils/pyfa/FINAL
@@ -0,0 +1 @@
+message "${MESSAGE_COLOR}Run $INSTALL_ROOT/usr/games/pyfa-downloadData
first${DEFAULT_COLOR}"
diff --git a/games-utils/pyfa/HISTORY b/games-utils/pyfa/HISTORY
new file mode 100644
index 0000000..7450153
--- /dev/null
+++ b/games-utils/pyfa/HISTORY
@@ -0,0 +1,3 @@
+2010-03-24 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS, DEPENDS, BUILD, INSTALL, FINAL: Created
+
diff --git a/games-utils/pyfa/INSTALL b/games-utils/pyfa/INSTALL
new file mode 100755
index 0000000..628691f
--- /dev/null
+++ b/games-utils/pyfa/INSTALL
@@ -0,0 +1,12 @@
+local I_DIR="$INSTALL_ROOT/usr/share/games/$SPELL" &&
+mkdir -p "$I_DIR" &&
+for i in gui model buildNeededIcons.py downloadData.py launch.py pyfa.ico
+do
+ cp -arv "$SOURCE_DIRECTORY/$i" "$I_DIR"
+done &&
+
+ln -sf "$TRACK_ROOT/usr/share/games/pyfa/launch.py"
"$INSTALL_ROOT/usr/games/pyfa" &&
+ln -sf "$TRACK_ROOT/usr/share/games/pyfa/downloadData.py" \
+ "$INSTALL_ROOT/usr/games/pyfa-downloadData" &&
+chgrp -R games "$I_DIR" &&
+chgrp games "$INSTALL_ROOT/usr/games" # Always makes it root:root using
castfs without this
diff --git a/games-utils/pyfa/pyfa-0.8-src.tar.gz.sig
b/games-utils/pyfa/pyfa-0.8-src.tar.gz.sig
new file mode 100644
index 0000000..9e904a7
Binary files /dev/null and b/games-utils/pyfa/pyfa-0.8-src.tar.gz.sig differ



  • [SM-Commit] GIT changes to master games grimoire by Eric Sandall (ad31621376de6fc3a441695ab68fac08fd25a2cc), Eric Sandall, 03/25/2010

Archive powered by MHonArc 2.6.24.

Top of Page