diff options
author | Ulrich Müller <ulm@gentoo.org> | 2008-05-04 14:51:19 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2008-05-04 14:51:19 +0000 |
commit | bbad43756542eeaed0472e1a84ce34a68da8cdd2 (patch) | |
tree | 53de2699d0c80cde3dee43b0846db1132e9bda07 /app-emacs | |
parent | Stable on ppc wrt bug 220137 (diff) | |
download | gentoo-2-bbad43756542eeaed0472e1a84ce34a68da8cdd2.tar.gz gentoo-2-bbad43756542eeaed0472e1a84ce34a68da8cdd2.tar.bz2 gentoo-2-bbad43756542eeaed0472e1a84ce34a68da8cdd2.zip |
Remove old.
(Portage version: 2.1.5_rc6)
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/imaxima/ChangeLog | 5 | ||||
-rw-r--r-- | app-emacs/imaxima/imaxima-0.98-r1.ebuild | 38 |
2 files changed, 4 insertions, 39 deletions
diff --git a/app-emacs/imaxima/ChangeLog b/app-emacs/imaxima/ChangeLog index 0d01264a5ee5..2625de355a1d 100644 --- a/app-emacs/imaxima/ChangeLog +++ b/app-emacs/imaxima/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/imaxima # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/imaxima/ChangeLog,v 1.17 2008/04/30 11:02:37 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/imaxima/ChangeLog,v 1.18 2008/05/04 14:51:19 ulm Exp $ + + 04 May 2008; Ulrich Mueller <ulm@gentoo.org> -imaxima-0.98-r1.ebuild: + Remove old. 29 Apr 2008; Sébastien Fabbro <bicatali@gentoo.org> imaxima-0.98-r1.ebuild, imaxima-0.99.ebuild: diff --git a/app-emacs/imaxima/imaxima-0.98-r1.ebuild b/app-emacs/imaxima/imaxima-0.98-r1.ebuild deleted file mode 100644 index 687de46669e8..000000000000 --- a/app-emacs/imaxima/imaxima-0.98-r1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/imaxima/imaxima-0.98-r1.ebuild,v 1.4 2008/04/30 16:50:43 mr_bones_ Exp $ - -inherit elisp - -MY_P="${PN}-imath-${PV}" -DESCRIPTION="Imaxima enables graphical output in Maxima sessions with emacs" -HOMEPAGE="http://members3.jcom.home.ne.jp/imaxima/Site/Welcome.html" -SRC_URI="http://members3.jcom.home.ne.jp/imaxima/Site/Download_and_Install_files/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~ppc" -IUSE="" - -DEPEND="" -RDEPEND="virtual/latex-base - virtual/ghostscript - || ( >=dev-tex/breqn-0.94 app-text/texlive ) - <sci-mathematics/maxima-5.15.0" - -SITEFILE=50${PN}-gentoo.el -S="${WORKDIR}/${MY_P}" - -src_compile() { - econf --with-lispdir="${SITELISP}/${PN}" || die "econf failed" - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - elisp-site-file-install "${FILESDIR}/${SITEFILE}" \ - || die "elisp-site-file-install failed" - dodoc ChangeLog NEWS README || die - docinto imath-example - dodoc imath-example/*.txt || die -} |