summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Fisette <ribosome@gentoo.org>2006-03-15 04:19:34 +0000
committerOlivier Fisette <ribosome@gentoo.org>2006-03-15 04:19:34 +0000
commit6b4c4118f3bacbf07737e166025e86c737b8661b (patch)
treea3177ddac45f419724727d8c90ddf37f55eb9ed4 /sci-mathematics
parentamd64 stable on the virtual too. Removed old versions. (diff)
downloadgentoo-2-6b4c4118f3bacbf07737e166025e86c737b8661b.tar.gz
gentoo-2-6b4c4118f3bacbf07737e166025e86c737b8661b.tar.bz2
gentoo-2-6b4c4118f3bacbf07737e166025e86c737b8661b.zip
Removing obsolete version
(Portage version: 2.0.54)
Diffstat (limited to 'sci-mathematics')
-rw-r--r--sci-mathematics/maxima/ChangeLog6
-rw-r--r--sci-mathematics/maxima/files/digest-maxima-5.9.1-r41
-rw-r--r--sci-mathematics/maxima/maxima-5.9.1-r4.ebuild96
3 files changed, 5 insertions, 98 deletions
diff --git a/sci-mathematics/maxima/ChangeLog b/sci-mathematics/maxima/ChangeLog
index 6176e7a47853..9428dc793c07 100644
--- a/sci-mathematics/maxima/ChangeLog
+++ b/sci-mathematics/maxima/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-mathematics/maxima
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/ChangeLog,v 1.16 2006/03/15 04:02:00 ribosome Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/ChangeLog,v 1.17 2006/03/15 04:19:34 ribosome Exp $
+
+ 15 Mar 2006; Olivier Fisette <ribosome@gentoo.org>
+ -maxima-5.9.1-r4.ebuild:
+ Removing obsolete version.
15 Mar 2006; Olivier Fisette <ribosome@gentoo.org> maxima-5.9.1.ebuild:
Added missing gnuplot dependency (fixes bug #112431).
diff --git a/sci-mathematics/maxima/files/digest-maxima-5.9.1-r4 b/sci-mathematics/maxima/files/digest-maxima-5.9.1-r4
deleted file mode 100644
index a849fad9cf86..000000000000
--- a/sci-mathematics/maxima/files/digest-maxima-5.9.1-r4
+++ /dev/null
@@ -1 +0,0 @@
-MD5 659acfad1f61444cf5b38f6c28279d40 maxima-5.9.1.tar.gz 8093534
diff --git a/sci-mathematics/maxima/maxima-5.9.1-r4.ebuild b/sci-mathematics/maxima/maxima-5.9.1-r4.ebuild
deleted file mode 100644
index 175f43103324..000000000000
--- a/sci-mathematics/maxima/maxima-5.9.1-r4.ebuild
+++ /dev/null
@@ -1,96 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/maxima-5.9.1-r4.ebuild,v 1.2 2006/01/29 19:41:58 cryos Exp $
-
-inherit eutils elisp-common
-
-DESCRIPTION="Free computer algebra environment, based on Macsyma"
-HOMEPAGE="http://maxima.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2 AECA"
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE="cmucl clisp sbcl tetex emacs auctex"
-
-DEPEND="tetex? ( virtual/tetex )
- emacs? ( virtual/emacs )
- auctex? ( app-emacs/auctex )
- >=sys-apps/texinfo-4.3
- !clisp? ( !sbcl? ( !cmucl? ( >=dev-lisp/gcl-2.6.7 ) ) )
- cmucl? ( >=dev-lisp/cmucl-19a )
- clisp? ( >=dev-lisp/clisp-2.33.2-r1 )
- sbcl? ( >=dev-lisp/sbcl-0.8.14 )"
-RDEPEND=">=dev-lang/tk-8.3.3
- >=sci-visualization/gnuplot-4.0-r1"
-
-src_unpack() {
- unpack ${A}
- epatch "${FILESDIR}"/maxima-${PV}-unicode-fix.patch
- cd "${S}"/interfaces/emacs/emaxima
- epatch "${FILESDIR}"/maxima-emacs.patch
-}
-
-src_compile() {
- local myconf
- if use cmucl || use clisp || use sbcl; then
- if use cmucl; then
- myconf="${myconf} --enable-cmucl"
- fi
- if use clisp; then
- myconf="${myconf} --enable-clisp"
- fi
- if use sbcl; then
- myconf="${myconf} --enable-sbcl"
- fi
- else
- if ! built_with_use dev-lisp/gcl ansi; then
- eerror "GCL must be installed with ANSI."
- eerror "Try USE=\"ansi\" emerge gcl"
- die "This package needs gcl with USE=ansi"
- fi
- myconf="${myconf} --enable-gcl"
- fi
- econf ${myconf} || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "make install failed"
- if use emacs
- then
- elisp-site-file-install "${FILESDIR}"/50maxima-gentoo.el
- fi
- if use tetex
- then
- insinto /usr/share/texmf/tex/latex/emaxima
- doins "${S}"/interfaces/emacs/emaxima/emaxima.sty
- fi
-
- # Install documentation.
- insinto /usr/share/${PN}/${PV}/doc
- doins AUTHORS ChangeLog COPYING NEWS README*
- dodir /usr/share/doc
- dosym /usr/share/${PN}/${PV}/doc /usr/share/doc/${PF}
-}
-
-pkg_postinst() {
- if use emacs
- then
- einfo "Running elisp-site-regen...."
- elisp-site-regen
- fi
- if use tetex
- then
- einfo "Running mktexlsr to rebuild ls-R database...."
- mktexlsr
- fi
-}
-
-pkg_postrm() {
- if use emacs
- then
- einfo "Running elisp-site-regen...."
- elisp-site-regen
- fi
-}