summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Dittrich <markusle@gentoo.org>2007-12-18 16:43:21 +0000
committerMarkus Dittrich <markusle@gentoo.org>2007-12-18 16:43:21 +0000
commitf3c40c8f6cbb96471a40286c9b51ca31f1f23f6b (patch)
treefb896c5d9bd1aa39c9857b87025ff33fe3d75b7d /sci-mathematics/geomview/files
parentsys-apps/findutils: Update SELinux patch for 4.3.11. (diff)
downloadhistorical-f3c40c8f6cbb96471a40286c9b51ca31f1f23f6b.tar.gz
historical-f3c40c8f6cbb96471a40286c9b51ca31f1f23f6b.tar.bz2
historical-f3c40c8f6cbb96471a40286c9b51ca31f1f23f6b.zip
Updated emacs support and removed old versions (fixes bug #194543).
Package-Manager: portage-2.1.4_rc10
Diffstat (limited to 'sci-mathematics/geomview/files')
-rw-r--r--sci-mathematics/geomview/files/50geomview-gentoo.el6
-rw-r--r--sci-mathematics/geomview/files/digest-geomview-1.8.1-r33
-rw-r--r--sci-mathematics/geomview/files/digest-geomview-1.8.2_rc93
-rw-r--r--sci-mathematics/geomview/files/geomview-1.8.1-configure.diff11
-rw-r--r--sci-mathematics/geomview/files/geomview-1.8.1-stdiostream.diff142
5 files changed, 6 insertions, 159 deletions
diff --git a/sci-mathematics/geomview/files/50geomview-gentoo.el b/sci-mathematics/geomview/files/50geomview-gentoo.el
new file mode 100644
index 000000000000..020fa2ae26d0
--- /dev/null
+++ b/sci-mathematics/geomview/files/50geomview-gentoo.el
@@ -0,0 +1,6 @@
+;;; gvcl-mode site-lisp configuration
+
+(add-to-list 'load-path "@SITELISP@")
+(autoload 'gvcl-mode "gvcl-mode"
+ "Major mode for editing Geomview Command Language files." t)
+(add-to-list 'auto-mode-alist '("\\.gcl\\'" . gvcl-mode))
diff --git a/sci-mathematics/geomview/files/digest-geomview-1.8.1-r3 b/sci-mathematics/geomview/files/digest-geomview-1.8.1-r3
deleted file mode 100644
index f94587a5b83a..000000000000
--- a/sci-mathematics/geomview/files/digest-geomview-1.8.1-r3
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 1cb0e07a6552e9fe122491af70171536 geomview-1.8.1.tar.gz 2766832
-RMD160 4c42b928376517115e1bba16c978b80ff41b7b45 geomview-1.8.1.tar.gz 2766832
-SHA256 4e65674b4a06b2042067003b5113eafd78b675748d4b572ee55c3ac93222703f geomview-1.8.1.tar.gz 2766832
diff --git a/sci-mathematics/geomview/files/digest-geomview-1.8.2_rc9 b/sci-mathematics/geomview/files/digest-geomview-1.8.2_rc9
deleted file mode 100644
index e13be276a16d..000000000000
--- a/sci-mathematics/geomview/files/digest-geomview-1.8.2_rc9
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 a8d62bdf60e385f36e0a59f4d8bec361 geomview-1.8.2-rc9.tar.bz2 3053944
-RMD160 93705bef1d32796c3efec4891add5a1c6d4c12dc geomview-1.8.2-rc9.tar.bz2 3053944
-SHA256 dd7b6f066bda3cbcf628ef7ea3e4dd9da15948d15c1ab4125b89dfbd9d127738 geomview-1.8.2-rc9.tar.bz2 3053944
diff --git a/sci-mathematics/geomview/files/geomview-1.8.1-configure.diff b/sci-mathematics/geomview/files/geomview-1.8.1-configure.diff
deleted file mode 100644
index 7c4b3e56b859..000000000000
--- a/sci-mathematics/geomview/files/geomview-1.8.1-configure.diff
+++ /dev/null
@@ -1,11 +0,0 @@
---- geomview-1.8.1/configure.old 2003-10-06 20:19:35.000000000 -0700
-+++ geomview-1.8.1/configure 2003-10-06 20:20:22.000000000 -0700
-@@ -3319,7 +3319,7 @@
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
- rm -rf conftest*
-- STRSTREAMLIB=-liostream
-+ STRSTREAMLIB=-lstdc++
-
- fi
- rm -f conftest*
diff --git a/sci-mathematics/geomview/files/geomview-1.8.1-stdiostream.diff b/sci-mathematics/geomview/files/geomview-1.8.1-stdiostream.diff
deleted file mode 100644
index e7821b6c338d..000000000000
--- a/sci-mathematics/geomview/files/geomview-1.8.1-stdiostream.diff
+++ /dev/null
@@ -1,142 +0,0 @@
-*** src/lib/oogl/util/glibglue.C 2001-02-23 05:40:30.000000000 +0100
---- ../geomview-GCC_3.2/src/lib/oogl/util/glibglue.C 2002-10-30 10:23:54.000000000 +0100
-***************
-*** 1,6 ****
-! #include <streambuf.h>
-! #include <strstream.h>
-! #include <stdiostream.h>
-! #include <iostream.h>
-
- // This C++ glue allows futil.c to use the GNU libc (Linux)
---- 1,4 ----
-! #include <streambuf>
-! #include <sstream>
-
- // This C++ glue allows futil.c to use the GNU libc (Linux)
-***************
-*** 9,20 ****
-
- struct stdio_mark {
-! istdiostream* instream;
-! streammarker *m;
- };
-
-! strstreambuf *
- CC_fmemopen(char *mem, int len)
- {
-! return new strstreambuf(mem, len);
- }
-
---- 7,23 ----
-
- struct stdio_mark {
-! FILE* instream;
-! long m;
- };
-
-! std::stringbuf *
- CC_fmemopen(char *mem, int len)
- {
-! std::stringbuf *b;
-! b = new std::stringbuf;
-! //b->str(mem);
-! b->pubsetbuf(mem, len);
-! return b;
-! //return new std::streambuf(mem, len);
- }
-
-***************
-*** 22,29 ****
- CC_stdio_setmark(stdio_mark *sm, FILE* f)
- {
-! if(sm) delete sm->m;
-! else sm = new stdio_mark;
-! sm->instream = new istdiostream(f);
-! sm->m = new streammarker(sm->instream->rdbuf());
- return sm;
- }
---- 25,31 ----
- CC_stdio_setmark(stdio_mark *sm, FILE* f)
- {
-! if(!sm) sm = new stdio_mark;
-! sm->instream = f;
-! sm->m = ftell(f);
- return sm;
- }
-***************
-*** 32,36 ****
- CC_stdio_seekmark(struct stdio_mark *sm)
- {
-! return sm->instream->rdbuf()->seekmark(*sm->m);
- }
-
---- 34,38 ----
- CC_stdio_seekmark(struct stdio_mark *sm)
- {
-! return fseek(sm->instream, sm->m, SEEK_SET);
- }
-
-***************
-*** 38,44 ****
- CC_stdio_freemark(stdio_mark *sm)
- {
-- delete sm->m;
-- delete sm->instream;
- delete sm;
- }
-
---- 40,45 ----
- CC_stdio_freemark(stdio_mark *sm)
- {
- delete sm;
- }
-
-+
-*** src/lib/oogl/util/futil.c 2001-02-23 05:41:31.000000000 +0100
---- ../geomview-GCC_3.2/src/lib/oogl/util/futil.c 2002-10-30 10:21:38.000000000 +0100
-***************
-*** 841,847 ****
- # endif
- #endif
-! extern struct stdio_mark *CC_stdio_setmark__FP10stdio_markP8_IO_FILE(struct stdio_mark *m, FILE *f);
-! extern int CC_stdio_seekmark__FP10stdio_mark(struct stdio_mark *mark);
-! extern void CC_stdio_freemark__FP10stdio_mark(struct stdio_mark *mark);
-
- #if !USE_FSTROPEN_1
---- 841,853 ----
- # endif
- #endif
-!
-! /* This a very nasty trick to link C++ functions from C code.
-! * The names of the functions bellow are obtained by compiling the
-! * glibglue.C file with "g++ -c" and then using "objdump -t glibglue.o"
-! * to spy the names asigned to the functions
-! */
-! extern struct stdio_mark *_Z16CC_stdio_setmarkP10stdio_markP8_IO_FILE(struct stdio_mark *m, FILE *f);
-! extern int _Z17CC_stdio_seekmarkP10stdio_mark(struct stdio_mark *mark);
-! extern void _Z17CC_stdio_freemarkP10stdio_mark(struct stdio_mark *mark);
-
- #if !USE_FSTROPEN_1
-***************
-*** 857,867 ****
-
- struct stdio_mark *stdio_setmark(struct stdio_mark *m, FILE *f)
-! { return CC_stdio_setmark__FP10stdio_markP8_IO_FILE(m, f); }
-
- int stdio_seekmark(struct stdio_mark *mark)
-! { return CC_stdio_seekmark__FP10stdio_mark(mark) != EOF; }
-
- void stdio_freemark(struct stdio_mark *mark)
-! { CC_stdio_freemark__FP10stdio_mark(mark); }
-
-
---- 863,873 ----
-
- struct stdio_mark *stdio_setmark(struct stdio_mark *m, FILE *f)
-! { return _Z16CC_stdio_setmarkP10stdio_markP8_IO_FILE(m, f); }
-
- int stdio_seekmark(struct stdio_mark *mark)
-! { return _Z17CC_stdio_seekmarkP10stdio_mark(mark) != EOF; }
-
- void stdio_freemark(struct stdio_mark *mark)
-! { _Z17CC_stdio_freemarkP10stdio_mark(mark); }