diff options
author | Andrey Grozin <grozin@gentoo.org> | 2010-11-19 08:30:54 +0000 |
---|---|---|
committer | Andrey Grozin <grozin@gentoo.org> | 2010-11-19 08:30:54 +0000 |
commit | b6baf7eafd80b4eb2117cbd046cb40ee57b80bb0 (patch) | |
tree | 40b2e6f747bb07addf4289dc846a001b985353a1 /sci-mathematics/fricas | |
parent | Version bump. (diff) | |
download | gentoo-2-b6baf7eafd80b4eb2117cbd046cb40ee57b80bb0.tar.gz gentoo-2-b6baf7eafd80b4eb2117cbd046cb40ee57b80bb0.tar.bz2 gentoo-2-b6baf7eafd80b4eb2117cbd046cb40ee57b80bb0.zip |
Version bump, new USE flag gmp
(Portage version: 2.2.0_alpha4/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.1.ebuild (renamed from sci-mathematics/fricas/fricas-1.0.9.ebuild) | 9 |
2 files changed, 12 insertions, 5 deletions
diff --git a/sci-mathematics/fricas/ChangeLog b/sci-mathematics/fricas/ChangeLog index 20b612af003e..67473ac334db 100644 --- a/sci-mathematics/fricas/ChangeLog +++ b/sci-mathematics/fricas/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sci-mathematics/fricas # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/fricas/ChangeLog,v 1.6 2010/07/10 06:32:44 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/fricas/ChangeLog,v 1.7 2010/11/19 08:30:54 grozin Exp $ + +*fricas-1.1.1 (19 Nov 2010) + + 19 Nov 2010; Andrey Grozin <grozin@gentoo.org> -fricas-1.0.9.ebuild, + +fricas-1.1.1.ebuild: + Version bump, new USE flag gmp *fricas-1.1.0 (10 Jul 2010) diff --git a/sci-mathematics/fricas/fricas-1.0.9.ebuild b/sci-mathematics/fricas/fricas-1.1.1.ebuild index 6b3340280638..3d8249a22817 100644 --- a/sci-mathematics/fricas/fricas-1.0.9.ebuild +++ b/sci-mathematics/fricas/fricas-1.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/fricas/fricas-1.0.9.ebuild,v 1.1 2010/01/24 12:35:28 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/fricas/fricas-1.1.1.ebuild,v 1.1 2010/11/19 08:30:54 grozin Exp $ EAPI=2 inherit multilib elisp-common @@ -18,9 +18,10 @@ DEPS=( . . . ecls-9 . . ) # command name: . means just ${LISP} COMS=( . lisp . . . ccl ) -IUSE="${LISPS[*]} X emacs" +IUSE="${LISPS[*]} X emacs gmp" RDEPEND="X? ( x11-libs/libXpm x11-libs/libICE ) - emacs? ( virtual/emacs )" + emacs? ( virtual/emacs ) + gmp? ( dev-libs/gmp )" # Generating lisp deps n=${#LISPS[*]} @@ -60,7 +61,7 @@ src_configure() { einfo "Using lisp: ${LISP}" # aldor is not yet in portage - econf --disable-aldor --with-lisp=${LISP} $(use_with X x) + econf --disable-aldor --with-lisp=${LISP} $(use_with X x) $(use_with gmp) } src_compile() { |