summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2007-01-24 22:13:52 +0000
committerRaúl Porcel <armin76@gentoo.org>2007-01-24 22:13:52 +0000
commit1816a609d3ba6ea73615d65a284780c8ff31b8ca (patch)
treeb1bb59ef3f156e6e32744e1605aed560fb2311c3 /net-p2p/sancho-bin/files
parentVersion bump to 0.4.0 . Bug #153332 (diff)
downloadhistorical-1816a609d3ba6ea73615d65a284780c8ff31b8ca.tar.gz
historical-1816a609d3ba6ea73615d65a284780c8ff31b8ca.tar.bz2
historical-1816a609d3ba6ea73615d65a284780c8ff31b8ca.zip
Version bump
Package-Manager: portage-2.1.2-r3
Diffstat (limited to 'net-p2p/sancho-bin/files')
-rw-r--r--net-p2p/sancho-bin/files/digest-sancho-bin-0.9.4.583
-rw-r--r--net-p2p/sancho-bin/files/sancho-bin-0.9.4.58-ignore-homedir-check.patch25
2 files changed, 28 insertions, 0 deletions
diff --git a/net-p2p/sancho-bin/files/digest-sancho-bin-0.9.4.58 b/net-p2p/sancho-bin/files/digest-sancho-bin-0.9.4.58
new file mode 100644
index 000000000000..69a56b9eadf8
--- /dev/null
+++ b/net-p2p/sancho-bin/files/digest-sancho-bin-0.9.4.58
@@ -0,0 +1,3 @@
+MD5 c2d79236e10162a201e49080571a6a0d sancho-0.9.4-58-linux-gtk.sh 5517697
+RMD160 8dd49b9e9fbd726c197c0ac2d16ec05d8cd33dec sancho-0.9.4-58-linux-gtk.sh 5517697
+SHA256 0264739aff3cc8d5c01d695bd26d2fdfe248d121d46ad8911964a84ddf151c0f sancho-0.9.4-58-linux-gtk.sh 5517697
diff --git a/net-p2p/sancho-bin/files/sancho-bin-0.9.4.58-ignore-homedir-check.patch b/net-p2p/sancho-bin/files/sancho-bin-0.9.4.58-ignore-homedir-check.patch
new file mode 100644
index 000000000000..baf59eaf7d43
--- /dev/null
+++ b/net-p2p/sancho-bin/files/sancho-bin-0.9.4.58-ignore-homedir-check.patch
@@ -0,0 +1,25 @@
+--- sancho-0.9.4-58-linux-gtk.sh.old 2006-11-01 12:12:25.000000000 +0100
++++ sancho-0.9.4-58-linux-gtk.sh 2006-11-01 12:13:00.000000000 +0100
+@@ -365,15 +365,15 @@
+ echo
+
+ cd "$tmpdir"
+-if test x"/home/three" != x; then
+- sanchodir=$HOME/.sancho
+- mkdir -p "$sanchodir" || {
+- echo "Could not create $sanchodir" >&2
+- exit 1
+- }
+- echo "Copying language files to $sanchodir ..."
+- cp distrib/*.properties "$sanchodir"
+-fi
++#if test x"/home/three" != x; then
++# sanchodir=$HOME/.sancho
++# mkdir -p "$sanchodir" || {
++# echo "Could not create $sanchodir" >&2
++# exit 1
++# }
++# echo "Copying language files to $sanchodir ..."
++# cp distrib/*.properties "$sanchodir"
++#fi
+