summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYamakura Makoto <yakina@gentoo.org>2003-04-07 06:22:01 +0000
committerYamakura Makoto <yakina@gentoo.org>2003-04-07 06:22:01 +0000
commit0cdaf8f80f207b74d6c293024355a91810d10a15 (patch)
tree5f0014e27af23219dfaedd274b5d12c8ff5615b7 /app-emulation/epsxe
parentadded dep for >=dev-python/omniORBpy-2.0 (diff)
downloadhistorical-0cdaf8f80f207b74d6c293024355a91810d10a15.tar.gz
historical-0cdaf8f80f207b74d6c293024355a91810d10a15.tar.bz2
historical-0cdaf8f80f207b74d6c293024355a91810d10a15.zip
get rid of a possibility of copyright infringement
Diffstat (limited to 'app-emulation/epsxe')
-rw-r--r--app-emulation/epsxe/ChangeLog7
-rw-r--r--app-emulation/epsxe/files/epsxe9
2 files changed, 11 insertions, 5 deletions
diff --git a/app-emulation/epsxe/ChangeLog b/app-emulation/epsxe/ChangeLog
index 3d483a6aaa6b..158049e34630 100644
--- a/app-emulation/epsxe/ChangeLog
+++ b/app-emulation/epsxe/ChangeLog
@@ -1,8 +1,11 @@
# ChangeLog for app-emulation/epsxe
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/epsxe/ChangeLog,v 1.6 2003/02/12 04:00:08 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/epsxe/ChangeLog,v 1.7 2003/04/07 06:22:01 yakina Exp $
-*epsxe-1.5.2 (27 Jul 2002)
+*epsxe-1.5.2 (27 Jul 2002)
+
+ 07 Apr 2003; YAMAKURA Makoto <yakina@gentoo.org> files/epsxe:
+ get rid of a possibility of copyright infringement
17 Oct 2002; Daniel Ahlberg <aliz@gentoo.org> epsxe-1.5.2.ebuild :
Added IUSE.
diff --git a/app-emulation/epsxe/files/epsxe b/app-emulation/epsxe/files/epsxe
index 4eecfa960da6..5f1be2edf5b2 100644
--- a/app-emulation/epsxe/files/epsxe
+++ b/app-emulation/epsxe/files/epsxe
@@ -16,9 +16,12 @@ if [ ! -d ~/.epsxe ]; then
if [ -f /usr/lib/psemu/bios/scph1001.bin ]; then
ln -s /usr/lib/psemu/bios/scph1001.bin .
else
- wget http://aral3uz.tripod.com/sc.zip
- unzip -L sc.zip
- rm -f sc.zip
+ echo -e "\007"
+ echo "*** Put your BIOS file into $HOME/.epsxe/bios,"
+ echo " or ePSXe may not work!"
+ echo ""
+ echo " Hit enter key to continue..."
+ read
fi
fi