summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Grozin <grozin@gentoo.org>2011-03-27 21:43:04 +0000
committerAndrey Grozin <grozin@gentoo.org>2011-03-27 21:43:04 +0000
commit62bf60332ff5da5be8ec3314c9221b5fbae9437e (patch)
treea4863be497c8cbe549fdadc5eda8cefa7c7059e5 /sci-mathematics
parentremove old ebuilds (diff)
downloadgentoo-2-62bf60332ff5da5be8ec3314c9221b5fbae9437e.tar.gz
gentoo-2-62bf60332ff5da5be8ec3314c9221b5fbae9437e.tar.bz2
gentoo-2-62bf60332ff5da5be8ec3314c9221b5fbae9437e.zip
Version bump
(Portage version: 2.2.0_alpha28/cvs/Linux i686)
Diffstat (limited to 'sci-mathematics')
-rw-r--r--sci-mathematics/fricas/ChangeLog10
-rw-r--r--sci-mathematics/fricas/fricas-1.1.2.ebuild (renamed from sci-mathematics/fricas/fricas-1.1.0.ebuild)11
2 files changed, 14 insertions, 7 deletions
diff --git a/sci-mathematics/fricas/ChangeLog b/sci-mathematics/fricas/ChangeLog
index 67473ac334db..ac4f7e705c11 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.7 2010/11/19 08:30:54 grozin Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/fricas/ChangeLog,v 1.8 2011/03/27 21:43:04 grozin Exp $
+
+*fricas-1.1.2 (27 Mar 2011)
+
+ 27 Mar 2011; Andrey Grozin <grozin@gentoo.org> -fricas-1.1.0.ebuild,
+ +fricas-1.1.2.ebuild:
+ Version bump
*fricas-1.1.1 (19 Nov 2010)
diff --git a/sci-mathematics/fricas/fricas-1.1.0.ebuild b/sci-mathematics/fricas/fricas-1.1.2.ebuild
index 347402d83f24..b504ca7c562a 100644
--- a/sci-mathematics/fricas/fricas-1.1.0.ebuild
+++ b/sci-mathematics/fricas/fricas-1.1.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/fricas/fricas-1.1.0.ebuild,v 1.1 2010/07/10 06:32:44 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/fricas/fricas-1.1.2.ebuild,v 1.1 2011/03/27 21:43:04 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() {