Skip to Content.
Sympa Menu

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

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 (d8d989c26c3f9a64efa9ef03c1effb66600f4eea)
  • Date: Wed, 19 Dec 2012 17:43:16 -0600

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

dev/null |binary
games-utils/pyfa/DETAILS | 4 ++--
games-utils/pyfa/HISTORY | 5 +++++
games-utils/pyfa/INSTALL | 2 +-
games-utils/pyfa/pyfa-1.1.12-retribution-1.0.2-src.tar.bz2.sig |binary
games-utils/pyfa/pyfa-1.1.9-inferno-1.2-src.tar.bz2.sig | 0
6 files changed, 8 insertions(+), 3 deletions(-)

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

pyfa: Updated to 1.1.12-retribution-1.0.2
Added 'pyfa/' to SOURCE_URL
Explicitly call python on pyfa.py

diff --git a/games-utils/pyfa/DETAILS b/games-utils/pyfa/DETAILS
index 8ba73b0..67bc5d2 100755
--- a/games-utils/pyfa/DETAILS
+++ b/games-utils/pyfa/DETAILS
@@ -1,9 +1,9 @@
SPELL=pyfa
- VERSION=1.1.9-inferno-1.2
+ VERSION=1.1.12-retribution-1.0.2
SOURCE=$SPELL-$VERSION-src.tar.bz2
SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME"
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
- SOURCE_URL[0]=http://dl.evefit.org/stable/${VERSION/-*/}/$SOURCE
+ SOURCE_URL[0]=http://dl.evefit.org/pyfa/stable/${VERSION/-*/}/$SOURCE
LICENSE[0]=GPL
WEB_SITE=http://www.evefit.org/Pyfa
ENTERED=20100324
diff --git a/games-utils/pyfa/HISTORY b/games-utils/pyfa/HISTORY
index 87bf007..29fb691 100644
--- a/games-utils/pyfa/HISTORY
+++ b/games-utils/pyfa/HISTORY
@@ -1,3 +1,8 @@
+2012-12-19 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 1.1.12-retribution-1.0.2
+ Added 'pyfa/' to SOURCE_URL
+ * INSTALL: Explicitly call python on pyfa.py
+
2012-09-17 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated to 1.1.9-inferno-1.2
* INSTALL: Make pyfa.py executable by ug
diff --git a/games-utils/pyfa/INSTALL b/games-utils/pyfa/INSTALL
index 53185da..8ba7720 100755
--- a/games-utils/pyfa/INSTALL
+++ b/games-utils/pyfa/INSTALL
@@ -26,7 +26,7 @@ EOF
cat << EOF > $INSTALL_ROOT/usr/games/pyfa
#!/bin/sh
cd $INSTALL_ROOT/usr/share/games/pyfa/ &&
-./pyfa.py
+python ./pyfa.py
EOF

chgrp games $INSTALL_ROOT/usr/games/pyfa &&
diff --git a/games-utils/pyfa/pyfa-1.1.12-retribution-1.0.2-src.tar.bz2.sig
b/games-utils/pyfa/pyfa-1.1.12-retribution-1.0.2-src.tar.bz2.sig
new file mode 100644
index 0000000..0f233cc
Binary files /dev/null and
b/games-utils/pyfa/pyfa-1.1.12-retribution-1.0.2-src.tar.bz2.sig differ
diff --git a/games-utils/pyfa/pyfa-1.1.9-inferno-1.2-src.tar.bz2.sig
b/games-utils/pyfa/pyfa-1.1.9-inferno-1.2-src.tar.bz2.sig
deleted file mode 100644
index d99b7ae..0000000
Binary files a/games-utils/pyfa/pyfa-1.1.9-inferno-1.2-src.tar.bz2.sig and
/dev/null differ



  • [SM-Commit] GIT changes to master games grimoire by Eric Sandall (d8d989c26c3f9a64efa9ef03c1effb66600f4eea), Eric Sandall, 12/19/2012

Archive powered by MHonArc 2.6.24.

Top of Page