summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2010-06-15 15:45:58 +0000
committerJustin Lecher <jlec@gentoo.org>2010-06-15 15:45:58 +0000
commit91a8149ad6fd6bf7162991e6ba39de0098a1d075 (patch)
tree047b3cce09e9053d7efb7a77b61e829aefd0ce62
parentImported prefix changes, respecting LDFLAGS now, linking correctly (diff)
downloadgentoo-2-91a8149ad6fd6bf7162991e6ba39de0098a1d075.tar.gz
gentoo-2-91a8149ad6fd6bf7162991e6ba39de0098a1d075.tar.bz2
gentoo-2-91a8149ad6fd6bf7162991e6ba39de0098a1d075.zip
Imported prefix changes
(Portage version: 2.2_rc67/cvs/Linux x86_64)
-rw-r--r--sci-mathematics/maxima/ChangeLog5
-rw-r--r--sci-mathematics/maxima/maxima-5.21.1-r1.ebuild14
2 files changed, 12 insertions, 7 deletions
diff --git a/sci-mathematics/maxima/ChangeLog b/sci-mathematics/maxima/ChangeLog
index 22816211d7b8..384abb630636 100644
--- a/sci-mathematics/maxima/ChangeLog
+++ b/sci-mathematics/maxima/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-mathematics/maxima
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/ChangeLog,v 1.79 2010/05/01 12:18:10 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/ChangeLog,v 1.80 2010/06/15 15:45:58 jlec Exp $
+
+ 15 Jun 2010; Justin Lecher <jlec@gentoo.org> maxima-5.21.1-r1.ebuild:
+ Imported prefix changes
*maxima-5.21.1-r1 (01 May 2010)
diff --git a/sci-mathematics/maxima/maxima-5.21.1-r1.ebuild b/sci-mathematics/maxima/maxima-5.21.1-r1.ebuild
index 45e91bef01d3..dc8da7eac639 100644
--- a/sci-mathematics/maxima/maxima-5.21.1-r1.ebuild
+++ b/sci-mathematics/maxima/maxima-5.21.1-r1.ebuild
@@ -1,7 +1,9 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/maxima-5.21.1-r1.ebuild,v 1.1 2010/05/01 12:18:10 grozin Exp $
-EAPI=2
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/maxima-5.21.1-r1.ebuild,v 1.2 2010/06/15 15:45:58 jlec Exp $
+
+EAPI=3
+
inherit eutils elisp-common
DESCRIPTION="Free computer algebra environment based on Macsyma"
@@ -10,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
# Supported lisps with readline
SUPP_RL="gcl clisp"
@@ -73,7 +75,7 @@ RDEPEND="${RDEPEND}
DEPEND="${RDEPEND}
sys-apps/texinfo"
-TEXMF=/usr/share/texmf-site
+TEXMF="${EPREFIX}"/usr/share/texmf-site
NO_INIT_PATCH_PV="5.19.1"
pkg_setup() {
@@ -150,7 +152,7 @@ src_configure() {
}
src_install() {
- einstall emacsdir="${D}${SITELISP}/${PN}" || die "einstall failed"
+ einstall emacsdir="${ED}${SITELISP}/${PN}" || die "einstall failed"
use tk && make_desktop_entry xmaxima xmaxima \
/usr/share/${PN}/${PV}/xmaxima/maxima-new.png \
@@ -175,7 +177,7 @@ src_install() {
pkg_preinst() {
# some lisps do not read compress info files (bug #176411)
- for infofile in "${D}"/usr/share/info/*.bz2 ; do
+ for infofile in "${ED}"/usr/share/info/*.bz2 ; do
bunzip2 "${infofile}"
done
}