diff options
author | Andrey Grozin <grozin@gentoo.org> | 2013-10-14 11:07:21 +0000 |
---|---|---|
committer | Andrey Grozin <grozin@gentoo.org> | 2013-10-14 11:07:21 +0000 |
commit | b31a7cf81c91611eb1917b6684a285c1ea93e16e (patch) | |
tree | 11f0e744418237a17f8037372afb1ba6b530760b | |
parent | Version bump (diff) | |
download | gentoo-2-b31a7cf81c91611eb1917b6684a285c1ea93e16e.tar.gz gentoo-2-b31a7cf81c91611eb1917b6684a285c1ea93e16e.tar.bz2 gentoo-2-b31a7cf81c91611eb1917b6684a285c1ea93e16e.zip |
Version bump
(Portage version: 2.2.7/cvs/Linux i686, signed Manifest commit with key 0x3AFFCE974D34BD8C!)
-rw-r--r-- | sci-mathematics/fricas/ChangeLog | 8 | ||||
-rw-r--r-- | sci-mathematics/fricas/fricas-1.2.2.ebuild (renamed from sci-mathematics/fricas/fricas-1.2.0.ebuild) | 9 |
2 files changed, 9 insertions, 8 deletions
diff --git a/sci-mathematics/fricas/ChangeLog b/sci-mathematics/fricas/ChangeLog index 357ec6a0e831..bdecf6540eff 100644 --- a/sci-mathematics/fricas/ChangeLog +++ b/sci-mathematics/fricas/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sci-mathematics/fricas # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/fricas/ChangeLog,v 1.20 2013/06/26 17:30:31 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/fricas/ChangeLog,v 1.21 2013/10/14 11:07:21 grozin Exp $ + +*fricas-1.2.2 (14 Oct 2013) + + 14 Oct 2013; Andrey Grozin <grozin@gentoo.org> -fricas-1.2.0.ebuild, + +fricas-1.2.2.ebuild: + Version bump *fricas-1.2.1 (26 Jun 2013) diff --git a/sci-mathematics/fricas/fricas-1.2.0.ebuild b/sci-mathematics/fricas/fricas-1.2.2.ebuild index 6dfa190934b7..62779586f87a 100644 --- a/sci-mathematics/fricas/fricas-1.2.0.ebuild +++ b/sci-mathematics/fricas/fricas-1.2.2.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/fricas/fricas-1.2.0.ebuild,v 1.2 2013/04/30 16:22:04 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/fricas/fricas-1.2.2.ebuild,v 1.1 2013/10/14 11:07:21 grozin Exp $ EAPI=5 -inherit eutils multilib elisp-common autotools +inherit multilib elisp-common DESCRIPTION="FriCAS is a fork of Axiom computer algebra system" HOMEPAGE="http://${PN}.sourceforge.net/" @@ -38,11 +38,6 @@ DEPEND="${RDEPEND}" # necessary for clisp and gcl RESTRICT="strip" -src_prepare() { - epatch "${FILESDIR}"/${P}-noinit.patch - eautoreconf -} - src_configure() { local LISP n LISP=sbcl |