diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-05-01 03:21:03 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-05-01 03:21:03 +0000 |
commit | bb9ed2aeb49840096474b44d56e2726c01716cbe (patch) | |
tree | 574829e9d7e16a4213a18f44127ff86ed08c4974 /games-action/armagetronad/files | |
parent | not yet ready (diff) | |
download | gentoo-2-bb9ed2aeb49840096474b44d56e2726c01716cbe.tar.gz gentoo-2-bb9ed2aeb49840096474b44d56e2726c01716cbe.tar.bz2 gentoo-2-bb9ed2aeb49840096474b44d56e2726c01716cbe.zip |
not yet ready
(Portage version: 2.1_pre10)
(Signed Manifest commit)
Diffstat (limited to 'games-action/armagetronad/files')
-rw-r--r-- | games-action/armagetronad/files/0280_fix-sysinstall.patch | 47 | ||||
-rw-r--r-- | games-action/armagetronad/files/digest-armagetronad-0.2.8.1 | 8 |
2 files changed, 0 insertions, 55 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 abc58d59b8f1..000000000000 --- 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/digest-armagetronad-0.2.8.1 b/games-action/armagetronad/files/digest-armagetronad-0.2.8.1 deleted file mode 100644 index 83ac31065f98..000000000000 --- a/games-action/armagetronad/files/digest-armagetronad-0.2.8.1 +++ /dev/null @@ -1,8 +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 -MD5 3c5d04af52eb296cdeb2fba5ecbd8899 moviesounds_fq.zip 2182021 -MD5 6fc9487c23d350997fff141e9e40e7e5 spanishvoices.zip 1146 -RMD160 06690a3abf204a4bdf9fcb9334aeef0c28efa9d7 spanishvoices.zip 1146 -SHA256 88bfd555c46bdeecfe88e51909a32b322beca8dc77134a3396a949a67e4c0046 spanishvoices.zip 1146 |