diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-11-15 07:10:53 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-11-15 07:10:53 +0000 |
commit | 0fc1d3afbbe0cce91240b7f9a3c662ba0e463214 (patch) | |
tree | 4af8753d87b70cbabbdc41fc187640a71a226ec6 /app-sci/maxima/maxima-5.9.0-r2.ebuild | |
parent | new package as per bug #22103, submitted by cparpart@surakware.net, but heavi... (diff) | |
download | gentoo-2-0fc1d3afbbe0cce91240b7f9a3c662ba0e463214.tar.gz gentoo-2-0fc1d3afbbe0cce91240b7f9a3c662ba0e463214.tar.bz2 gentoo-2-0fc1d3afbbe0cce91240b7f9a3c662ba0e463214.zip |
repoman violations fix
Diffstat (limited to 'app-sci/maxima/maxima-5.9.0-r2.ebuild')
-rw-r--r-- | app-sci/maxima/maxima-5.9.0-r2.ebuild | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/app-sci/maxima/maxima-5.9.0-r2.ebuild b/app-sci/maxima/maxima-5.9.0-r2.ebuild index fb4888c91346..0048245b4aa6 100644 --- a/app-sci/maxima/maxima-5.9.0-r2.ebuild +++ b/app-sci/maxima/maxima-5.9.0-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/maxima/maxima-5.9.0-r2.ebuild,v 1.1 2003/10/05 23:33:48 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/maxima/maxima-5.9.0-r2.ebuild,v 1.2 2003/11/15 07:10:51 seemant Exp $ DESCRIPTION="Free computer algebra environment, based on Macsyma" HOMEPAGE="http://maxima.sourceforge.net/" @@ -76,12 +76,13 @@ pkg_postinst() { fi if [ -n "`use emacs`" ] then - einfo "In order to use Maxima with emacs, add the following to your .emacs file: - (setq load-path (cons "/usr/share/maxima/5.9.0/emacs" load-path)) - (autoload 'maxima-mode "maxima" "Maxima mode" t) - (autoload 'maxima "maxima" "Maxima interactive" t) - (setq auto-mode-alist (cons '("\\.max" . maxima-mode) auto-mode-alist)) - (autoload 'emaxima-mode "emaxima" "EMaxima" t) - (add-hook 'emaxima-mode-hook 'emaxima-mark-file-as-emaxima)" + einfo "In order to use Maxima with emacs, add the following to your" + einfo ".emacs file:" + einfo "(setq load-path (cons "/usr/share/maxima/5.9.0/emacs" load-path))" + einfo "(autoload 'maxima-mode "maxima" "Maxima mode" t)" + einfo "(autoload 'maxima "maxima" "Maxima interactive" t)" + einfo "(setq auto-mode-alist (cons '("\\.max" . maxima-mode) auto-mode-alist))" + einfo "(autoload 'emaxima-mode "emaxima" "EMaxima" t)" + einfo "(add-hook 'emaxima-mode-hook 'emaxima-mark-file-as-emaxima)" fi } |