diff options
author | Andrey Grozin <grozin@gentoo.org> | 2012-06-21 08:24:23 +0000 |
---|---|---|
committer | Andrey Grozin <grozin@gentoo.org> | 2012-06-21 08:24:23 +0000 |
commit | f1c2c03032f7f9e2972e73af964da542d1c9af0e (patch) | |
tree | 76b9190d670cb237394066525f8c1c9f0ab01fc5 /sci-mathematics/fricas | |
parent | Fix libass usage, bug #422251 (diff) | |
download | gentoo-2-f1c2c03032f7f9e2972e73af964da542d1c9af0e.tar.gz gentoo-2-f1c2c03032f7f9e2972e73af964da542d1c9af0e.tar.bz2 gentoo-2-f1c2c03032f7f9e2972e73af964da542d1c9af0e.zip |
Version bump
(Portage version: 2.2.0_alpha110/cvs/Linux i686)
Diffstat (limited to 'sci-mathematics/fricas')
-rw-r--r-- | sci-mathematics/fricas/ChangeLog | 8 | ||||
-rw-r--r-- | sci-mathematics/fricas/fricas-1.1.7.ebuild (renamed from sci-mathematics/fricas/fricas-1.1.5.ebuild) | 12 |
2 files changed, 13 insertions, 7 deletions
diff --git a/sci-mathematics/fricas/ChangeLog b/sci-mathematics/fricas/ChangeLog index f564214a2285..8e7fb1c82381 100644 --- a/sci-mathematics/fricas/ChangeLog +++ b/sci-mathematics/fricas/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sci-mathematics/fricas # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/fricas/ChangeLog,v 1.13 2012/02/20 09:35:13 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/fricas/ChangeLog,v 1.14 2012/06/21 08:24:23 grozin Exp $ + +*fricas-1.1.7 (21 Jun 2012) + + 21 Jun 2012; Andrey Grozin <grozin@gentoo.org> -fricas-1.1.5.ebuild, + +fricas-1.1.7.ebuild: + Version bump *fricas-1.1.6 (20 Feb 2012) diff --git a/sci-mathematics/fricas/fricas-1.1.5.ebuild b/sci-mathematics/fricas/fricas-1.1.7.ebuild index 4d833478b4fd..b39b11b270ee 100644 --- a/sci-mathematics/fricas/fricas-1.1.5.ebuild +++ b/sci-mathematics/fricas/fricas-1.1.7.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/fricas/fricas-1.1.5.ebuild,v 1.1 2011/12/17 05:21:26 grozin Exp $ -EAPI=2 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/fricas/fricas-1.1.7.ebuild,v 1.1 2012/06/21 08:24:23 grozin Exp $ +EAPI=4 inherit multilib elisp-common DESCRIPTION="FriCAS is a fork of Axiom computer algebra system" @@ -66,7 +66,7 @@ src_configure() { src_compile() { # bug #300132 - emake -j1 || die "emake failed" + emake -j1 } src_test() { @@ -74,8 +74,8 @@ src_test() { } src_install() { - emake -j1 DESTDIR="${D}" install || die 'emake install failed' - dodoc README FAQ || die "dodoc failed" + emake -j1 DESTDIR="${D}" install + dodoc README FAQ if use emacs; then sed -e "s|(setq load-path (cons (quote \"/usr/$(get_libdir)/fricas/emacs\") load-path)) ||" \ |