summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Dittrich <markusle@gentoo.org>2009-12-18 01:26:24 +0000
committerMarkus Dittrich <markusle@gentoo.org>2009-12-18 01:26:24 +0000
commit45afdc5d8244cce77ba78abc03402b7cda5052a1 (patch)
treed595fa3036d2bbb2e690144c96b00e93a03c565d /sci-physics/abinit/files
parentStable for HPPA (bug #296580). (diff)
downloadhistorical-45afdc5d8244cce77ba78abc03402b7cda5052a1.tar.gz
historical-45afdc5d8244cce77ba78abc03402b7cda5052a1.tar.bz2
historical-45afdc5d8244cce77ba78abc03402b7cda5052a1.zip
Updated ebuild so it honors CFLAGS/FFLAGS and installs docs properly (fixes bug#297195).
Package-Manager: portage-2.1.7.14/cvs/Linux x86_64
Diffstat (limited to 'sci-physics/abinit/files')
-rw-r--r--sci-physics/abinit/files/abinit-5.4.4-test.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/sci-physics/abinit/files/abinit-5.4.4-test.patch b/sci-physics/abinit/files/abinit-5.4.4-test.patch
new file mode 100644
index 000000000000..c9d476a4619f
--- /dev/null
+++ b/sci-physics/abinit/files/abinit-5.4.4-test.patch
@@ -0,0 +1,24 @@
+diff -Naur abinit-5.4.4/tests/Scripts/wrap-parallel-tests.sh abinit-5.4.4.new/tests/Scripts/wrap-parallel-tests.sh
+--- abinit-5.4.4/tests/Scripts/wrap-parallel-tests.sh 2007-10-15 00:19:31.000000000 -0400
++++ abinit-5.4.4.new/tests/Scripts/wrap-parallel-tests.sh 2009-12-17 20:01:02.000000000 -0500
+@@ -22,7 +22,7 @@
+
+ # Init
+ my_name="wrap-parallel-tests"
+-my_cnffile="tests.env"
++my_cnffile="../tests/tests.env"
+
+ # Check arguments
+ if test "${#}" -lt "2"; then
+diff -Naur abinit-5.4.4/tests/Scripts/wrap-standard-tests.sh abinit-5.4.4.new/tests/Scripts/wrap-standard-tests.sh
+--- abinit-5.4.4/tests/Scripts/wrap-standard-tests.sh 2007-10-15 00:19:31.000000000 -0400
++++ abinit-5.4.4.new/tests/Scripts/wrap-standard-tests.sh 2009-12-17 20:01:22.000000000 -0500
+@@ -3,7 +3,7 @@
+ #
+
+ my_name="wrap-standard-tests"
+-my_cnffile="tests.env"
++my_cnffile="../tests/tests.env"
+
+ # Check arguments
+ if test "${#}" -lt "1"; then