diff options
author | Timothy Redaelli <drizzt@gentoo.org> | 2006-10-20 20:05:25 +0000 |
---|---|---|
committer | Timothy Redaelli <drizzt@gentoo.org> | 2006-10-20 20:05:25 +0000 |
commit | a31965936029daa974d484a4f9edda12d7f7a27f (patch) | |
tree | 1ff036749b0bd6a37920fcde474266c9ad0e588c /app-emulation/gxemul/files | |
parent | Marking sparc stable (diff) | |
download | historical-a31965936029daa974d484a4f9edda12d7f7a27f.tar.gz historical-a31965936029daa974d484a4f9edda12d7f7a27f.tar.bz2 historical-a31965936029daa974d484a4f9edda12d7f7a27f.zip |
Take maintainership
Upgrated to latest version, bug #100000 thanks to Marco Matthies
Updated to use modular X11
Removed old version
Package-Manager: portage-2.1.2_pre2-r2
Diffstat (limited to 'app-emulation/gxemul/files')
-rw-r--r-- | app-emulation/gxemul/files/digest-gxemul-0.3.1 | 1 | ||||
-rw-r--r-- | app-emulation/gxemul/files/gxemul-0.3.1-mips64-crosscc-check.patch | 12 |
2 files changed, 0 insertions, 13 deletions
diff --git a/app-emulation/gxemul/files/digest-gxemul-0.3.1 b/app-emulation/gxemul/files/digest-gxemul-0.3.1 deleted file mode 100644 index 824c0da56146..000000000000 --- a/app-emulation/gxemul/files/digest-gxemul-0.3.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 4dfa30708589ab06f20dc89b58b88917 gxemul-0.3.1.tar.gz 1051847 diff --git a/app-emulation/gxemul/files/gxemul-0.3.1-mips64-crosscc-check.patch b/app-emulation/gxemul/files/gxemul-0.3.1-mips64-crosscc-check.patch deleted file mode 100644 index f5ba7f649aba..000000000000 --- a/app-emulation/gxemul/files/gxemul-0.3.1-mips64-crosscc-check.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Naurp gxemul-0.3.1.orig/configure gxemul-0.3.1/configure ---- gxemul-0.3.1.orig/configure 2005-03-28 15:55:15.000000000 -0500 -+++ gxemul-0.3.1/configure 2005-04-11 14:24:24.662918008 -0400 -@@ -1098,7 +1098,7 @@ if [ z$ENABLEMIPS = zYES ]; then - printf "Checking for a GNU cross-compiler for 64-bit MIPS... " - echo 'int f(int x) { return x; }' > _testprog.c - -- for MIPS_TRY in mips64-unknown-elf mips64-elf mips-unknown-elf64; do -+ for MIPS_TRY in mips64-unknown-elf mips64-elf mips-unknown-elf64 mips-unknown-linux-gnu mips-linux; do - printf '#!/bin/sh\n'$MIPS_TRY'-gcc _testprog.c -c\n' > _test.sh - chmod 755 _test.sh - rm -f _testprog.o |