summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCédric Krier <cedk@gentoo.org>2006-09-23 18:54:49 +0000
committerCédric Krier <cedk@gentoo.org>2006-09-23 18:54:49 +0000
commitd671aa412424bcbfcad132594907e47670a6bb3f (patch)
tree258d89b6206e375d85df1ffe7dd2b006ee0fbf47 /sci-astronomy/midas/files
parentnet-p2p/museek+: misc ebuild cleanups, please take a look (diff)
downloadsunrise-d671aa412424bcbfcad132594907e47670a6bb3f.tar.gz
sunrise-d671aa412424bcbfcad132594907e47670a6bb3f.tar.bz2
sunrise-d671aa412424bcbfcad132594907e47670a6bb3f.zip
sci-astronomy/.: New ebuild for bug 148822
svn path=/sunrise/; revision=1312
Diffstat (limited to 'sci-astronomy/midas/files')
-rw-r--r--sci-astronomy/midas/files/digest-midas-200609043
-rw-r--r--sci-astronomy/midas/files/midas-20060904-compile.patch72
2 files changed, 75 insertions, 0 deletions
diff --git a/sci-astronomy/midas/files/digest-midas-20060904 b/sci-astronomy/midas/files/digest-midas-20060904
new file mode 100644
index 000000000..d77551a98
--- /dev/null
+++ b/sci-astronomy/midas/files/digest-midas-20060904
@@ -0,0 +1,3 @@
+MD5 62ab8e3eeab28887397723fe1767953d 06SEPpl1.0.tar.gz 27741754
+RMD160 951259c4221abc8b59562554afa77895f575aa42 06SEPpl1.0.tar.gz 27741754
+SHA256 fd86b81c0398cddad393545e5454bc1da3dfcdd083788acc0c692745dad6a845 06SEPpl1.0.tar.gz 27741754
diff --git a/sci-astronomy/midas/files/midas-20060904-compile.patch b/sci-astronomy/midas/files/midas-20060904-compile.patch
new file mode 100644
index 000000000..551f8c8de
--- /dev/null
+++ b/sci-astronomy/midas/files/midas-20060904-compile.patch
@@ -0,0 +1,72 @@
+diff -ru 06SEPpl1.0~/install/unix/autoconfig 06SEPpl1.0/install/unix/autoconfig
+--- 06SEPpl1.0~/install/unix/autoconfig 2006-09-20 15:13:04.000000000 +0200
++++ 06SEPpl1.0/install/unix/autoconfig 2006-09-20 16:39:57.000000000 +0200
+@@ -24,7 +24,7 @@
+ echo="echo -n"
+ fi
+
+-clear
++#clear
+
+ cd `echo $0 | sed -e 's/[^\/]*$//' -e 's/^$/./' -e 's/\/$//'`
+ MID_INSTALL=`pwd`
+@@ -54,14 +54,14 @@
+ echo "********** DATE: `date`"
+ echo ""
+
+-$echo "Do you want to continue [yn]? (y): " $SV_NONL
+-read answ
+-if [ -z "$answ" ]; then
+- answ="y"
+-fi
+-if [ "$answ" = "n" -o "$answ" = "N" ]; then
+- exit 1
+-fi
++#$echo "Do you want to continue [yn]? (y): " $SV_NONL
++#read answ
++#if [ -z "$answ" ]; then
++# answ="y"
++#fi
++#if [ "$answ" = "n" -o "$answ" = "N" ]; then
++# exit 1
++#fi
+
+ /bin/sh $MID_INSTALL/select all
+ /bin/sh $MID_INSTALL/preinstall -a
+diff -ru 06SEPpl1.0~/install/unix/install1 06SEPpl1.0/install/unix/install1
+--- 06SEPpl1.0~/install/unix/install1 2006-09-20 15:13:04.000000000 +0200
++++ 06SEPpl1.0/install/unix/install1 2006-09-20 16:40:09.000000000 +0200
+@@ -52,7 +52,7 @@
+ PATH=$PATH:$MID_INSTALL
+ export MIDASHOME MIDVERS MID_HOME MID_INSTALL
+
+-clear
++#clear
+
+ if [ ! -f "$MID_HOME/local/default.mk" ] ; then
+ echo "*** ERROR: File <$MID_HOME/local/default.mk> does not exist."
+@@ -911,13 +911,14 @@
+ mkdir $MID_HOME/tmp
+ fi
+
+-time /bin/sh $MID_INSTALL/install -i > $MID_HOME/tmp/install.$$ 2>&1 &
+-echo "Running install in background"
+-echo "Results are coming in $MID_HOME/tmp/install.$$"
+-if [ "$1" = "-a" ]; then
+- $echo "Waiting for MIDAS installation to finish..." $SV_NONL
+- wait
+- echo "Finished."
+- echo ""
+-fi
+-exit 0
++#time /bin/sh $MID_INSTALL/install -i > $MID_HOME/tmp/install.$$ 2>&1 &
++#echo "Running install in background"
++#echo "Results are coming in $MID_HOME/tmp/install.$$"
++#if [ "$1" = "-a" ]; then
++# $echo "Waiting for MIDAS installation to finish..." $SV_NONL
++# wait
++# echo "Finished."
++# echo ""
++#fi
++#exit 0
++/bin/sh $MID_INSTALL/install -i