summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-action/armagetronad/files')
-rw-r--r--games-action/armagetronad/files/0280_fix-sysinstall.patch47
-rw-r--r--games-action/armagetronad/files/armagetronad39
-rw-r--r--games-action/armagetronad/files/armagetronad-ded50
-rw-r--r--games-action/armagetronad/files/digest-armagetronad-0.2.8.112
-rw-r--r--games-action/armagetronad/files/digest-armagetronad-0.2.8.2.112
5 files changed, 0 insertions, 160 deletions
diff --git a/games-action/armagetronad/files/0280_fix-sysinstall.patch b/games-action/armagetronad/files/0280_fix-sysinstall.patch
deleted file mode 100644
index abc58d5..0000000
--- a/games-action/armagetronad/files/0280_fix-sysinstall.patch
+++ /dev/null
@@ -1,47 +0,0 @@
---- sysinstall.in 2006-03-16 07:35:26.000000000 +0000
-+++ sysinstall.in.fixed 2006-03-18 02:31:02.000000000 +0000
-@@ -103,26 +103,26 @@
- DESTDIR=`echo $SOURCE | sed -e "s,${prefix},,"`
- BINDIR=${SOURCE}/bin
- else
-- SCRIPTDIR=${DESTDIR}`echo @armascriptdir@ | sed -e "s,@prefix@,${PREFIX},"`
-+ SCRIPTDIR=`echo @armascriptdir@ | sed -e "s,@prefix@,${PREFIX},"`
- #@datasuffix@@scriptsuffix@
-- BINDIR=${DESTDIR}`echo @bindir@ | sed -e "s,@prefix@,${PREFIX},"`
-+ BINDIR=`echo @bindir@ | sed -e "s,@prefix@,${PREFIX},"`
- fi
-
- # determine data locations
--EXECUTABLE=${BINDIR}/@progname@@executable_suffix@
--CONFIGDIR=${SOURCE}`echo @configdir@ | sed -e "s,@prefix@,,"`
--VARDIR=${SOURCE}`echo @vardir@ | sed -e "s,@prefix@,,"`
-+EXECUTABLE=${DESTDIR}${BINDIR}/@progname@@executable_suffix@
-+CONFIGDIR=`echo @configdir@ | sed -e "s,@prefix@,${PREFIX},"`
-+VARDIR=`echo @vardir@ | sed -e "s,@prefix@,${PREFIX},"`
-
- # determine location of scripts
-
--test -d $SCRIPTDIR || { echo "Script directory not found."; exit -1; }
-+test -d $DESTDIR$SCRIPTDIR || { echo "Script directory not found."; exit -1; }
-
- # transscribe true location into scripts
- if test $MODE = install; then
- echo "Transscribing scripts..."
-- for script in $SCRIPTDIR/*; do
-- if test $script != $SCRIPTDIR/sysinstall; then
-- sed -e "s,@configdir_reloc\@,$CONFIGDIR,g" -e "s,@prefix_reloc\@,$SOURCE,g" \
-+ for script in $DESTDIR$SCRIPTDIR/*; do
-+ if test $script != $DESTDIR$SCRIPTDIR/sysinstall; then
-+ sed -e "s,@configdir_reloc\@,$CONFIGDIR,g" -e "s,@prefix_reloc\@,$PREFIX,g" \
- -e "s,@scriptdir_reloc\@,$SCRIPTDIR,g" -e "s,@localstatedir_reloc\@,$VARDIR,g"\
- < $script > $script.trans || exit -1
- mv $script.trans $script
-@@ -150,7 +150,7 @@
- fi
-
- # link executable files
--pushd ${BINDIR} > /dev/null || exit -1
-+pushd ${DESTDIR}${BINDIR} > /dev/null || exit -1
- install_link @progname@-@version@ @progname@
- install_link @prognamebase@-master-@version@ @prognamebase@-master
- popd > /dev/null
diff --git a/games-action/armagetronad/files/armagetronad b/games-action/armagetronad/files/armagetronad
deleted file mode 100644
index fe647e0..0000000
--- a/games-action/armagetronad/files/armagetronad
+++ /dev/null
@@ -1,39 +0,0 @@
-#!/bin/bash
-#
-# starts Armagetron Advanced from the installation directory
-
-GAMES_LIBDIR=/usr/games/lib/armagetronad
-GAMES_DATADIR=/usr/share/games
-GAMES_SYSCONFDIR=/etc/games
-PN=armagetronad
-if test ! -r $HOME/.armagetronad ; then
- mkdir $HOME/.armagetronad
-
- if test -r $HOME/.ArmageTronrc ; then
- #migrage very old configuration
- echo "Porting very old configuration..."
- mkdir $HOME/.armagetronad/var
- mv $HOME/.ArmageTronrc $HOME/.armagetronad/var/user.cfg
- fi
-fi
-
-if test ! -r $HOME/.armagetronad/var ; then
- #migrate old configuration
- files=$( find $HOME/.armagetronad -type f -maxdepth 1 )
-
- mkdir $HOME/.armagetronad/var
-
- test "$files" != "" && echo "Porting old configuration..." && mv $files $HOME/.armagetronad/var
-fi
-
-if test "x$1" = "x-h" ; then
- echo -e "\n\nTo uninstall Armagetron Advanced, type armagetronad --uninstall."
-fi
-
-if test "x$1" = "x--uninstall" ; then
- emerge unmerge armagetronad
-else
- $GAMES_LIBDIR/$PN --datadir $GAMES_DATADIR/$PN --configdir $GAMES_SYSCONFDIR/$PN \
- --userdatadir $HOME/.armagetronad $*
-fi
-
diff --git a/games-action/armagetronad/files/armagetronad-ded b/games-action/armagetronad/files/armagetronad-ded
deleted file mode 100644
index 2f3c447..0000000
--- a/games-action/armagetronad/files/armagetronad-ded
+++ /dev/null
@@ -1,50 +0,0 @@
-#!/bin/bash
-#
-# starts Armagetron Advanced Dedicated Server from the installation directory
-
- GAME_CONFDIR=/etc/games/armagetronad-ded
- GAME_LIBDIR=/usr/games/lib/armagetronad-ded
- GAME_DATADIR=/usr/share/games/armagetronad-ded
- USER_DATADIR=/etc/games/armagetronad-ded
- CONFIGDIR=/etc/games/armagetronad-ded
-
- NO=$'\x1b[0;0m'
- RD=$'\x1b[31;01m'
- GR=$'\x1b[32;01m'
- YL=$'\x1b[33;01m'
-
- echo "${GR} *${NO} Checking Configuration."
- if test ! -r $HOME/.armagetronad-ded ; then
- mkdir $HOME/.armagetronad-ded
-
- if test -r $HOME/.ArmageTronrc ; then
- echo "${YL} *${NO} Migrating very old configuration."
- cp $HOME/.ArmageTronrc $HOME/.armagetronad-ded/user.cfg
- fi
-fi
- if test ! -r $HOME/.armagetronad-ded/var ; then
- files=$( ls $HOME/.armagetronad-ded )
- mkdir $HOME/.armagetronad-ded/var
- echo "${GR} *${NO} Testing configuration."
- test "$files" != "" && mv $files $HOME/.armagetronad-ded/var
- fi
-
- echo "${GR} *${NO} Done."
-
-
- if test "x$1" = "x-h" ; then
- echo "${RD} *${NO} Please uninstall Armagetron Advanced via Portage."
-fi
-
- if test "x$1" = "x--uninstall" ; then
- echo "${RD} *${NO} Please uninstall Armagetron Advanced via Portage."
- else
-
- while true; do
-
- $GAME_LIBDIR/armagetronad-dedicated \
- --datadir $GAME_DATADIR \
- --configdir $GAME_CONFDIR \
- --userdatadir $HOME/.armagetronad-ded
-done
-fi \ No newline at end of file
diff --git a/games-action/armagetronad/files/digest-armagetronad-0.2.8.1 b/games-action/armagetronad/files/digest-armagetronad-0.2.8.1
deleted file mode 100644
index d02335a..0000000
--- a/games-action/armagetronad/files/digest-armagetronad-0.2.8.1
+++ /dev/null
@@ -1,12 +0,0 @@
-MD5 28fa1f66dd09cf96deeb0c78161b1b5c armagetronad-0.2.8.1.src.tar.bz2 1441730
-RMD160 151681f84cd4694dc79c1653bc6960eef8f63d37 armagetronad-0.2.8.1.src.tar.bz2 1441730
-SHA256 f887e00342dc17ee6f85a5b534a7ddb5fc95dc7028c6fab92bde647918ce2a04 armagetronad-0.2.8.1.src.tar.bz2 1441730
-MD5 e2d40309dde7e1339ca6aff7599cdfa3 moviepack.zip 352253
-RMD160 07c8b2aa48ad84092869c90e32d32a96d367afd5 moviepack.zip 352253
-SHA256 3de835e1e8af71f1dcbf5ac8405dfa87973eac50d206c12338278fc601cf9d78 moviepack.zip 352253
-MD5 3c5d04af52eb296cdeb2fba5ecbd8899 moviesounds_fq.zip 2182021
-RMD160 9fe95f3cc31bfdf9149bf850d5ae46ca5253a09a moviesounds_fq.zip 2182021
-SHA256 9f8061eb0fef416885424bdba9f899fc5b4d9a021f46eef4eb821a7f1e08c1ba moviesounds_fq.zip 2182021
-MD5 1ca4f4a4f11c728315250973b8d69ce6 spanishvoices.zip 349593
-RMD160 13a7b307e1da341fe37e164e36db7778960edaee spanishvoices.zip 349593
-SHA256 fff02f9f002927929dc7ed102d4b01875c20a6e42188fe0a3b2d8b9cfdbad1a4 spanishvoices.zip 349593
diff --git a/games-action/armagetronad/files/digest-armagetronad-0.2.8.2.1 b/games-action/armagetronad/files/digest-armagetronad-0.2.8.2.1
deleted file mode 100644
index 4fdffaa..0000000
--- a/games-action/armagetronad/files/digest-armagetronad-0.2.8.2.1
+++ /dev/null
@@ -1,12 +0,0 @@
-MD5 b09104b3af550fe590ff11bc1fd46e26 armagetronad-0.2.8.2.1.src.tar.bz2 1623441
-RMD160 b09448954dde1005ff0063f7f7a5a4de48aa49c9 armagetronad-0.2.8.2.1.src.tar.bz2 1623441
-SHA256 5ccb12cd07118bb210c8256edf2e33a34dc0e9880c3f1c926a9fe4db87f15940 armagetronad-0.2.8.2.1.src.tar.bz2 1623441
-MD5 e2d40309dde7e1339ca6aff7599cdfa3 moviepack.zip 352253
-RMD160 07c8b2aa48ad84092869c90e32d32a96d367afd5 moviepack.zip 352253
-SHA256 3de835e1e8af71f1dcbf5ac8405dfa87973eac50d206c12338278fc601cf9d78 moviepack.zip 352253
-MD5 3c5d04af52eb296cdeb2fba5ecbd8899 moviesounds_fq.zip 2182021
-RMD160 9fe95f3cc31bfdf9149bf850d5ae46ca5253a09a moviesounds_fq.zip 2182021
-SHA256 9f8061eb0fef416885424bdba9f899fc5b4d9a021f46eef4eb821a7f1e08c1ba moviesounds_fq.zip 2182021
-MD5 1ca4f4a4f11c728315250973b8d69ce6 spanishvoices.zip 349593
-RMD160 13a7b307e1da341fe37e164e36db7778960edaee spanishvoices.zip 349593
-SHA256 fff02f9f002927929dc7ed102d4b01875c20a6e42188fe0a3b2d8b9cfdbad1a4 spanishvoices.zip 349593