diff options
author | Jurek Bartuszek <jurek@gentoo.org> | 2007-06-23 03:08:58 +0000 |
---|---|---|
committer | Jurek Bartuszek <jurek@gentoo.org> | 2007-06-23 03:08:58 +0000 |
commit | aee3cbeef55092ba2163f48fd39044975bdc95fe (patch) | |
tree | 5b2f2f0fbc28a057829f9a08b286582067afef22 /app-emulation/ies4linux/files | |
parent | Stable on mips, per #167391. (diff) | |
download | gentoo-2-aee3cbeef55092ba2163f48fd39044975bdc95fe.tar.gz gentoo-2-aee3cbeef55092ba2163f48fd39044975bdc95fe.tar.bz2 gentoo-2-aee3cbeef55092ba2163f48fd39044975bdc95fe.zip |
app-emulation/ies4linux: added 2.5_beta6 version for testing purposes {fixing bug #182855)
(Portage version: 2.1.2.7)
Diffstat (limited to 'app-emulation/ies4linux/files')
-rw-r--r-- | app-emulation/ies4linux/files/digest-ies4linux-2.5_beta6 | 3 | ||||
-rw-r--r-- | app-emulation/ies4linux/files/ies4linux-2.5_beta6-Installation_directory_discovery.patch | 13 |
2 files changed, 16 insertions, 0 deletions
diff --git a/app-emulation/ies4linux/files/digest-ies4linux-2.5_beta6 b/app-emulation/ies4linux/files/digest-ies4linux-2.5_beta6 new file mode 100644 index 000000000000..dd32f0782e5a --- /dev/null +++ b/app-emulation/ies4linux/files/digest-ies4linux-2.5_beta6 @@ -0,0 +1,3 @@ +MD5 9d2362c998372a6a59553e867e7712a6 ies4linux-2.5beta6.tar.gz 324934 +RMD160 6f487255687671625c6cbefdf62ea79caf391000 ies4linux-2.5beta6.tar.gz 324934 +SHA256 0fc553e5e98bd95ce211903e526737a1101cb31194224d7ecef4982f2e0e863f ies4linux-2.5beta6.tar.gz 324934 diff --git a/app-emulation/ies4linux/files/ies4linux-2.5_beta6-Installation_directory_discovery.patch b/app-emulation/ies4linux/files/ies4linux-2.5_beta6-Installation_directory_discovery.patch new file mode 100644 index 000000000000..e2b0a5279c31 --- /dev/null +++ b/app-emulation/ies4linux/files/ies4linux-2.5_beta6-Installation_directory_discovery.patch @@ -0,0 +1,13 @@ +diff -u -r ies4linux-2.5beta6-orig/ies4linux ies4linux-2.5beta6/ies4linux +--- ies4linux-2.5beta6-orig/ies4linux 2007-02-22 10:04:16.000000000 +0100 ++++ ies4linux-2.5beta6/ies4linux 2007-06-22 01:38:10.000000000 +0200 +@@ -7,7 +7,8 @@ + # Released under the GNU GPL. See LICENSE for more information + + # Discover ies4linux installation folder +-IES4LINUX=`dirname "$0"` ++IES4LINUX_RELPATH="$(test -L $0 && echo $(readlink $0) || echo $0)" ++IES4LINUX="$(dirname $IES4LINUX_RELPATH)" + cd "$IES4LINUX" + export IES4LINUX=`pwd` + |