diff options
author | Olivier Fisette <ribosome@gentoo.org> | 2005-06-26 01:55:08 +0000 |
---|---|---|
committer | Olivier Fisette <ribosome@gentoo.org> | 2005-06-26 01:55:08 +0000 |
commit | c56e438c618eeed661bec0ceb03f4e11ab66b7c8 (patch) | |
tree | cc51372800eaa67cec857ef06e3a3be736891f35 /sci-mathematics/octave/files | |
parent | making test x86-only, as it is possibly broken on other arches (diff) | |
download | gentoo-2-c56e438c618eeed661bec0ceb03f4e11ab66b7c8.tar.gz gentoo-2-c56e438c618eeed661bec0ceb03f4e11ab66b7c8.tar.bz2 gentoo-2-c56e438c618eeed661bec0ceb03f4e11ab66b7c8.zip |
Removed obsolete version and unused patches.
(Portage version: 2.0.51.19)
Diffstat (limited to 'sci-mathematics/octave/files')
-rw-r--r-- | sci-mathematics/octave/files/digest-octave-2.1.64 | 1 | ||||
-rw-r--r-- | sci-mathematics/octave/files/filebuf.diff | 41 | ||||
-rw-r--r-- | sci-mathematics/octave/files/kill-dvips.diff | 62 |
3 files changed, 0 insertions, 104 deletions
diff --git a/sci-mathematics/octave/files/digest-octave-2.1.64 b/sci-mathematics/octave/files/digest-octave-2.1.64 deleted file mode 100644 index bf66a94cf4d9..000000000000 --- a/sci-mathematics/octave/files/digest-octave-2.1.64 +++ /dev/null @@ -1 +0,0 @@ -MD5 01ec8b13bd850123b190129be93adc1f octave-2.1.64.tar.bz2 4341798 diff --git a/sci-mathematics/octave/files/filebuf.diff b/sci-mathematics/octave/files/filebuf.diff deleted file mode 100644 index 23a12464b348..000000000000 --- a/sci-mathematics/octave/files/filebuf.diff +++ /dev/null @@ -1,41 +0,0 @@ -diff -urN octave-2.1.36/src/c-file-ptr-stream.h octave-2.1.36-modified/src/c-file-ptr-stream.h ---- octave-2.1.36/src/c-file-ptr-stream.h Thu Nov 1 23:12:00 2001 -+++ octave-2.1.36-modified/src/c-file-ptr-stream.h Mon Jul 15 11:28:29 2002 -@@ -31,13 +31,23 @@ - #include <fstream> - #include <cstdio> - -+#if __GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 1) -+# include <ext/stdio_filebuf.h> -+#endif -+ - class --c_file_ptr_buf : public std::filebuf -+#if defined __GNUC__ && (__GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 1)) -+ c_file_ptr_buf : public __gnu_cxx::stdio_filebuf<char> -+#else -+ c_file_ptr_buf : public std::filebuf -+#endif - { - public: - - #if !defined (CXX_ISO_COMPLIANT_LIBRARY) - typedef int int_type; -+#else -+ typedef std::filebuf::int_type int_type; - #endif - - typedef int (*close_fcn) (FILE *); -@@ -47,7 +57,11 @@ - c_file_ptr_buf (FILE *f_arg, close_fcn cf_arg = ::fclose) - : - #if defined __GNUC__ && __GNUC__ >= 3 -- std::filebuf (f_arg, std::ios::in | std::ios::out), -+# if __GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 1) -+ __gnu_cxx::stdio_filebuf<char> (f_arg, std::ios::in | std::ios::out), -+# else -+ std::filebuf (f_arg, std::ios::in | std::ios::out), -+#endif - #else - std::filebuf (f_arg ? fileno (f_arg) : -1), - #endif diff --git a/sci-mathematics/octave/files/kill-dvips.diff b/sci-mathematics/octave/files/kill-dvips.diff deleted file mode 100644 index 9d6ff5dead13..000000000000 --- a/sci-mathematics/octave/files/kill-dvips.diff +++ /dev/null @@ -1,62 +0,0 @@ -diff -ru octave-2.1.36/doc/faq/Makefile octave-2.1.36-fixed/doc/faq/Makefile ---- octave-2.1.36/doc/faq/Makefile 2002-09-30 20:37:06.000000000 -0500 -+++ octave-2.1.36-fixed/doc/faq/Makefile 2002-09-30 21:18:21.000000000 -0500 -@@ -46,8 +46,6 @@ - export TEXINPUTS; \ - $(TEXI2DVI) $(srcdir)/Octave-FAQ.texi - --Octave-FAQ.ps: Octave-FAQ.dvi -- -dvips -o Octave-FAQ.ps Octave-FAQ.dvi - - # These option forms are supported by texi2html 1.65 and probably also - # more recent versions. -diff -ru octave-2.1.36/doc/interpreter/Makefile octave-2.1.36-fixed/doc/interpreter/Makefile ---- octave-2.1.36/doc/interpreter/Makefile 2002-09-30 20:37:06.000000000 -0500 -+++ octave-2.1.36-fixed/doc/interpreter/Makefile 2002-09-30 21:18:30.000000000 -0500 -@@ -88,8 +88,6 @@ - export TEXINPUTS; \ - $(TEXI2DVI) $< - --octave.ps: octave.dvi -- -dvips -o octave.ps octave.dvi - - ../../INSTALL.OCTAVE: install.texi - rm -f INSTALL -diff -ru octave-2.1.36/doc/liboctave/Makefile octave-2.1.36-fixed/doc/liboctave/Makefile ---- octave-2.1.36/doc/liboctave/Makefile 2002-09-30 20:37:06.000000000 -0500 -+++ octave-2.1.36-fixed/doc/liboctave/Makefile 2002-09-30 21:18:38.000000000 -0500 -@@ -50,8 +50,6 @@ - export TEXINPUTS; \ - $(TEXI2DVI) $(srcdir)/liboctave.texi - --liboctave.ps: liboctave.dvi -- -dvips -o liboctave.ps liboctave.dvi - - # These option forms are supported by texi2html 1.65 and probably also - # more recent versions. -diff -ru octave-2.1.36/doc/refcard/Makefile octave-2.1.36-fixed/doc/refcard/Makefile ---- octave-2.1.36/doc/refcard/Makefile 2002-09-30 20:37:06.000000000 -0500 -+++ octave-2.1.36-fixed/doc/refcard/Makefile 2002-09-30 21:19:08.000000000 -0500 -@@ -38,22 +38,16 @@ - -TEXINPUTS="$(srcdir):$(TEXINPUTS):"; export TEXINPUTS; \ - tex $(srcdir)/refcard-a4.tex - --refcard-a4.ps: refcard-a4.dvi -- -dvips -T 297mm,210mm -o refcard-a4.ps refcard-a4.dvi - - refcard-legal.dvi: refcard-legal.tex refcard.tex - -TEXINPUTS="$(srcdir):$(TEXINPUTS):"; export TEXINPUTS; \ - tex $(srcdir)/refcard-legal.tex - --refcard-legal.ps: refcard-legal.dvi -- -dvips -T 14in,8.5in -o refcard-legal.ps refcard-legal.dvi - - refcard-letter.dvi: refcard-letter.tex refcard.tex - -TEXINPUTS="$(srcdir):$(TEXINPUTS):"; export TEXINPUTS; \ - tex $(srcdir)/refcard-letter.tex - --refcard-letter.ps: refcard-letter.dvi -- -dvips -T 11in,8.5in -o refcard-letter.ps refcard-letter.dvi - - check install install-strip uninstall: - .PHONY: check install install-strip uninstall |