diff options
author | Markus Dittrich <markusle@gentoo.org> | 2007-08-05 17:20:48 +0000 |
---|---|---|
committer | Markus Dittrich <markusle@gentoo.org> | 2007-08-05 17:20:48 +0000 |
commit | 241b69c2013b40d047ab4c411e4e1e5af7d91136 (patch) | |
tree | 905c8e925749fc1677302ba92356fe3aad5f8ceb /sci-mathematics/singular/files | |
parent | Stable on amd64 wrt bug #187626 (diff) | |
download | gentoo-2-241b69c2013b40d047ab4c411e4e1e5af7d91136.tar.gz gentoo-2-241b69c2013b40d047ab4c411e4e1e5af7d91136.tar.bz2 gentoo-2-241b69c2013b40d047ab4c411e4e1e5af7d91136.zip |
Version bump and removed old ebuild (see bug #187562).
(Portage version: 2.1.3_rc9)
Diffstat (limited to 'sci-mathematics/singular/files')
-rw-r--r-- | sci-mathematics/singular/files/digest-singular-3.0.1.1 | 6 | ||||
-rw-r--r-- | sci-mathematics/singular/files/digest-singular-3.0.3 | 6 | ||||
-rw-r--r-- | sci-mathematics/singular/files/singular-3.0.3-gentoo.diff | 83 |
3 files changed, 89 insertions, 6 deletions
diff --git a/sci-mathematics/singular/files/digest-singular-3.0.1.1 b/sci-mathematics/singular/files/digest-singular-3.0.1.1 deleted file mode 100644 index 11c37fa2495d..000000000000 --- a/sci-mathematics/singular/files/digest-singular-3.0.1.1 +++ /dev/null @@ -1,6 +0,0 @@ -MD5 0534ea706c1eda4df706a341bafee947 Singular-3-0-1-1.tar.gz 10612472 -RMD160 46c0eda76c2b9ae7296b5ac346eb6daff0069b41 Singular-3-0-1-1.tar.gz 10612472 -SHA256 3d0fa0d13503df20fff1101f6efbde172b7fc4910a55018e3b0df79808dcf883 Singular-3-0-1-1.tar.gz 10612472 -MD5 e9ac8802f2c3bcfbecd1c34837f7c826 Singular-3-0-1-share.tar.gz 3909236 -RMD160 f1a1792cbb0688e1353285f898a2e40bc88fd4f6 Singular-3-0-1-share.tar.gz 3909236 -SHA256 5b8647886e15ca0a296a7d08a4161ecdc6fe5ef558cd9b36acda95a21a0883a2 Singular-3-0-1-share.tar.gz 3909236 diff --git a/sci-mathematics/singular/files/digest-singular-3.0.3 b/sci-mathematics/singular/files/digest-singular-3.0.3 new file mode 100644 index 000000000000..e8235088b910 --- /dev/null +++ b/sci-mathematics/singular/files/digest-singular-3.0.3 @@ -0,0 +1,6 @@ +MD5 35f3d8d2dddeffdfcfa4b2fb0ac03201 Singular-3-0-3-share.tar.gz 6656532 +RMD160 5cc28c8a13383ac51e143da227159bcd17c40d2b Singular-3-0-3-share.tar.gz 6656532 +SHA256 fbd1d4522237ced5589c37d26ac83cfc9b000a869af6e1e84a355a846d234116 Singular-3-0-3-share.tar.gz 6656532 +MD5 df022b776506d36a9a671c8333eeac7e Singular-3-0-3.tar.gz 13757114 +RMD160 dfc2263237c86995963a7f3a46d65f57bf95d843 Singular-3-0-3.tar.gz 13757114 +SHA256 0b2afd008969068c984444f57297c2ccfabf792a83b726fda73e31e424014a6e Singular-3-0-3.tar.gz 13757114 diff --git a/sci-mathematics/singular/files/singular-3.0.3-gentoo.diff b/sci-mathematics/singular/files/singular-3.0.3-gentoo.diff new file mode 100644 index 000000000000..aeb556cb1fdf --- /dev/null +++ b/sci-mathematics/singular/files/singular-3.0.3-gentoo.diff @@ -0,0 +1,83 @@ +diff -Naur Singular-3-0-3/kernel/feResource.cc Singular-3-0-3.new/kernel/feResource.cc +--- Singular-3-0-3/kernel/feResource.cc 2005-07-27 05:46:19.000000000 -0400 ++++ Singular-3-0-3.new/kernel/feResource.cc 2007-08-04 07:52:22.000000000 -0400 +@@ -41,7 +41,7 @@ + #define SINGULAR_DEFAULT_DIR "/usr/local/Singular/"S_VERSION1 + #endif + #else // ! defined(MAKE_DISTRIBUTION) +-#define SINGULAR_DEFAULT_DIR S_ROOT_DIR ++#define SINGULAR_DEFAULT_DIR "/usr" + #endif // defined(MAKE_DISTRIBUTION) + + /***************************************************************** +@@ -73,33 +73,31 @@ + { + {"SearchPath", 's', feResPath, NULL, + "$SINGULARPATH;" +- "%b/LIB;" +- "%b/MOD;" ++ "%r/share/singular/MOD;" + "%r/LIB;" +- "%r/../LIB;" ++ "%r/share/singular/LIB;" + "%d/LIB;" +- "%d/../LIB" + ""}, +- {"Singular", 'S', feResBinary,"SINGULAR_EXECUTABLE", "%d/"S_UNAME"/Singular",""}, +- {"BinDir", 'b', feResDir, "SINGULAR_BIN_DIR", "%d/"S_UNAME ""}, +- {"RootDir", 'r', feResDir, "SINGULAR_ROOT_DIR", "%b/..", ""}, ++ {"Singular", 'S', feResBinary,"SINGULAR_EXECUTABLE", "%d/bin/Singular",""}, ++ {"BinDir", 'b', feResDir, "SINGULAR_BIN_DIR", "%d/bin" ""}, ++ {"RootDir", 'r', feResDir, "SINGULAR_ROOT_DIR", "%d", ""}, + {"DefaultDir",'d', feResDir, "SINGULAR_DEFAULT_DIR", SINGULAR_DEFAULT_DIR, ""}, +- {"InfoFile", 'i', feResFile, "SINGULAR_INFO_FILE", "%r/info/singular.hlp", ""}, +- {"IdxFile", 'x', feResFile, "SINGULAR_IDX_FILE", "%r/doc/singular.idx", ""}, +- {"HtmlDir", 'h', feResDir, "SINGULAR_HTML_DIR", "%r/html", ""}, ++ {"InfoFile", 'i', feResFile, "SINGULAR_INFO_FILE", "%r/share/singular/singular.hlp", ""}, ++ {"IdxFile", 'x', feResFile, "SINGULAR_IDX_FILE", "%r/share/singular/singular.idx", ""}, ++ {"HtmlDir", 'h', feResDir, "SINGULAR_HTML_DIR", "%r/share/doc/PFSUBST/html", ""}, + #ifdef ix86_Win + {"HtmlHelpFile", 'C', feResFile, "SINGULAR_CHM_FILE", "%r/doc/Manual.chm", ""}, + #endif + {"ManualUrl", 'u', feResUrl, "SINGULAR_URL", "http://www.singular.uni-kl.de/Manual/"S_VERSION1, ""}, +- {"ExDir", 'm', feResDir, "SINGULAR_EXAMPLES_DIR","%r/examples", ""}, ++ {"ExDir", 'm', feResDir, "SINGULAR_EXAMPLES_DIR","%r/share/doc/PFSUBST/examples", ""}, + {"Path", 'p', feResPath, NULL, "%b;$PATH", ""}, + + #ifdef ESINGULAR + {"emacs", 'E', feResBinary, "ESINGULAR_EMACS", "%b/emacs", ""}, + {"xemacs", 'A', feResBinary, "ESINGULAR_EMACS", "%b/xemacs", ""}, + {"SingularEmacs",'M',feResBinary, "ESINGULAR_SINGULAR", "%b/Singular", ""}, +- {"EmacsLoad",'l', feResFile, "ESINGULAR_EMACS_LOAD", "%e/.emacs-singular", ""}, +- {"EmacsDir", 'e', feResDir, "ESINGULAR_EMACS_DIR", "%r/emacs", ""}, ++ {"EmacsLoad",'l', feResFile, "ESINGULAR_EMACS_LOAD", "%r/share/singular/emacs/.emacs-singular", ""}, ++ {"EmacsDir", 'e', feResDir, "ESINGULAR_EMACS_DIR", "%r/share/singular/emacs", ""}, + #elif defined(TSINGULAR) + {"SingularXterm",'M',feResBinary, "TSINGULAR_SINGULAR", "%b/Singular", ""}, + #ifdef ix86_Win +@@ -108,7 +106,7 @@ + {"xterm", 'X', feResBinary,"XTERM", "%b/xterm", ""}, + #endif + #else +- {"EmacsDir", 'e', feResDir, "SINGULAR_EMACS_DIR", "%r/emacs", ""}, ++ {"EmacsDir", 'e', feResDir, "SINGULAR_EMACS_DIR", "%r/share/singular/emacs", ""}, + #endif + {NULL, 0, feResUndef, NULL, NULL, NULL}, // must be the last record + }; +diff -Naur Singular-3-0-3/kernel/mod_raw.cc Singular-3-0-3.new/kernel/mod_raw.cc +--- Singular-3-0-3/kernel/mod_raw.cc 2007-03-17 12:38:42.000000000 -0400 ++++ Singular-3-0-3.new/kernel/mod_raw.cc 2007-08-04 07:52:22.000000000 -0400 +@@ -111,11 +111,11 @@ + void* dynl_open_binary_warn(char* binary_name, const char* msg) + { + void* handle = NULL; +- const char* bin_dir = feGetResource('b'); ++ const char* bin_dir = feGetResource('r'); + if (bin_dir != NULL) + { + char path_name[MAXPATHLEN]; +- sprintf(path_name, "%s%s%s.%s", bin_dir, DIR_SEPP, binary_name, ++ sprintf(path_name, "%s%s%s%s.%s", bin_dir,"/lib/singular", DIR_SEPP, binary_name, + DL_TAIL); + handle = dynl_open(path_name); + if (handle == NULL && ! warn_handle) |