diff options
author | 2005-06-26 02:13:44 +0000 | |
---|---|---|
committer | 2005-06-26 02:13:44 +0000 | |
commit | f7510da3b291bc3975337e4f35fcd54c0aa8f232 (patch) | |
tree | 0cbc0e46dd399e600fa0f307c430581accd94080 /sci-mathematics/octave-forge/files | |
parent | Stable x86 and amd64. (diff) | |
download | gentoo-2-f7510da3b291bc3975337e4f35fcd54c0aa8f232.tar.gz gentoo-2-f7510da3b291bc3975337e4f35fcd54c0aa8f232.tar.bz2 gentoo-2-f7510da3b291bc3975337e4f35fcd54c0aa8f232.zip |
Stable x86 and amd64. Removed obsolete versions.
(Portage version: 2.0.51.19)
Diffstat (limited to 'sci-mathematics/octave-forge/files')
5 files changed, 0 insertions, 44 deletions
diff --git a/sci-mathematics/octave-forge/files/digest-octave-forge-2004.02.12 b/sci-mathematics/octave-forge/files/digest-octave-forge-2004.02.12 deleted file mode 100644 index 3b4a03489469..000000000000 --- a/sci-mathematics/octave-forge/files/digest-octave-forge-2004.02.12 +++ /dev/null @@ -1 +0,0 @@ -MD5 2c8a35bc59844c1fd4068a1213a3bc26 octave-forge-2004.02.12.tar.gz 2740019 diff --git a/sci-mathematics/octave-forge/files/digest-octave-forge-2004.02.12-r1 b/sci-mathematics/octave-forge/files/digest-octave-forge-2004.02.12-r1 deleted file mode 100644 index 3b4a03489469..000000000000 --- a/sci-mathematics/octave-forge/files/digest-octave-forge-2004.02.12-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 2c8a35bc59844c1fd4068a1213a3bc26 octave-forge-2004.02.12.tar.gz 2740019 diff --git a/sci-mathematics/octave-forge/files/digest-octave-forge-2004.11.16 b/sci-mathematics/octave-forge/files/digest-octave-forge-2004.11.16 deleted file mode 100644 index 21c0054a6461..000000000000 --- a/sci-mathematics/octave-forge/files/digest-octave-forge-2004.11.16 +++ /dev/null @@ -1 +0,0 @@ -MD5 a8e52c27159a110a26ab57c10d3883b0 octave-forge-2004.11.16.tar.gz 3639093 diff --git a/sci-mathematics/octave-forge/files/octave-2.1.57+.patch b/sci-mathematics/octave-forge/files/octave-2.1.57+.patch deleted file mode 100644 index f2a889b6499f..000000000000 --- a/sci-mathematics/octave-forge/files/octave-2.1.57+.patch +++ /dev/null @@ -1,21 +0,0 @@ ---- main/comm/galois-def.h 1 Apr 2003 19:37:14 -0000 -+++ main/comm/galois-def.h 12 Mar 2004 21:51:45 -0000 -@@ -306,13 +306,17 @@ - return r; \ - } - -+#define TBM boolMatrix (1, 1, true) -+#define FBM boolMatrix (1, 1, false) -+#define NBM boolMatrix () -+ - #define MM_CMP_OPS1(M1, C1, M2, C2, GR1, GR2, CHECK) \ - MM_CMP_OP1(mx_el_lt, <, M1, C1, M2, C2, GR1, GR2, CHECK, NBM, NBM) \ - MM_CMP_OP1(mx_el_le, <=, M1, C1, M2, C2, GR1, GR2, CHECK, NBM, NBM) \ - MM_CMP_OP1(mx_el_ge, >=, M1, C1, M2, C2, GR1, GR2, CHECK, NBM, NBM) \ - MM_CMP_OP1(mx_el_gt, >, M1, C1, M2, C2, GR1, GR2, CHECK, NBM, NBM) \ - MM_CMP_OP1(mx_el_eq, ==, M1, , M2, , GR1, GR2, CHECK, FBM, TBM) \ -- MM_CMP_OP1(mx_el_ne, !=, M1, , M2, , GR1, GR2, CHECK, TBM, FBM) \ -+ MM_CMP_OP1(mx_el_ne, !=, M1, , M2, , GR1, GR2, CHECK, TBM, FBM) - - #define MM_BOOL_OP1(F, OP, M1, M2, ZERO, GR1, GR2, CHECKTYPE) \ - boolMatrix \ diff --git a/sci-mathematics/octave-forge/files/octave-forge-2004.02.12-fPIC.patch b/sci-mathematics/octave-forge/files/octave-forge-2004.02.12-fPIC.patch deleted file mode 100644 index 6d6c451d04cb..000000000000 --- a/sci-mathematics/octave-forge/files/octave-forge-2004.02.12-fPIC.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- main/miscellaneous/Makefile 2004-03-17 20:49:42.021540006 +0000 -+++ main/miscellaneous/Makefile 2004-03-17 20:51:52.258546237 +0000 -@@ -23,7 +23,7 @@ - $(MKOCTFILE) -c listencanfork.c - - xmltree.o: xmltree.c xmltree.h -- $(CC) -c $< -o $@ -+ $(CC) -fPIC -c $< -o $@ - - ifdef FLEXML - xmltree_read.l: xmltree_read.act octave.dtd -@@ -36,7 +36,7 @@ - endif - - xmltree_read.o: xmltree_read.c xmltree_read.h -- $(CC) -c $< -o $@ -+ $(CC) -fPIC -c $< -o $@ - - xmlread.o: xmlread.cc xmltree_read.h xmltree.h - $(MKOCTFILE) -c $< -o $@ |