aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbicatali <bicatali@32389bae-6d03-0410-99cf-db05cde120eb>2006-04-11 15:14:08 +0000
committerbicatali <bicatali@32389bae-6d03-0410-99cf-db05cde120eb>2006-04-11 15:14:08 +0000
commite11d423463a7307c4d2cc9c2827b81017b826197 (patch)
treef59432f921a06833d21f99ff0ce122e24769bced /sci-mathematics/maxima
parentvarious ebuild cleaning (diff)
downloadsci-e11d423463a7307c4d2cc9c2827b81017b826197.tar.gz
sci-e11d423463a7307c4d2cc9c2827b81017b826197.tar.bz2
sci-e11d423463a7307c4d2cc9c2827b81017b826197.zip
maxima-5.9.3: removed unicode patch
git-svn-id: http://overlays.gentoo.org/svn/proj/science/overlay@159 32389bae-6d03-0410-99cf-db05cde120eb
Diffstat (limited to 'sci-mathematics/maxima')
-rw-r--r--sci-mathematics/maxima/Manifest3
-rw-r--r--sci-mathematics/maxima/files/maxima-5.9.3-unicode-fix.patch24
-rw-r--r--sci-mathematics/maxima/maxima-5.9.3.ebuild4
3 files changed, 2 insertions, 29 deletions
diff --git a/sci-mathematics/maxima/Manifest b/sci-mathematics/maxima/Manifest
index d530a819c..b24c9eb70 100644
--- a/sci-mathematics/maxima/Manifest
+++ b/sci-mathematics/maxima/Manifest
@@ -3,6 +3,5 @@ MD5 b97aaf31b888a90139f3e81e504b63ce files/50maxima-gentoo.el 625
MD5 ac0c8d5019ce779963eb865a3fae115f files/digest-maxima-5.9.3 65
MD5 19f868e092b9726a4d0371521ebce6ff files/maxima-5.9.3-default-browser.patch 498
MD5 71f7028fab51b5e5378fd5021ffa1962 files/maxima-5.9.3-emaxima.patch 706
-MD5 667b7e3510b78f57b4af69187b3e5c27 files/maxima-5.9.3-unicode-fix.patch 1321
-MD5 a8da6a8b122707c3e8a53618a5170045 maxima-5.9.3.ebuild 3693
+MD5 eea16a972633943a51103d4add194ddf maxima-5.9.3.ebuild 3617
MD5 c3d7c3219b41fb3757f8852ce032e3e6 metadata.xml 806
diff --git a/sci-mathematics/maxima/files/maxima-5.9.3-unicode-fix.patch b/sci-mathematics/maxima/files/maxima-5.9.3-unicode-fix.patch
deleted file mode 100644
index 67f12a165..000000000
--- a/sci-mathematics/maxima/files/maxima-5.9.3-unicode-fix.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff -Naur maxima-5.9.3/src/numerical/f2cl-lib.lisp maxima-5.9.3.new/src/numerical/f2cl-lib.lisp
---- maxima-5.9.3/src/numerical/f2cl-lib.lisp 2006-01-31 10:22:26.000000000 -0500
-+++ maxima-5.9.3.new/src/numerical/f2cl-lib.lisp 2006-04-07 12:03:43.000000000 -0400
-@@ -1413,7 +1413,7 @@
- ;;; These changes come from maxima.
- ;;;
- ;;; Revision 1.61 2005/03/28 20:38:18 rtoy
--;;; Make strings with an element-type of character instead of base-char,
-+;;; Make strings with an element-type of character instead of character,
- ;;; in case the Lisp implementation has unicode support.
- ;;;
- ;;; Revision 1.60 2004/09/01 14:17:57 rtoy
-diff -Naur maxima-5.9.3/src/server.lisp maxima-5.9.3.new/src/server.lisp
---- maxima-5.9.3/src/server.lisp 2005-11-07 12:37:12.000000000 -0500
-+++ maxima-5.9.3.new/src/server.lisp 2006-04-07 12:03:43.000000000 -0400
-@@ -52,7 +52,7 @@
- :element-type (if bin '(unsigned-byte 8) 'character)))
- #+gcl (si::socket port :host host)
- #+lispworks (comm:open-tcp-stream host port :direction :io :element-type
-- (if bin 'unsigned-byte 'base-char))
-+ (if bin 'unsigned-byte 'character))
- #-(or allegro clisp cmu scl sbcl gcl lispworks)
- (error 'not-implemented :proc (list 'open-socket host port bin))))
-
diff --git a/sci-mathematics/maxima/maxima-5.9.3.ebuild b/sci-mathematics/maxima/maxima-5.9.3.ebuild
index 27e515702..503d1a96d 100644
--- a/sci-mathematics/maxima/maxima-5.9.3.ebuild
+++ b/sci-mathematics/maxima/maxima-5.9.3.ebuild
@@ -39,9 +39,7 @@ RDEPEND=">=sci-visualization/gnuplot-4.0
src_unpack() {
unpack ${A}
- # patch to fix unicode stuff
- epatch "${FILESDIR}"/${PF}-unicode-fix.patch
- # small patch taken from Fedora package
+ # small patch for emaxima (from fedora)
epatch "${FILESDIR}"/${PF}-emaxima.patch
# patch to select firefox as def. browswer and add opera as choices
epatch "${FILESDIR}"/${PF}-default-browser.patch