summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-06-02 14:20:20 +0000
committerAron Griffis <agriffis@gentoo.org>2004-06-02 14:20:20 +0000
commitd0b1ce3ad3dff7984bf2c643344672b63def950a (patch)
tree20e36b70acd26c28cdfbaf1a3f2983b878b37bc5 /app-sci/maxima
parentadd unzip to DEPEND (#52768) (Manifest recommit) (diff)
downloadgentoo-2-d0b1ce3ad3dff7984bf2c643344672b63def950a.tar.gz
gentoo-2-d0b1ce3ad3dff7984bf2c643344672b63def950a.tar.bz2
gentoo-2-d0b1ce3ad3dff7984bf2c643344672b63def950a.zip
Fix use invocation
Diffstat (limited to 'app-sci/maxima')
-rw-r--r--app-sci/maxima/ChangeLog5
-rw-r--r--app-sci/maxima/maxima-5.9.0-r2.ebuild12
2 files changed, 10 insertions, 7 deletions
diff --git a/app-sci/maxima/ChangeLog b/app-sci/maxima/ChangeLog
index 24172b3e8e5d..3312ee0d53e0 100644
--- a/app-sci/maxima/ChangeLog
+++ b/app-sci/maxima/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-sci/maxima
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/app-sci/maxima/ChangeLog,v 1.7 2004/05/17 15:29:12 usata Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-sci/maxima/ChangeLog,v 1.8 2004/06/02 14:16:01 agriffis Exp $
+
+ 02 Jun 2004; Aron Griffis <agriffis@gentoo.org> maxima-5.9.0-r2.ebuild:
+ Fix use invocation
18 May 2004; Mamoru KOMACHI <usata@gentoo.org> maxima-5.9.0-r2.ebuild:
Changed app-text/tetex to virutal/tetex.
diff --git a/app-sci/maxima/maxima-5.9.0-r2.ebuild b/app-sci/maxima/maxima-5.9.0-r2.ebuild
index 6652f1233e60..2dbd9be2516a 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-2004 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.5 2004/05/17 15:29:12 usata Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-sci/maxima/maxima-5.9.0-r2.ebuild,v 1.6 2004/06/02 14:16:01 agriffis Exp $
DESCRIPTION="Free computer algebra environment, based on Macsyma"
HOMEPAGE="http://maxima.sourceforge.net/"
@@ -43,13 +43,13 @@ src_compile() {
src_install() {
make DESTDIR=${D} install || die
- if [ -n "`use emacs`" ]
+ if use emacs
then
elisp-install ${S}/interfaces/emacs/emaxima *.el *.elc
insinto /usr/share/emacs/site-lisp
doins ${S}/interfaces/emacs/emaxima/emaxima.lisp
fi
- if [ -n "`use tetex`" ]
+ if use tetex
then
insinto /usr/share/texmf/tex/latex/emaxima
doins ${S}/interfaces/emacs/emaxima/emaxima.sty
@@ -60,17 +60,17 @@ src_install() {
}
pkg_postinst() {
- if [ -n "`use emacs`" ]
+ if use emacs
then
einfo "Running elisp-site-regen...."
elisp-site-regen
fi
- if [ -n "`use tetex`" ]
+ if use tetex
then
einfo "Running mktexlsr to rebuild ls-R database...."
mktexlsr
fi
- if [ -n "`use emacs`" ]
+ if use emacs
then
einfo "In order to use Maxima with emacs, add the following to your"
einfo ".emacs file:"